[HELP REQUEST] adding additional items into the cheatmenu(WARBAND)

Users who are viewing this thread

Arios said:
the problem  i have with cheat menu is that it wont show past 1055 items  and just closes my game

That's VERY strange.  This sounds like a memory problem.  Are you making sure to add the additional items to the top number in the file?  For example (again, this is not vanilla, but it will be handled the same):  the first 4 lines in item_kinds1.txt reads as follows:

itemsfile version 3
2135
itm_no_item INVALID_ITEM INVALID_ITEM 1  invalid_item 0  12582914 9223388529554358287 3 0 1.500000 100 0 0 0 0 0 103 0 90 0 522 528
0
0

itm_tutorial_spear Spear Spear 1  spear 0  138674180 4222124851986688 0 8202 4.500000 100 0 0 0 0 0 80 0 158 0 275 0
0
0
.
.
.
2135 is the current number of items.  If you add additional items into the game (let's say for instance the 7 blunt weapons I added into Prophesy of Pendor 3.8 ).  You would have to add that number to the existing number at the top of the file.  So if I added 7 additional blunted weapons into the game, I would have to change the 2135 to 2142.

If that isn't the problem I would say that you might have a corrupted file then and will have to revert to the mod's vanilla files and try editing them again.
 
remember to check post history when you see a recruit asking questions, as there is a good chance of double/triple posts

this was solved on the Q&A thread

Arios said:
i found  the problem and it wasnt in the code  it was the items end
 
Back
Top Bottom