Hallo , ich habe mir die Jackson County source gedownloaded und es werden mir Keine Häuser ,Brücken , Gebäude und Bäume im Buldozer angezeigt ..... Straßen die durch Polygone bzw Polylines erstellt sind werden mir angezigt , platzierte straßen werden mir aber auch nicht angezeigt
Hier mal meine Editor.sqs
Code: editor.sqs
; editor.sqs by Lappihuan and Sumrak
; due to sqs syntax the single line must be kept! https://community.bistudio.com/wiki/SQS_syntax
; key to execute the script is * [NUM]
; roadpath: is the path to your roads directory in your project.
; dateArray: https://community.bistudio.com/wiki/setDate
; key: https://resources.bisimulations.com/wiki/DIK_KeyCodes
roadpath = "P:/Jackson_County/data/roads";
dateArray = [2001, 06, 22, 12, 0];
key = 55;
_bulKeybinds = [] spawn {keyBind = (findDisplay -1) displayAddEventHandler['KeyDown','if(_this select 1 == key)then{result = buldozer_LoadNewRoads roadpath;setDate dateArray;0 setRain 0;0 setOvercast 0;}']};
Alles anzeigen
Diese ist nur zum Straßen anzeigen , wie oben schon geschrieben das funktioniert nur mit den Straßen Polylines bzw Polygone
Ich hoffe mir kann geholfen werden
LG Lukas