Re: Touhou Project Mod........by novice hand
Posted: Sat Feb 02, 2019 8:01 am
Yes.whhzj wrote: Fri Feb 01, 2019 5:47 pm there is noting but 2 line in the Mydocuments/Mygames/FOG2/CAMPANGIN/my battle name/TEXT1
IDS_CAMPAIGN_NAME,"Siege of Moriya Shrine",
IDS_CAMPAIGN_TEXT,"Siege of Moriya Shrine",
what shall I do to create new faction?just type new chunk of words?
You can just add an extra SideID by adding (for example)
IDS_SIDENAME_1000, "Ninja Girls"
in Text1.txt in your mod folder.
No, don't copy everything. Only the things you want to edit. And remember that the file tree is not identical, so they may go in different places. See the chart at the end of the previously linked modding document.and there is pretty not much things in Mydocuments/Mygames/FOG2/CAMPANGIN/my battle name/should I copy all things from main build and edit?
Exactly so.(wait....do you mean I just edit and add'diffrent' things in the new folder,and when I load the campaign(EPIC battle in fact),the game will auto 'replace" original thing in the game /core temporary? its wonderful,need to say.
The instructions are in my previous post.and there is still no detail guide on how to edit,or add unit,i don't know how to start,there is no some kind of squads.csv in my mod folder
Copy the squads.csv from the main build into your mod folder. Add the new unit to your version of the squads.csv file. The easiest way to do this is to copy the most similar vanilla unit into a new line just below the vanilla stuff (don't leave any blank lines), and then change its unit number (column B), and anything else you need to change.