Fallout 1 edit items on new starting character

Oracle

Vault Senior Citizen
Hello. Question.
how can I edit the items the player received in its inventory on start?

I have no clue were to look.

Or maybe a script to spawn items ingame. There is the cheating tool from Corpse, but I don't know why I can't get this function to work (not able to change PID number in the dialoge)

Thanks!
 
Last edited:
thanks! Ill look into it :)

guess this is what im looking for

new_obj := create_object_sid(243, 0, 0, -1);
add_obj_to_inven(dude_obj, new_obj);

which program do you advise to (re)compile the edited script? decompiled was just a simple drag and drop action using decompiler by anchorite hosted on Nirran site,
 
Last edited:
great! thanks :)

I cannot find the compile.exe file in the download.. in sslc_src folder is a compile.c file.

This feels all a little bit outside my league
 
Last edited:
Back
Top