You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you move all the items in the editor to a new location ACE interaction system stops working
I noticed if you keep the mission running on a server for around 24 hours then we can't repair wrecks anymore and we can't lift wrecks.
Also, some people can't use the BIS default grouping system and others can randomly.
Another thing I noticed is if you are the officer and create a side mission, then left the server can come back you can't create side missions anymore.
The only way to fix it currently is to restart the server and it is only temporary. Will there be a newer version soon to fix these issues?
Here is the mission that I am running
The only changes I have made are adding a few vehicles and creating a spawning FOB for NATO in a new location.
Before report error please take a look in the RTP Client and Server to find obvious error: https://community.bistudio.com/wiki/Crash_Files also add -showScriptErrors when you launch the game.
You will see a dirty black box if error occur. This two parts are a requirement when you change any mission file to find error you or the mission maker do (human does errors ...). You will see how helpfull it is ! Also only report error occuring for unchanged .pbo because even small changes can broke everything!
I launched your mission. Nice base! ;)
BUT Check the RTP of your game :
You did an error : in file \core\fnc\log\lift_check.sqf
Line 25: You wrote +_cargo_z = ((getPosATL _chopper) select 2) - (_cargo_pos select 2);//hintSilent format ["%1 - %2 - %3",_cargo_x,_cargo_y,_cargo_z];
You need to write _cargo_z = ((getPosATL _chopper) select 2) - (_cargo_pos select 2);//hintSilent format ["%1 - %2 - %3",_cargo_x,_cargo_y,_cargo_z];
(remove the +)
Other issues never appear on my server. If you have any FIX you are welcome !
Have fun bro!!!
Here is the mission that I am running
http://www.mediafire.com/file/1usapjj2cfconan/%3DBTC%3Dco%4030_Hearts_and_Minds_v2.Altis.pbo
The text was updated successfully, but these errors were encountered: