Modding Whipmarks (Lessons Learned)

Please post here for questions and discussion about scenario, art and sound modding and the game editor for Distant Worlds.

Moderators: elliotg, Icemania

User avatar
Tampa_Gamer
Posts: 161
Joined: Mon Dec 27, 2010 9:02 pm

Modding Whipmarks (Lessons Learned)

Post by Tampa_Gamer »

I intend to add my cobbled modding notes here in the hopes that others with as little gaming/modding time as I have (oh the bygone days of school before work/family...) will not have to waste precious gaming hours repeating my mistakes...


[General Troubleshooting]

2-22-12 Use the "Change Themes" subroutine to help test your mod. When you are adding elements\testing a them, always exit the game to the main menu and change the theme back to "default" before exiting the program. This way when you restart the game the next time, it will load the defaults (although if you have replaced default files (sounds, ui images, weapon images, etc,) it will load them at this point so you could still error out if you screw up a default file like I have and in that case you will more then likely get a general exception error). Once inside the game, change them theme to the mod you want to test again, now it will load the elements and provide you much more useful information for troubleshooting than just a general exception error. It will actually tell you the line and file it had trouble loading or did not find.


[\Customization\Your Theme\flagShapes]

2-22-12 There can only by 41 flags and they must use the same names (0-40) as in the original folder.


[\Customization\Your Theme\biases.txt]

2-22-12 If you add a custom race, do not forget to add this file to your theme and modify it to include your custom race not only at the bottom but at the end of each line so that you expand the bias matrix properly.


[\Customization\Your Theme\characters\racename.txt]

2-23-12 The name of this file must match the exact name you have given the race in your race file. Seems relatively straight forwarad but watch race names with special characters such as spaces. I have a number of custom races representing various "houses" similar to Dune or Game of Thrones. They all had spaces in the exact name of their house\race and this caused the game to generate random characters instead of the predefined characters I made up. No error was generated because this is working as intended (no file found so generate random characters).

2-23-12 Also, to easily test your characters - set them all to appearance = 0 for now. This way when you load a new game they will appear at once and you can verify the data and images for each character are working as intended.
For those interested, forum thread link to post with a master list of all my DW mods: Link

Anonymous

[Deleted]

Post by Anonymous »

[Deleted by Admins]
User avatar
Tampa_Gamer
Posts: 161
Joined: Mon Dec 27, 2010 9:02 pm

RE: Modding Whipmarks (Lessons Learned)

Post by Tampa_Gamer »

Bad form replying to my own thread from last year, but here goes anyway. As everyone (at least those of us not in the beta) is busily trying to update their own personal mods for Shadows, I figured I would post my observations so far in the hope they would save someone else some time...

This analysis was strictly comparing the files/file structure of the last version of Legends to the 1.9.0.0. release today of Shadows. The goal was to quickly determine what areas of my mods need to be revised to work in Shadows.

\root folder
- GameText.txt (revised 5/17/13)

\characters
- (20 new race files dated 3/4/13)

\designTemplates (new subfolder in root directory)
- contains 23 new subfolders (one for each race, plus default)
- each subfolder contains 30 design templates, humans contains 1 more (BLANK)

\help
- 32 new/revised files

\images
\\effects
\\\tractorbeamstrikes (new subfolder)
- contains 21 new .png files
\\\weapons
- contains new .png files for troop combat and assault pods
\\environment
\\\planetmaps (new subfolder)
- contains 18 new .png files for ground combat maps
\\\planetaryfacilities
- contains 9 new .png files for new facilities
\\ui
\\\achievements (new subfolder)
- contains 60 new .png files
\\\chrome
- contains new/revised .png files
\\\cursors
- contains 2 new .png files
\\\flagshapes
- contains new subfolder for pirates
- contains new .png versions of original flags
\\\messages
- new construction stalled .png file
\\\shipsymbols (new subfolder)
- contains 17 .png files of visual ship shape symbols
\\units
\\\races
- contains new subfolder for pirates (8 pics)
\\\ships
- new subfolders for family22 through 26 (26 pics each)
\\\troops
- 80+ new .png files for multitude of new troop types


\policy
- 22 new files, one for each race)
- new subfolder for pirates

\races
- 22 new files, one for each race

\sound
\\effects
- 8 new/revised sound effects (tractor beam, etc.)
\\music
- 1 new song

\tutorial
- 2 new tutorial text files (new ways to play)


That's it for now. This weekend will be spent determining whether or not we can now override additional files by placing them in the theme folder or not (or whether we are stuck still replacing default files).

