Quack O'Neill 11 Posted May 24, 2019 Hi I edited an old version of Invade & Annex for single player scenario use, and it used to work fine, but now the AO location keeps changing every 30 seconds or so. Dose anyone know why its doing this? People enjoy the scenario and its nice being able to play it on your own and trying to complete it by commanding the AI, but i keep getting messages about how its broken and i have no idea how to fix it. I just removed most of the restrictions and added high command and the ability to save progress. I messgaed quicksilver on youtube but it could be months untill he replies if at all. Share this post Link to post Share on other sites
quickdraw_01 4 Posted May 28, 2019 I messaged one of the other guys on steam that made the single player version and he doesn't know why it is doing it now either. Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 11, 2020 I am the guy that made the singleplayer version I'm trying to fix it but i cant find the sqf files that the error is referencing. errorhttps://ibb.co/f8XFCHc found this but i dont really understand ithttps://feedback.bistudio.com/T134662 Share this post Link to post Share on other sites
RCA3 593 Posted March 11, 2020 As I understand, do this search on invade-annex gitHub (17 code results in iamlegend23/invade-annex) and replace on all files found, the array [“water”, “out” ] with [“water”] as per the feedback tracker OP's answer. Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 12, 2020 (edited) lol thanks, but what file is this [“water”, “out” ] with [“water”] code in ? because there is no fn_getArea.sqf file in my folder I edited a pretty old version old I&A co60_AW_Invade_Annex_2_85C.Altis Edited March 12, 2020 by Quack O'Neill extra info Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 12, 2020 I found the [“water”, “out” ] code in a file called easterEggs.sqf and i replaced it with [“water”] but i still get the array error https://ibb.co/S3R01shhttps://ibb.co/9bb6dLD Share this post Link to post Share on other sites
RCA3 593 Posted March 12, 2020 You need to edit all of them which have that array, that's why I said do a search on gitHub so it would help you find which files it's in. I understand your version is older but still, that's the only reference you got. Did you search all 17 files? Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 12, 2020 iv searched a few, but only found it in the one file so far. Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 12, 2020 i used notepad++ to do a search and it found nothing https://ibb.co/LhnWbjn Share this post Link to post Share on other sites
Harzach 2517 Posted March 12, 2020 Why do people seeking help never share their files? Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 12, 2020 https://drive.google.com/open?id=1EuSFhVwzzp8cZ6J_T7Y6PBDvwpvoQ6m2 Share this post Link to post Share on other sites
Harzach 2517 Posted March 12, 2020 42 hits in 15 files: Share this post Link to post Share on other sites
Harzach 2517 Posted March 12, 2020 5 hours ago, Quack O'Neill said: I found the [“water”, “out” ] code in a file called easterEggs.sqf Somehow you are using curly quotes and have extra spaces inside your argument brackets, which is why your search failed. NOPE: [“water”, “out” ] YUP: ["water","out"] Share this post Link to post Share on other sites
Quack O'Neill 11 Posted March 12, 2020 thank you for your help its working now. 1 Share this post Link to post Share on other sites