Hi everyone,
I recently got into modding the game and i have a couple of questions:
- How exactly can you edit NPCs inventory and find their ID number when those critters are placed on the map?
Lets say I want to find the v15 raiders to add a stimpak in their inventory, is this done via script, map editor or is there a txt file similar to worldmap.txt for those particular npcs?
- Secondly I saw on SFall that you could change the XP table but the way to do it is hard for me to understand.
If i want to set a level cap to 30 for example.
;Uncomment and set to a comma delimited list of numbers to use a custom xp table.
;Players level is capped once the highest specified level is reached
;XPTable=50,100,200
This is confusing, what exactly do I have to uncomment?
If I need a level cap of 2 i need to do like this?
;XPTable=0,1000,3000 or like this ;XPTable=1000,3000 ?
I recently got into modding the game and i have a couple of questions:
- How exactly can you edit NPCs inventory and find their ID number when those critters are placed on the map?
Lets say I want to find the v15 raiders to add a stimpak in their inventory, is this done via script, map editor or is there a txt file similar to worldmap.txt for those particular npcs?
- Secondly I saw on SFall that you could change the XP table but the way to do it is hard for me to understand.
If i want to set a level cap to 30 for example.
;Uncomment and set to a comma delimited list of numbers to use a custom xp table.
;Players level is capped once the highest specified level is reached
;XPTable=50,100,200
This is confusing, what exactly do I have to uncomment?
If I need a level cap of 2 i need to do like this?
;XPTable=0,1000,3000 or like this ;XPTable=1000,3000 ?