Toby77 Posted December 18, 2016 Report Share Posted December 18, 2016 Im trying to add the mod, Urban Rappelling by Duda, Not sure if this is allowed by the Epoch dev's? Getting these message's, While hanging in "mid-air" "DEBUG: Invalid Vehicle Token, deleted 6bba4100# 1699856: aa_01.p3d REMOTE" Link to comment Share on other sites More sharing options...
1 He-Man Posted December 18, 2016 Report Share Posted December 18, 2016 You have to spawn Vehicles serverside with this code: _veh = createVehicle ["I_Heli_Transport_02_EPOCH", _startpos, [], 0, "FLY"];_veh call EPOCH_server_setVToken; Toby77, zxbutchxz and natoed 3 Link to comment Share on other sites More sharing options...
0 Toby77 Posted December 19, 2016 Author Report Share Posted December 19, 2016 Thank you He-Man for your quick reply! Your awnser worked for me, The mod is now working fine, i had to adjust some other stuff in the script aswel... For other people trying to get this mod running; "device (attached to player) = (object)" is not white-listed or allowed in Epoch, Change that object to something that is allowed, Before that my .rpt log was spamming with weird Dimension errors.. Ps: Advanced Rappelling uses the same Device Object. natoed 1 Link to comment Share on other sites More sharing options...
0 spartan Posted January 23, 2017 Report Share Posted January 23, 2017 I am trying to get this mod working as well and everything looks fine except the rope gets deleted as it is deployed, looking through the rpt I am getting the "invalid vehicle token" entry although there is no vehicle involved as I am testing it on a building which is confusing. I am not getting the dimension errors mentioned above though so I am assuming the Device Object is ok. Any suggestions would be appreciated. Link to comment Share on other sites More sharing options...
0 natoed Posted January 24, 2017 Report Share Posted January 24, 2017 On 12/19/2016 at 4:28 AM, He-Man said: You have to spawn Vehicles serverside with this code: _veh = createVehicle ["I_Heli_Transport_02_EPOCH", _startpos, [], 0, "FLY"];_veh call EPOCH_server_setVToken; G'day He-Man Can I just use call EPOCH_server_setVToken; where I need it? cheers natoed Link to comment Share on other sites More sharing options...
0 He-Man Posted January 24, 2017 Report Share Posted January 24, 2017 Yes, but only in server Side Scripts! natoed 1 Link to comment Share on other sites More sharing options...
0 natoed Posted January 24, 2017 Report Share Posted January 24, 2017 1 hour ago, He-Man said: Yes, but only in server Side Scripts! damn looks like I have to make it a server-side pbo then knocked off another good ai mission but it a script run client-side from that other mod it pretty good just the second part the ai's heli deletes when a player gets with in 300m or so. it has the loots in it lol Link to comment Share on other sites More sharing options...
0 He-Man Posted January 25, 2017 Report Share Posted January 25, 2017 Create a serverside function for spawning the Vehicle and remoteexec it... natoed 1 Link to comment Share on other sites More sharing options...
Question
Toby77
Im trying to add the mod, Urban Rappelling by Duda, Not sure if this is allowed by the Epoch dev's?
Getting these message's, While hanging in "mid-air"
"DEBUG: Invalid Vehicle Token, deleted 6bba4100# 1699856: aa_01.p3d REMOTE"
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now