Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several issues #109

Open
WastedMike opened this issue Mar 25, 2017 · 1 comment
Open

Several issues #109

WastedMike opened this issue Mar 25, 2017 · 1 comment

Comments

@WastedMike
Copy link

WastedMike commented Mar 25, 2017

  • 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.

http://www.mediafire.com/file/1usapjj2cfconan/%3DBTC%3Dco%4030_Hearts_and_Minds_v2.Altis.pbo

@Vdauphin
Copy link
Contributor

Vdauphin commented Mar 25, 2017

Hello,
Wrong repo: https://github.com/Vdauphin/HeartsAndMinds

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 :

23:39:35 Error in expression <go_y = _rel_pos select 1; +_cargo_z = ((getPosATL _chopper) select 2) - (_ca> 23:39:35 Error position: <= ((getPosATL _chopper) select 2) - (_ca> 23:39:35 Error ; manquant 23:39:35 Error in expression <go_y = _rel_pos select 1; +_cargo_z = ((getPosATL _chopper) select 2) - (_ca> 23:39:35 Error position: <= ((getPosATL _chopper) select 2) - (_ca> 23:39:35 Error ; manquant 23:39:37 "=BTC= HEARTS AND MINDS VERSION 1.16.1"

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!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants