Game internal information

Feel free to ask any question.
We hope that we can help you, as we are a german-speaking community.
Antworten
Benutzeravatar
cech12
Zwerg
Zwerg
Beiträge: 242
Registriert: Di 9. Jun 2015, 12:18
Kontaktdaten:

Game internal information

Beitrag von cech12 »

Today I had contact to a developer of the Mirage dev team (Paraworld Mod) (Greetings to Zidell)

Maybe these information can be useful in the future and for this I wanted to document them here :D

Code: Alles auswählen

Diggles The Myth of Fenris\data\sphere.dat stores coordinates for calculating normals.
So 43 67 A2 3E 9B 6C 18 3F F8 F7 3C 3F means
x = 43 67 A2 3E = 3EA26743 = 0.317194
y = 9B 6C 18 3F = 3F186C9B = 0.595407
z = F8 F7 3C 3F = 3F3CF7F8 = 0.738159
And so 255 times

Code: Alles auswählen

Some settings in registry (HKEY_CURRENT_USER\Software\SekOst\Diggles)
HKEY_CURRENT_USER\Software\SekOst\Diggles\Misc\PerfStats = 1 will create Diggles The Myth of Fenris/perfstats.xls
HKEY_CURRENT_USER\Software\SekOst\Diggles\Misc\AnimStats = 1 will create Diggles The Myth of Fenris/animstats.txt

Code: Alles auswählen

Some command line options
-network
-server
-mapedit
-nosound
-nomusic
-soundlog will create Diggles The Myth of Fenris/log_asnd.txt
-console
-oldskirmish 
-nofow
-minimal
-resetoptions
-safetcl
-logerrors
-version
-infofile will create Diggles The Myth of Fenris/version.txt with some hex data
-novmem
-vmem

Code: Alles auswählen

The game should print lines from quotes.txt during level loading. At least this is how it works in paraworld
Antworten