Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- I do have the non-convex option set on all of my objects, and I just found at that doesn't work when something is set as a chip. That's a pretty good idea for getting the different levels but if I have collision, it makes hexagons collide all funky, as if horizontally they are now a rectangle.
Also, I just went through the games saves and my downloaded mods, and I see how json's work, and how model and image retrieval works in TT Sim. I'll try to make a pass at optimizing my board pieces. I'm also planning on replacing these crappy trees with something better, say from speedtree.
but i think it might be worth a try to:
- give the floor tiles rounded edges to allow them to overlap without z-buffer-flickering.
- import them as "chip" to make them stackable like chips.
- import them with the "board flag" set, so that it does not collide with other items that also have th2 Board flag" set. (this might already be the case here)
that way you might be able to use less unique items and use only 1 object and less than 10 textures in total for all floors. plus 2 single models for a single forest-token, having its own tiny collision mesh.
---
All save files are stored as simple .json files and anyone may be able to make a save-editor for hex-boards like this, using some .lua script.