FFMeredith Posted November 26, 2013 Report Share Posted November 26, 2013 How do you swap maps and put send to station scripts on mods? Quote Link to comment Share on other sites More sharing options...
ENG51INE Posted November 28, 2013 Report Share Posted November 28, 2013 I am wondering the same. How to do it without copying scripts Quote Link to comment Share on other sites More sharing options...
Chris07 Posted November 28, 2013 Report Share Posted November 28, 2013 If you swap maps you're either going to edit the existing ToStation script or create a new one. The only alternative would be to manually create new virtual objects for each of the vehicles on the new map and name them with the exact same name as they were on the old map. To be honest, it would be WAY easier to just create new virtual objects on the new map and edit the ToStation Script. To add the ToStation Command (or any command) to a vehicle, you must go into the editor, Open the Scene Editor, select Vehicles, select the vehicle you want to add the command to, then select Edit and then select Properties. In that menu there should be options to add/remove commands. If you are trying to get around not learning basic scripting, I hate to break it to you, but you're not going to get very far. Unfortunately in order to swap maps and implement a ToStation script, you are going to need to learn basic scripting. ToStation relies on VirtualObjects, and Virtual Objects are tied to the map. Quote Link to comment Share on other sites More sharing options...
FFMeredith Posted November 28, 2013 Author Report Share Posted November 28, 2013 If you swap maps you're either going to edit the existing ToStation script or create a new one. The only alternative would be to manually create new virtual objects for each of the vehicles on the new map and name them with the exact same name as they were on the old map. To be honest, it would be WAY easier to just create new virtual objects on the new map and edit the ToStation Script. To add the ToStation Command (or any command) to a vehicle, you must go into the editor, Open the Scene Editor, select Vehicles, select the vehicle you want to add the command to, then select Edit and then select Properties. In that menu there should be options to add/remove commands. If you are trying to get around not learning basic scripting, I hate to break it to you, but you're not going to get very far. Unfortunately in order to swap maps and implement a ToStation script, you are going to need to learn basic scripting. ToStation relies on VirtualObjects, and Virtual Objects are tied to the map.Thanks!-FFMeredith Quote Link to comment Share on other sites More sharing options...