[edit - I had this nicely indented in a code box but it kept extending the text below the box and making a mess in the post, so posting as normal text for now - sorry]
For those interested, forum thread link to post with a master list of all my DW mods: Link

rjord
Posts: 78
Joined: Mon May 13, 2013 9:58 am

RE: Modding Whipmarks (Lessons Learned)

Post by rjord »

Nice work there Tampa......
User avatar
Shark7
Posts: 7936
Joined: Tue Jul 24, 2007 4:11 pm
Location: The Big Nowhere

RE: Modding Whipmarks (Lessons Learned)

Post by Shark7 »

On the flags issue:

There is now a folder within the flagshapes folder for pirate flags, so there are more than 41 flags with shadows. Also, flag symbols may now be in .png format.
Distant Worlds Fan

'When in doubt...attack!'
User avatar
2guncohen
Posts: 401
Joined: Fri Apr 09, 2010 4:28 pm
Location: Belguim

RE: Modding Whipmarks (Lessons Learned)

Post by 2guncohen »

guys what are the size specifications for ground combat units ?
User avatar
Tampa_Gamer
Posts: 161
Joined: Mon Dec 27, 2010 9:02 pm

RE: Modding Whipmarks (Lessons Learned)

Post by Tampa_Gamer »

the .png files are 80x80 pixels and all less than 10 KB - each race has 5 unique ones (see \images\units\troops)
For those interested, forum thread link to post with a master list of all my DW mods: Link

User avatar
Shark7
Posts: 7936
Joined: Tue Jul 24, 2007 4:11 pm
Location: The Big Nowhere

RE: Modding Whipmarks (Lessons Learned)

Post by Shark7 »

Any size will work, some of my older .pngs were 300 x 300 pixels and worked fine. However, it is advisable to resize them down to 80 x 80 as they take far fewer resources at that size.

I do suspect that many mods will be updated once the modding guide is released.
Distant Worlds Fan

'When in doubt...attack!'
User avatar
Tampa_Gamer
Posts: 161
Joined: Mon Dec 27, 2010 9:02 pm

RE: Modding Whipmarks (Lessons Learned)

Post by Tampa_Gamer »

just a short update with respect to experimenting with \flagShapes in your Customization folder. They do appear to work, but you have to (1) make sure you have 0-40 in there (as well as the pirates subfolder) otherwise it creates an index error, and (2) the game reads the .png file not the .wmf file. If the .png file does not have proper transparency levels set, you will only be able to control one color rather than two in the race set-up screen.
For those interested, forum thread link to post with a master list of all my DW mods: Link

User avatar
2guncohen
Posts: 401
Joined: Fri Apr 09, 2010 4:28 pm
Location: Belguim

RE: Modding Whipmarks (Lessons Learned)

Post by 2guncohen »

ORIGINAL: Tampa_Gamer

the .png files are 80x80 pixels and all less than 10 KB - each race has 5 unique ones (see \images\units\troops)


So 5 unique ones and then I presume also generic ones ?
User avatar
Shark7
Posts: 7936
Joined: Tue Jul 24, 2007 4:11 pm
Location: The Big Nowhere

RE: Modding Whipmarks (Lessons Learned)

Post by Shark7 »

ORIGINAL: 2guncohen

ORIGINAL: Tampa_Gamer

the .png files are 80x80 pixels and all less than 10 KB - each race has 5 unique ones (see \images\units\troops)


So 5 unique ones and then I presume also generic ones ?

Nope, just 5 unique images for each race.
Distant Worlds Fan

'When in doubt...attack!'
User avatar
Tampa_Gamer
Posts: 161
Joined: Mon Dec 27, 2010 9:02 pm

RE: Modding Whipmarks (Lessons Learned)

Post by Tampa_Gamer »

ORIGINAL: 2guncohen

So 5 unique ones and then I presume also generic ones ?

just take a peek at the \images\units\troops subfolder, but essentially each race has a unique image for infantry, pirate raiders, armored, artillery and special forces
For those interested, forum thread link to post with a master list of all my DW mods: Link

User avatar
ASHBERY76
Posts: 2080
Joined: Wed Oct 10, 2001 8:00 am
Location: England

RE: Modding Whipmarks (Lessons Learned)

Post by ASHBERY76 »

Them changing the flags is going to cost me about 2 hours labour.Cheers.[8|]
User avatar
Shark7
Posts: 7936
Joined: Tue Jul 24, 2007 4:11 pm
Location: The Big Nowhere

RE: Modding Whipmarks (Lessons Learned)

Post by Shark7 »

