Page 1 of 1

Few questions

Posted: Fri Feb 10, 2017 10:24 am
by KornelPL
Hi guys,

I have few questions about modding in this game:

1) Is there any program or editor to edit units features and stats ? Like Luis Guzman equipment tools for SSI games ?
2) Is there any website, database or just zip file with all available maps for PzC ?
3) Is there any website, database or just zip file with all available sounds for PzC ?
4) Is there any website, database or just zip file with all available campaigns and equip files for PzC ?

Re: Few questions

Posted: Fri Feb 10, 2017 11:56 am
by tenshin111
KornelPL wrote:Hi guys,

I have few questions about modding in this game:

1) Is there any program or editor to edit units features and stats ? Like Luis Guzman equipment tools for SSI games ?
PzCorps equipment file is a simple tab-separated-values text file. I import it into Google Spreadsheet and edit everything there. It's super simple and convenient.

After you're done with editing just select all, copy and paste into a text editor (I use Notepad++), then convert it to UCS-2 Little Endian (this is a very important step, the game will not recognize it if it's saved as a simple ASCII text file) and save it as equipment.pzeqp

It's that easy ;)

Re: Few questions

Posted: Fri Feb 10, 2017 12:16 pm
by KornelPL
Hi,
Thanks for quick reply. Which file is exactly EQ file ?

Re: Few questions

Posted: Fri Feb 10, 2017 1:23 pm
by tenshin111
KornelPL wrote:Hi,
Thanks for quick reply. Which file is exactly EQ file ?

Code: Select all

equipment.pzeqp

Re: Few questions

Posted: Sat Feb 11, 2017 3:44 am
by Panzerpimp
KornelPL wrote:Is there any website, database or just zip file with all available campaigns and equip files for PzC ?
There is a list of campaigns and scenarios:

http://www.slitherine.com/forum/viewtop ... 47&t=39055