Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
- 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.