Its worth it in the end..and you DO NOT have to use the .tga files at all anymore. All flags can be made into .pngs. I do however suggest that you scale them at the same ratio as the in game flags 140p x 80p IIRC, since they will fit better when viewed in game. I had to rescale several to make them look right.

Also, you need to be sure to save with a clear alpha channel background and convert the opaque parts to pure white with the .pngs, or you will get black decorations on your flags. You can also specify colors by simply using a color image for your flag symbol (you'll note several of the pirate flagshapes have this).
Distant Worlds Fan

'When in doubt...attack!'
Matys
Posts: 18
Joined: Tue Jan 04, 2011 5:34 am

RE: Modding Whipmarks (Lessons Learned)

Post by Matys »

ORIGINAL: Shark7

Its worth it in the end..and you DO NOT have to use the .tga files at all anymore. All flags can be made into .pngs. I do however suggest that you scale them at the same ratio as the in game flags 140p x 80p IIRC, since they will fit better when viewed in game. I had to rescale several to make them look right.

Also, you need to be sure to save with a clear alpha channel background and convert the opaque parts to pure white with the .pngs, or you will get black decorations on your flags. You can also specify colors by simply using a color image for your flag symbol (you'll note several of the pirate flagshapes have this).

It is now way easier to make flag, multicolored flag.[:D] But I must admit it is a pain to convert them.
Are you sure about the size ratio? It seems to me it is 180p x 107p, as a majority of flag is using that size, or 160p x 96p for pirate flag. Having official confirmation would be nice.



Image
Attachments
Test.jpg
Test.jpg (141.21 KiB) Viewed 454 times
User avatar
Shark7
Posts: 7936
Joined: Tue Jul 24, 2007 4:11 pm
Location: The Big Nowhere

RE: Modding Whipmarks (Lessons Learned)

Post by Shark7 »

ORIGINAL: Matys

ORIGINAL: Shark7

Its worth it in the end..and you DO NOT have to use the .tga files at all anymore. All flags can be made into .pngs. I do however suggest that you scale them at the same ratio as the in game flags 140p x 80p IIRC, since they will fit better when viewed in game. I had to rescale several to make them look right.

Also, you need to be sure to save with a clear alpha channel background and convert the opaque parts to pure white with the .pngs, or you will get black decorations on your flags. You can also specify colors by simply using a color image for your flag symbol (you'll note several of the pirate flagshapes have this).

It is now way easier to make flag, multicolored flag.[:D] But I must admit it is a pain to convert them.
Are you sure about the size ratio? It seems to me it is 180p x 107p, as a majority of flag is using that size, or 160p x 96p for pirate flag. Having official confirmation would be nice.



Image

On the ratio I am not 100% certain, as there are several different sizes. I just copied one to use as a base and it worked beautifully. It's going to be more the ratio than the actual size, though making them too big will end in increased resource usage.
Distant Worlds Fan

'When in doubt...attack!'
User avatar
Mansen
Posts: 352
Joined: Fri May 03, 2013 6:37 pm

RE: Modding Whipmarks (Lessons Learned)

Post by Mansen »

(This seems like the natural place to ask for modding assistance)

I'm having some issues with the biases file - when loading the Theme it keeps insisting that I have more values than races, which as far as I can tell simply is not correct.

http://peecee.dk/upload/download/412683

Any clues? I've gone through it several times and I'm growing grey haired.

Edit: I may have already found the error. :)
Currently Working On:
X-Universe Conversion (Hiatus)
Bingeling
Posts: 5186
Joined: Thu Aug 12, 2010 11:42 am

RE: Modding Whipmarks (Lessons Learned)

Post by Bingeling »

Mansen, I have never looked at modding, but did peek at your file.

I copied all but the top fluff, and pasted it into a spreadsheet with the "," as separator. Some lines did not come out well. Maybe something for you to test and verify? Xenon and Argon probably have some "," mess up front.

Kha'ak
Paranid
Split

Appears to have some weird values down the lines, a "," missing? Same spot for all of them.
User avatar
Mansen
Posts: 352
Joined: Fri May 03, 2013 6:37 pm

RE: Modding Whipmarks (Lessons Learned)

Post by Mansen »

The theme loader went past the error - so that's great. :)

The new error (which isn't being awfully helpful) is not however. :/

Image
Currently Working On:
X-Universe Conversion (Hiatus)
Bingeling
Posts: 5186
Joined: Thu Aug 12, 2010 11:42 am

RE: Modding Whipmarks (Lessons Learned)

Post by Bingeling »

Those files must surely be easier to tune in a spreadsheet. Just save as csv and specify the "," separator?
Post Reply

Return to “Design and Modding”