pisskop / PKs_Rebalancing

Pisskop's Rebalancing Mod for Cataclysm: Dark Days Ahead
https://discourse.cataclysmdda.org/t/pks-rebalancing/15301
19 stars 25 forks source link

[Build 6971] Error on creating character #35

Closed PraiseYevon closed 6 years ago

PraiseYevon commented 6 years ago

bug Seem to get this error every time upon trying to create a new character. Using the latest PK version and C:DDA version as of posting

TheLyca0n commented 6 years ago

Same issue here, I actually tried to post this on the forum's mod page until I found out posting is disabled.

Lijitsu commented 6 years ago

Those are typos in the files that unfortunately are show-stoppers. You can see at the top the issue is an incorrect color name, and it lists the section that's relevant. The issue in this particular one is CDDA uses 'gray' not 'grey,' so any colors listed with 'grey' will error out. It's also case-sensitive, so there's another entry with 'WHITE' that breaks it as well.

You can fix this in your own copy pretty easily. If you go into the game's settings menu you can see a section called 'colors' which will give you proper names for all of the colors in the game. So open up the file listed - in this case it's PKs_Rebalancing-master/pk_overmap_terrain.json - and use the find tool to locate the color it's saying is incorrect, cross-reference the color settings menu to see why it's wrong, and change it. Save the file, try to load the world via character creation to get the next error, and repeat.

You don't need to restart the game for each error, although you might have to after a few if it stops giving you the error message and just jumps back to the main menu. So you can do load > find/fix error > save file > load > find/fix error > save file, until it stops giving you error messages. Then you restart the game and keep going.

pisskop commented 6 years ago

https://github.com/pisskop/PKs_Rebalancing/releases/tag/5.6.3

Beep Boop sorry for the delay.