Hi again,
I need to make an invisible human path (invisible sidewalk), that'd work same as invisible street, that can be found in
/Splines/Marcel/invis_street.sli. I need it because I'd like to have people also in areas without sidewalks. It'd make my maps (and not only mine!) more interesting and realistic!
However, I've got a small (a big) problem with it. I've managed to make an invisible human path that looks absolutely perfect in editor, however when I try it in OMSI, the people are levitating.
The code is here:
- Code:
-
Invisible Sidewalk
[onlyeditor]
---------------------------
Textures
---------------------------
[texture]
helper_path_hum_2.bmp
---------------------------
Graphical Lanes
---------------------------
Grass strip:
[profile]
0
[profilepnt]
-0.5
0.1
0
-0.1
[profilepnt]
0.5
0.1
1
-0.1
---------------------------
Paths
---------------------------
[path]
1
0
0
0
2
In editor it looks perfect:
However, in-game, it looks like this (while the people are on the invisible sidewalk, they levitate, as soon as they move to the normal sidewalk, they walk normally on the sidewalk):
Do you have any ideas how to fix it?
Thanks!