Post here for problems with the editor.
Wait for help from the community, don't spam.
Personally i am gonna focus my time towards team members.
Editor Help - ask here!
Re: Editor Help - ask here!
Hello, I'm making my game mod in the form of a map. I have the following problem, I have placed prefabs and roads on which there is a highway and a tram line, please tell me why when I go into the spawn setting and spawn various vehicles in the editor, then my tram will not spawn and when launching the mod, too, although there is a tram road and an electric cable for it, I cannot solve this the problem, but for the SCS developers, the tram in Riga and the rest works and there are no problems, but it does not work on my map, tell me what the problem is and how to solve it, please help, if necessary, I can attach video evidence
-
- PPM
- Posts: 2
- Joined: September 21st, 2023, 7:50 pm
Re: Editor Help - ask here!
Hey everybody,
i havent had any problems with continuing my map after the last udpates. But 1.53 gives me some struggles. Does anybody know what exactly changed regarding editor and the base files with the 1.53 update? I cant find a documentation yet. I got a lot of errors now in the editor, also after recomputing the map. this seems to be the biggest issue:
00:00:19.806 : <ERROR> Unable to find 'road.ibe14' for 'Road' 0x58269CFBFC80000A
00:00:19.807 : <ERROR> Unable to find 'road.balt32' for 'Road' 0x56D41F2ABB800001
00:00:19.807 : <ERROR> Unable to find 'road.balt32' for 'Road' 0x56D41F7AEB800001
00:00:19.807 : <ERROR> Unable to find 'road.balt32' for 'Road' 0x56D41FCE91800001
00:00:19.807 : <ERROR> Unable to find 'road.ibe14' for 'Road' 0x574BB0A28F000002
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574BB16F3D800000
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C668147000000
00:00:19.807 : <ERROR> Unable to find 'road.blkw1ow' for 'Road' 0x574C743670800001
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C7609FC000000
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C77229D000001
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C7756EF800000
(...)and so on... many more of those errors
Thank you!
i havent had any problems with continuing my map after the last udpates. But 1.53 gives me some struggles. Does anybody know what exactly changed regarding editor and the base files with the 1.53 update? I cant find a documentation yet. I got a lot of errors now in the editor, also after recomputing the map. this seems to be the biggest issue:
00:00:19.806 : <ERROR> Unable to find 'road.ibe14' for 'Road' 0x58269CFBFC80000A
00:00:19.807 : <ERROR> Unable to find 'road.balt32' for 'Road' 0x56D41F2ABB800001
00:00:19.807 : <ERROR> Unable to find 'road.balt32' for 'Road' 0x56D41F7AEB800001
00:00:19.807 : <ERROR> Unable to find 'road.balt32' for 'Road' 0x56D41FCE91800001
00:00:19.807 : <ERROR> Unable to find 'road.ibe14' for 'Road' 0x574BB0A28F000002
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574BB16F3D800000
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C668147000000
00:00:19.807 : <ERROR> Unable to find 'road.blkw1ow' for 'Road' 0x574C743670800001
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C7609FC000000
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C77229D000001
00:00:19.807 : <ERROR> Unable to find 'road.balt10' for 'Road' 0x574C7756EF800000
(...)and so on... many more of those errors
Thank you!
Re: Editor Help - ask here!
As example:
def\world\road_look.template.sii
line 1659: road_look : road.balt32
you cannot get this on recompute, this are base game definitions (i did regen to roex with no problem)
check your game files through Steam
def\world\road_look.template.sii
line 1659: road_look : road.balt32
you cannot get this on recompute, this are base game definitions (i did regen to roex with no problem)
check your game files through Steam
-
- PPM
- Posts: 2
- Joined: September 21st, 2023, 7:50 pm
Re: Editor Help - ask here!
thanks for the quick answer! i found the issue. the problem was with def\world\traffic_rules_spawn.sui. SCS did some changes here and that made a problem with some alteration i did. always tricky to change those files...