First off: I use JSGME, edit files in the MODS folder of JSGME inside Panzer Corps and disable/enable my mod after i made changes to activate changes, works so far.
First Problem: Doesn't find my campaign when i edit the campaign.pzdat file like this:
Replacing StartTutorial line in Entry Points section with my campaigns line:
Code: Select all
rm_Caruba 47 Lead s German task force in special operations during WW2. 0 0 954 1939 - Runenmeister Corps
Code: Select all
rm_Caruba rm_Caruba.pzbrf rm_Caruba.pzscn END_VICTORY 0 rm_Caruba_decisive.pzbrf END 0 rm_Caruba_marginal.pzbrf END 0 rm_Caruba_loss.pzbrf
Now the wierd part:
I finally managed to find a work around so that i can actually start my campaign:
I renamed my label name rm_Caruba to StartTutorial in the entry section:
Code: Select all
StartTutorial 1 Lead s German task force in special operations during WW2. 0 0 954 1939 - Runenmeister Corps
Code: Select all
StartTutorial rm_Caruba.pzbrf rm_Caruba.pzscn END_VICTORY 0 rm_Caruba_decisive.pzbrf END 0 rm_Caruba_marginal.pzbrf END 0 rm_Caruba_loss.pzbrf
First question: Why can't i use my own label names ? It works for all other campaign files that i have checked
Second question: Why are my briefings shown in Chinese instead of Latin characters ?
I've spent many hours trying to solve the problems but they seem (compared to how simply it works with other campaigns) completely unlogic to me.