Page 1 of 3

Modding tutorial project

Posted: Thu Jul 16, 2009 5:51 pm
by doomtrader
If you might know (and if not, now you do), World War 2: Time of Wrath has got high level of moddability.

To ease your life and to give you more joy from playing this game I'm planning to publish modding tutorials, where I'll describe what specific values in files means, how to change them, and what kind of effect you might come with.

Of course I've my own schedule, but if you have got any specific questions, please go ahead and ask, I can change the priority and order of the issues.

I'm planning to start on Monday, so there are few days for you to ask.

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 6:03 pm
by gwgardner
how to modify:

air-to-air combat damage, both attacker and interceptor
air-to-ground damage (including damage to attacker)
air-recon interceptor damage, both interceptor and recon unit

anything else I've forgotten relevant to air combat damage levels

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 6:54 pm
by Uxbridge
Haven't really looked at the game mechanics yet, but I'm already at it, modding counters and map (I must be sick, mustn't I?). Let you know if I run into something strange. [:)]

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 7:05 pm
by Plainian
ORIGINAL: Uxbridge

Haven't really looked at the game mechanics yet, but I'm already at it, modding counters and map (I must be sick, mustn't I?). Let you know if I run into something strange. [:)]

Good man. I'd say modding the 2D units and map terrain is No 1 priority.

Unfortunately you won't be able to cange the way unit ID and strength is displayed. I wish they had come up with a better system than this. Unit size should be displayed at top above the unit, unit name near the bottom and strength and the flag kept where it is.

I hope there is an option to revert back to the original RTV where unit strength is displayed rounded to the nearest WHOLE number. I'm afraid I find mixing decimal numbers and whole numbers pretty jarring to the senses.

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 7:21 pm
by doomtrader
Unfortunately you won't be able to cange the way unit ID and strength is displayed. I wish they had come up with a better system than this. Unit size should be displayed at top above the unit, unit name near the bottom and strength and the flag kept where it is.
Actually it is easy moddable in csv files, you can even set up different display in different zoom level.

I hope there is an option to revert back to the original RTV where unit strength is displayed rounded to the nearest WHOLE number. I'm afraid I find mixing decimal numbers and whole numbers pretty jarring to the senses.
Actually not, but I think it's not a big issue to add such possibility in a patch

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 7:23 pm
by Uxbridge
How do one change the colour of the hex sides to black?

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 7:27 pm
by Kurak
AFAIR it can be done by modifying others.png in used skin directory (data/gfx/[MapSkin]Classic or data/gfx/[MapSkin]Normal)

RE: Modding tutorial project

Posted: Thu Jul 16, 2009 7:30 pm
by Uxbridge
Right, I have a look!

Oh, yes! A bit odd, but better. [8D]

RE: Modding tutorial project

Posted: Sun Jul 19, 2009 11:16 am
by doomtrader

RE: Modding tutorial project

Posted: Mon Jul 20, 2009 5:23 am
by Magpius
Doom, should this thread be in the modding section?
also...which forum will you guys be focused on?
Is this going to be like CEAW, where we bounced from the matrix to slitherine forums for information on the game?

RE: Modding tutorial project

Posted: Mon Jul 20, 2009 7:11 am
by doomtrader
After the summertime we are planning to start up WIKI (together with a little more infrastructure renowation), so then it should be a little bit easier to navigate.

RE: Modding tutorial project

Posted: Sun Jul 26, 2009 6:27 pm
by doomtrader

RE: Modding tutorial project

Posted: Fri Jul 31, 2009 5:39 pm
by doomtrader
Two more parts add:
3. Scenario files
4. Land units

RE: Modding tutorial project

Posted: Mon Aug 17, 2009 4:33 pm
by doomtrader
Long time quiet

Part 5 - Air units
Part 6 - Naval units
http://forum.wastelands-interactive.com ... php?t=1865

RE: Modding tutorial project

Posted: Mon Aug 17, 2009 8:50 pm
by doomtrader

RE: Modding tutorial project

Posted: Fri Aug 21, 2009 6:20 am
by doomtrader

RE: Modding tutorial project

Posted: Sat Aug 22, 2009 4:52 am
by Magpius
Doom these are a great read.
and very helpful.
I hope the more programming minded on these threads are inspired enough to have a go.


RE: Modding tutorial project

Posted: Sat Aug 22, 2009 8:47 am
by doomtrader
You don't have to be programming minded.
I'm sociologist, with no computer related education

RE: Modding tutorial project

Posted: Sun Aug 23, 2009 7:05 am
by Magpius
@Doom, that's probably why this game has such great potential [:D]

RE: Modding tutorial project

Posted: Tue Oct 13, 2009 6:19 pm
by doomtrader
And here is next part.
http://forum.wastelands-interactive.com ... php?t=2028
This time about the weather.

If you need something let me know, I think I'll be able to write one part a week if some of you would like to make use of it.