Transport Fever 2

Transport Fever 2

The Oriental Pearl TV Tower丨东方明珠广播电视塔
15 Comments
76561198965107740 Sep 25, 2020 @ 6:01am 
@QQxiaoshui-2 pls make the burj kalifa from dubai
b.zhonnn Jun 25, 2020 @ 5:10am 
Could you PLEASE make the Twin Towers?
柔情疯子 Mar 4, 2020 @ 12:09am 
水儿加油
Lancelot Feb 5, 2020 @ 1:10am 
这里一堆dalao(滑稽)
Coolam Jan 7, 2020 @ 1:39am 
作者大人能不能弄个东京铁塔来!跪求!:steamfacepalm::steamsad:
Funny Mud Pee Dec 31, 2019 @ 4:15pm 
水儿新年快乐!
QQxiaoshui-2  [author] Dec 31, 2019 @ 8:20am 
@Baozi shop Boss 包包新年快乐
QQxiaoshui-2  [author] Dec 31, 2019 @ 8:19am 
@hugedragonyk 哇超级大神都来了!!!超激动!
hugedragonyk Dec 31, 2019 @ 4:53am 
前来支持一波
Funny Mud Pee Dec 30, 2019 @ 2:42am 
见证国产MOD新大佬的诞生
QQxiaoshui-2  [author] Dec 29, 2019 @ 4:37am 
@LINX 没我很水的2333您才是真大佬
LINX Dec 29, 2019 @ 3:14am 
见证国产MOD新秀的诞生
kamykaze13 Dec 28, 2019 @ 10:40pm 
Nice, it worked!
QQxiaoshui-2  [author] Dec 28, 2019 @ 10:08pm 
@kamykaze13 thx! thank you so much
kamykaze13 Dec 28, 2019 @ 8:16pm 
About your ground texture:

you need a *.gtex.lua file in config\ground_texture\
So, for your mod you grab the pearl_5.gtex.lua i guess.
Then you'll create a folder in your mod file structure and throw the file in there.

/res/config/ground_texture/asset/cheat/pearl_5.gtex.lua

And then you add some code to your construction file:

result.groundFaces = { {
face = { { -32, -32, 0 }, { 32, -32, 0 }, { 32, 32, 0 }, { -32, 32, 0} },
modes = {{type = "FILL",
key = "asset/cheat/pearl_5.gtex.lua"}}
} }

You might want to format that a little nicer. :)