PyTFall > PyTFall: User Mods
Question for test new characters
nemojason:
hello :)
I just finish my set of character and i have a question : how can i test quickly my new package of character before uploading without to play too long for test my girls .... ? When i start new game i have only random girl so i can't test my package directly.
Xela:
What do you mean by "testing"?
nemojason:
hi,
i mean i want to see how pictures are in game (if i need to retouch or not), see if there are not some error (not technical error i meant) when i create .json and later when i succes to create new magic (& new traits) , test this magic in battle.
Xela:
The main issue with this pack is that .json files are not prefixed with `data_'.
You normally want a structure like:
'game/content/chars/fairy_tail/data_lucy.json'
'game/content/chars/fairy_tail/data_mirajane.json'
If you want to check, add all of your girls to the MC, with config.developer = True, open console and type in line by line:
--- Code: ---ft = [c for c in chars.values() if c.origin == "Fairy Tail"]
hero._chars.extend(ft)
--- End code ---
This will add all fairy tail chars to the MC and you can add them to the party or talk to them in profile.
nemojason:
--- Quote from: Xela on June 03, 2019, 09:35:45 AM ---The main issue with this pack is that .json files are not prefixed with `data_'.
You normally want a structure like:
'game/content/chars/fairy_tail/data_lucy.json'
'game/content/chars/fairy_tail/data_mirajane.json'
--- End quote ---
Arf thanks u very much i forget to use data_namefile.json as name of files... it's why i don't see girls of fairy tail when i test quickly the game with my girls ... i change that now
Navigation
[0] Message Index
[#] Next page
Go to full version