Nope no script, i used ZEI - Zeus and Eden Interiors steamcommunity.com/sharedfiles/filedetails/?id=1251859358 though i did all the chairs myself, i had another script i was going to show with this video where you can sit in those chairs but the script would not work no matter what i did.
One point to consider when using gates, it can mess with AI pathfinding as they consider gates as obstacles, unaware of the trigger opening them. I finally opted to let gates open and close them on OPFOR only. Double thump up for the role play.
Thanks STyx2909, ya good points, though the idea in general for the use of the checkpoints, and gates is meant for the player or players. Also i had setup that building at the end there with chairs as i was also going to share a script, but the script dont want to work so i had to go with what i had.
@@JONDutton-t9u Yup, as i showed in the video thats all it needs, gate just needs a name, and then the code in the init box of the trigger. When did you started using the eden editor? and Welcome to Arma 3 if your new to it btw.
If the gate has two separate doors. Then you have to write like this open: gate_1 animate ["Door_1_rot", 1]; gate_1 animate ["Door_2_rot", 1]; close: gate_1 animate ["Door_1_rot", 0]; gate_1 animate ["Door_2_rot", 0]; And here's a little extra thing for you that you can try, it's quite old but it's only arma 3 things this closes all warehouse doors. create Game Logic name it "Door" add this to init ((nearestObjects [this, ["Land_Cargo_House_V1_F"], 5 or 8]) select 0) setVariable ["BIS_disabled_Door_1", 1, true];
What I want to create is an economy based mission where the users have to get money doing missions in order to buy it´s weapons and vehicles. Also, It would be asome if I can transfer that data from mission to mission
@@Adrianlpe You mean awesome, ya you can transfer the script and other codes from mission to mission, just copy the codes, and the files to the new mission's folder and same with the codes to where their supposed to be in the mission.
Hey man, it should work in mp lan but thats local to your machine, for a dedicated you may need to run it another way so idk. Back in 2017 i had a realism unit and we had this code on our server in a mission for gates and such, and it worked there np, make sure the server has an init.sqf with the isserver code in it. I didn't build the mission so i dont know what it took to make it work wasn't even thinking about that then it just did. Let me get back to you on this, will ask my friend who runs our dedicated server for our group.
@@phantomfreak0813 Go on BI forums and ask pierremgi ask this guy forums.bohemia.net/profile/900806-pierremgi/ he might know whats going on or what is needed.
Timestamps and code are in the description of the video!
I'll be using this stuff in my next mission thank you
I love some world war II stuff and I had the hardest time trying to get the ramp to rotate on the landing crafts I finally got it
Certified banger
A nice and simpel way of doing it, thanks for the video, I see you used Tinter's furniture script in this one also.
Nope no script, i used ZEI - Zeus and Eden Interiors
steamcommunity.com/sharedfiles/filedetails/?id=1251859358
though i did all the chairs myself, i had another script i was going to show with this video
where you can sit in those chairs but the script would not work no matter what i did.
One point to consider when using gates, it can mess with AI pathfinding as they consider gates as obstacles, unaware of the trigger opening them. I finally opted to let gates open and close them on OPFOR only.
Double thump up for the role play.
Thanks STyx2909, ya good points, though the idea in general for the use of the checkpoints, and gates is meant for the player or players.
Also i had setup that building at the end there with chairs as i was also going to share a script, but the script dont want to work so i had to go with what i had.
@@Gunter_Severloh and it was good enough.
hi ate, great addition, think you could cope n paste, the snippet for it?? i want to try take this to dayz
Its in the description of the video.
@@Gunter_Severloh yea seen that but i mean surely that cant be all id neeed? im new to it all you see.
@@JONDutton-t9u Yup, as i showed in the video thats all it needs, gate just needs a name, and then the code in the init box of the trigger. When did you started using the eden editor? and Welcome to Arma 3 if your new to it btw.
If the gate has two separate doors. Then you have to write like this
open:
gate_1 animate ["Door_1_rot", 1];
gate_1 animate ["Door_2_rot", 1];
close:
gate_1 animate ["Door_1_rot", 0];
gate_1 animate ["Door_2_rot", 0];
And here's a little extra thing for you that you can try, it's quite old but it's only arma 3 things
this closes all warehouse doors.
create Game Logic name it "Door"
add this to init
((nearestObjects [this, ["Land_Cargo_House_V1_F"], 5 or 8]) select 0) setVariable ["BIS_disabled_Door_1", 1, true];
Nice, thanks for adding that, ya was always wondering about duel opening doors,
should be very useful for others seeing this.
Im trying to set a vehicle store, im currently using HALs Script for the weapons part. But i´m unable to set it
What I want to create is an economy based mission where the users have to get money doing missions in order to buy it´s weapons and vehicles. Also, It would be asome if I can transfer that data from mission to mission
Install it or set it up you mean?
@@Adrianlpe You mean awesome, ya you can transfer the script and other codes from mission to mission, just copy the codes, and the files to the new mission's folder and same with the codes to where their supposed to be in the mission.
Hey Gunter, is this MP compatible? It does not work for my MP server :(
Hey man, it should work in mp lan but thats local to your machine, for a dedicated you may need to run it another way so idk.
Back in 2017 i had a realism unit and we had this code on our server in a mission for gates and such, and it worked there np, make sure the server has an init.sqf with the isserver code in it.
I didn't build the mission so i dont know what it took to make it work wasn't even thinking about that then it just did. Let me get back to you on this, will ask my friend who runs our dedicated server for our group.
Hey, getting back to you in the trigger under where you see activation, set it to server only.
@@Gunter_Severloh Hey Gunther, thank you for checking!!! No way its THAT easy - i will try and write you again 🙂
@@Gunter_Severloh Sadly did not work :(
Have done it just like you wrote, "Server Only" did not work :/
@@phantomfreak0813 Go on BI forums and ask pierremgi ask this guy
forums.bohemia.net/profile/900806-pierremgi/
he might know whats going on or what is needed.