FSIC Messageboard
  Tech Talk
  how to add a new country to FSDOE

Post New Topic  Post A Reply
profile | register | preferences | faq | search

UBBFriend: Email This Page to Someone! next newest topic | next oldest topic
Author Topic:   how to add a new country to FSDOE
Lector
General
posted 01-23- 09:49 AM     Click Here to See the Profile for Lector   Click Here to Email Lector     Edit/Delete Message   Reply w/Quote
Poodle asked me how I managed to add "Japan" to the game. Here is a short "how-to":


Hi Poodle

Ok I took some time to "reexplore" the way I added Japan to FSDOE:

Edit the gui.ppf with a texteditor (you will find the file at Media/Gui directory):

Here is the text:

Parsoft Property File
(
dirCountry ("United States" "Great Britain" "Germany" "Japan")
strCountry ('strUnitedStates 'strGreatBritain 'strGermany 'strJapan)

dirTheater ("Dover" "Africa" "Rhineland")
strTheater ('strDover 'strAfrica 'strRhineland)

ctrlRank ( 0 1000 2000 4000 8000 16000 )
msnRank ( ( 'strUnitedStates "2nd Lieutenant" "Lieutenant" "Captain" "Major" "Lieutenant Colonel" "Colonel")
( 'strGreatBritain "Pilot Officer" "Flying Officer" "Flying Lieutenant" "Squadron Leader" "Wing Commander" "Group Captain")
( 'strGermany "Leutnant" "Oberleutnant" "Hauptmann" "Major" "Oberstleutnant" "Oberst")
( 'strJapan "Leutnant" "Oberleutnant" "Hauptmann" "Major" "Oberstleutnant" "Oberst")

As you see above I only copied the german rank system to Japan.
Sure, you have to change them to the right namings...(I realy don't know much about japanese airforce).

After this you have to add the medals for Japan. Copy the "medal string" of Germany and add the right medals...:

( 'strJapan
( "/Medal#01.bmp" msnKills 3 langBlock (
langUS (msnName "Iron Cross 2nd Class")
langGerman (msnName "Eisernes Kreuz 2. Klasse")
))
( "/Medal#02.bmp" msnKills 8 langBlock (
langUS (msnName "Iron Cross 1st Class")
langGerman (msnName "Eisernes Kreuz 1. Klasse")
))
( "/Medal#03.bmp" msnKills 30 langBlock (
langUS (msnName "German Cross in Gold")
langGerman (msnName "Deutsches Kreuz in Gold")
))
( "/Medal#04.bmp" msnKills 50 langBlock (
langUS (msnName "Knight's Cross 4th Class")
langGerman (msnName "Ritterkreuz 4. Klasse")
))
( "/Medal#05.bmp" msnKills 100 langBlock (
langUS (msnName "Knight's Cross 3rd Class")
langGerman (msnName "Ritterkreuz 3. Klasse")
))
( "/Medal#06.bmp" msnKills 200 langBlock (
langUS (msnName "Knight's Cross 2nd Class")
langGerman (msnName "Ritterkreuz 2. Klasse")
))
( "/Medal#07.bmp" msnKills 250 langBlock (
langUS (msnName "Knight's Cross 1st Class")
langGerman (msnName "Ritterkreuz 1. Klasse")
))
( "/Medal#08.bmp" msnCount 15 langBlock (
langUS (msnName "Knight's Cross War Merit")
langGerman (msnName "Kriegsverdienstkreuz")
))
( "/Medal#09.bmp" msnCount 30 langBlock (
langUS (msnName "Knight's Cross War Merit")
langGerman (msnName "Kriegsverdienstkreuz")
))
)
)
)

Here too, you have to change the names and place/name of the pic to something wich fits...

Next step is to change the score.ppf and add this (again it's the copied german source):

( 'strJapan
( "/Medal#01.bmp" msnKills 3 langBlock (
langUS (msnName "Iron Cross 2nd Class")
langGerman (msnName "Eisernes Kreuz 2. Klasse")
))
( "/Medal#02.bmp" msnKills 8 langBlock (
langUS (msnName "Iron Cross 1st Class")
langGerman (msnName "Eisernes Kreuz 1. Klasse")
))
( "/Medal#03.bmp" msnKills 30 langBlock (
langUS (msnName "German Cross in Gold")
langGerman (msnName "Deutsches Kreuz in Gold")
))
( "/Medal#04.bmp" msnKills 50 langBlock (
langUS (msnName "Knight's Cross 4th Class")
langGerman (msnName "Ritterkreuz 4. Klasse")
))
( "/Medal#05.bmp" msnKills 100 langBlock (
langUS (msnName "Knight's Cross 3rd Class")
langGerman (msnName "Ritterkreuz 3. Klasse")
))
( "/Medal#06.bmp" msnKills 200 langBlock (
langUS (msnName "Knight's Cross 2nd Class")
langGerman (msnName "Ritterkreuz 2. Klasse")
))
( "/Medal#07.bmp" msnKills 250 langBlock (
langUS (msnName "Knight's Cross 1st Class")
langGerman (msnName "Ritterkreuz 1. Klasse")
))
( "/Medal#08.bmp" msnCount 15 langBlock (
langUS (msnName "Knight's Cross War Merit")
langGerman (msnName "Kriegsverdienstkreuz")
))
( "/Medal#09.bmp" msnCount 30 langBlock (
langUS (msnName "Knight's Cross War Merit")
langGerman (msnName "Kriegsverdienstkreuz")
))
)
)
)


Next step: add a new country to Media/Squadrons (Japan of course). Copy/paste the german squads to the japan folder and edit the squad01.ppf (the strGerman have to replace with strJapan, and change the text of the squadron...to some japanese squad). After that you have to add a new folder to "Media/Gui/Art/Squadrons" (copy/paste folder Germany and rename to Japan).

After that, same procedure with the "Media/Gui/Art/Hangar" copy/paste Germany folder and rename to Japan (add here the description pics of the japanese planes).

Last directory to copy/paste/rename is the "Media/Art/Scores/Ribbons" folder (Germany c/p/r to Japan)...

Last but not least you have to edit the StringTable.pff wich you will find at the Media folder. Add the strJapan to this table:

strUnitedStates "United States"
strGreatBritain "Great Britain"
strGermany "Germany"
strJapan "Japan"

You can find all edited ppf files as attachment....hope I could explane clear, what's to do :-)

If not....just ask!

C-ya soon
Sandro "Lector" Prezzi

All edited files can be found at:

ftp://www.fightersquadron.com/pub/fs/lector/

[This message has been edited by Lector (edited 01-23-2000).]

IP: Logged

Jeeves
Pilot
posted 01-23- 10:23 AM     Click Here to See the Profile for Jeeves   Click Here to Email Jeeves     Edit/Delete Message   Reply w/Quote
Thanks Lector! Now, where can the score.ppf be found?

IP: Logged

Whirlwind
Pilot
posted 01-23- 03:04 PM     Click Here to See the Profile for Whirlwind   Click Here to Email Whirlwind     Edit/Delete Message   Reply w/Quote
Correct IJN ranks:

Sho-i Ensign
Chu-i Lieutenant (Junior Grade)
Tai-i Lieutenant
Shosa Lieutenant Commander
Chusa Commander
Taisa Captain
Shosho Rear Admiral (no relation to Activision)
Chujo Vice Admiral
Taisho Admiral

IP: Logged

Lector
General
posted 01-24- 04:34 PM     Click Here to See the Profile for Lector   Click Here to Email Lector     Edit/Delete Message   Reply w/Quote
The score.ppf belongs to "Media/Gui" directory (same place as the gui.ppf).

Thanks Whirlwind...I changed the score.ppf with the right ranking...and edited the StringTable.ppf to fit with german, italian and french too...

get it at:
[URL]ftp://www.fightersquadron.com/pub/fs/lector/ [/URL]

C-ya!
Lector

BTW: wich medals did the japanese had? Are there equal medals as the RAF, Luftwaffe or Air Force had?

[This message has been edited by Lector (edited 01-24-2000).]

IP: Logged

Whirlwind
Pilot
posted 01-24- 05:04 PM     Click Here to See the Profile for Whirlwind   Click Here to Email Whirlwind     Edit/Delete Message   Reply w/Quote
I did notice that there were warrent officers and enlisted men who flew for Japan as well, quite a few of them had 8 or more confirmed kills. So, if you want to add more ranks, let me know and I'll post them.

As for medals, it appears that rank, mention in the <i>All Units Bulletin</i>, and I beleive swords. Even guys with confirmed kills of like 25 weren't mentioned to have been awarded medals or the afore mentioned honors. Usually rank advancements were reserved for (dead) special squadron members. The book does list quite a few units and plane details. Unfortunately, some information, on the most part (like awards, medals, and unit patches), are not included.

IP: Logged

Royohboy
Pilot
posted 01-25- 06:18 PM     Click Here to See the Profile for Royohboy   Click Here to Email Royohboy     Edit/Delete Message   Reply w/Quote
Enlisted pilots were quite common in other airforces, too. Those I know about were:
Luftwaffe (went as low as Private First Class)
RAF and RAAF - Flight Sergeant and other Petty Officers' ranks
Regia Aeronautica - Petty Officers' ranks

Peter

IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | Fighter Squadron Information Center

(This site Copyright (c) 1999 Inertia LLC)

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.45c