Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
- 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.