Page 1 of 1

Modding terrain questions

Posted: Sat Jan 29, 2022 6:52 pm
by Umbra_TSSI
Hello

I created a mod that changes the base terrain texture to a solid with a gradient (lighter to darker) for the 50 levels of elevation, similar to Crossroads' "Boardgame Look&Feel" mod. But I have some questions.

For my mod I modified the SEAsia base terrain files (Mud, Soft, Normal), including all 5 levels of zoom. Everything seems to be working perfectly, but I don't know why there's a separate set of non-SEAsia base terrain files which differ only very slightly in hue and brightness.

So I'm wondering what they're for and what will be the result visually if those non-SEAsia files are not also modified?

Image

RE: Modding terrain questions

Posted: Sat Jan 29, 2022 6:57 pm
by berto

A problem I foresee is, with that much difference in brightness from elevation to elevation, how can you handle all 50 elevations in the game?

RE: Modding terrain questions

Posted: Sat Jan 29, 2022 7:11 pm
by berto
ORIGINAL: Umbra_TSSI

For my mod I modified the SEAsia base terrain files (Mud, Soft, Normal), including all 5 levels of zoom. Everything seems to be working perfectly, but I don't know why there's a separate set of non-SEAsia base terrain files which differ only very slightly in hue and brightness.

So I'm wondering what they're for and what will be the result visually if those non-SEAsia files are not also modified?
The basic "non-SEAsia" files are fallback defaults in case the appropriate Region and Biome variants are unavailable.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 1:29 am
by Umbra_TSSI
Wanted to post a pic but apparently I can't yet... oh well.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 1:39 am
by Jason Petho
You should be able to attach a picture? I think you needed to have 10 posts. Try again?

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 2:36 am
by Umbra_TSSI
The window that came up said that I can't post links, emails, or phone numbers for seven days after my tenth post.

But I was uploading a pic from my computer just like the first one.

So...?

And I did try again, that's why this post has been edited.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 2:53 am
by Jason Petho
jasonpetho at hotmail dot com

I can post it for you if you mail it to me until you reach your limit.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 3:04 am
by Umbra_TSSI
ORIGINAL: Jason Petho

You should be able to attach a picture? I think you needed to have 10 posts. Try again?
berto posted:
A problem I foresee is, with that much difference in brightness from elevation to elevation, how can you handle all 50 elevations in the game?

The reason for the post was to show berto the visual solid color gradient changes from highest height to lowest of the 50 elevations in game, but that's okay.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 3:28 am
by Umbra_TSSI
ORIGINAL: Jason Petho

jasonpetho at hotmail dot com

I can post it for you if you mail it to me until you reach your limit.
Thank you for your gracious offer, Jason. I was seeking answers so if I put out this mod for download it would be in the state that I find acceptable.

Thanks again.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 3:31 am
by Jason Petho
OK, no problem at all!

Just trying to be helpful

I hope it goes well!!

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 4:46 am
by Crossroads
ORIGINAL: Umbra_TSSI
...

For my mod I modified the SEAsia base terrain files (Mud, Soft, Normal), including all 5 levels of zoom. Everything seems to be working perfectly, but I don't know why there's a separate set of non-SEAsia base terrain files which differ only very slightly in hue and brightness.

So I'm wondering what they're for and what will be the result visually if those non-SEAsia files are not also modified?
Good day, @Umbra_TSSI! Nice work!

There's a system for allowing graphics designers and modders (autocorrect tries to repeatedly correct this to "models", we wish! [:D] ) to have control which graphic gets loaded where.

See my post at CSLegion: Biomes and Regions

This is true for any graphic in the game. Say for the Normal*.bmp ambient terrain, what the game loads, in this order, if found:

[*] look for SEAsiaSubtropForestNormal0d.bmp
[*] if not found, look for SubtropForestNormal0d.bmp
[*] if not found, look for SEAsiaNormal0d.bmp
[*] if not found, look for (last resort and always available) Normal0d.bmp

This would be valid for a map that is in SEAsia, and has SubtropForest as biome, of course,

I've tried with my 2D graphics to do with "less is more", so depending how much variation is needed, I've only put SEAsia (and SAsia) varaints there.

As a modder you need to take into account what's already there, to have them loaded in the regions and biomes available in each map.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 4:54 am
by Crossroads
If you haven't found a proper file download service yet, just zip up once complete and email to me at crossroads dot cslegion at gmail dot com. I will put it to our Dropbox and provide a link to it here.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 10:34 am
by VPaulus
Hi Umbra_TSSI,
You can now post without restrictions.

RE: Modding terrain questions

Posted: Sun Jan 30, 2022 3:54 pm
by Umbra_TSSI
ORIGINAL: VPaulus

Hi Umbra_TSSI,
You can now post without restrictions.
Wow... Thank You!!

You all are the best.