moharisy 10 Posted December 23, 2014 Hello there, sorry if this has been created/posted in the wrong place but this problem im encountering is frustrating the crap out of me. First off im very new to scripting so this only impedes my progress. Basically i have created a mission in Arma 3 both SP and MP, and I have tried to implement Farooqs revive script into it. I followed the instructions on how to install it, put the extra line at the top of the init.sqf and boom... it doesnt work. The thing is though is that the script works perfectly fine in editor but as soon as i run it as a SP or MP mission it doesn't even initialise. I have been searching for a solution for ages but what ive gathered is that it appears to be a problem with the init.sqf file not being executed and i dont know how to sort this. Ive looked about but I cant find any sort of solution for making the init.sqf being executed as its meant to be done automatically. So any help would be much appreciated cos its really killing my brain. And sorry again if i have posted this on the wrong place Share this post Link to post Share on other sites
austin_medic 109 Posted December 23, 2014 do you have file extensions turned on? if not then the system is going to be saving all the files you create as .txt instead of .sqf which the game can read (init.sqf.txt. Share this post Link to post Share on other sites
moharisy 10 Posted December 23, 2014 the sqf file says it is a sqf file not a text document Share this post Link to post Share on other sites
dreadedentity 278 Posted December 23, 2014 please post the full contents of your init.sqf here Share this post Link to post Share on other sites
moharisy 10 Posted December 23, 2014 it only has this line: call compileFinal preprocessFileLineNumbers "FAR_revive\FAR_revive_init.sqf"; Do you want the revive_init.sqf aswell? Share this post Link to post Share on other sites
jshock 513 Posted December 23, 2014 Well, seeing how you haven't waited for a response to your posts in the Farooq Revive thread...can you provide the entirety of your mission folder. Share this post Link to post Share on other sites
moharisy 10 Posted December 23, 2014 https://www.dropbox.com/s/gz432rar8ma2pfr/Freedom%20Fighters.zip?dl=0 there is the link. thanks for the help Share this post Link to post Share on other sites
jshock 513 Posted December 23, 2014 Ok, well, it looks like your internals are good in the init.sqf and sorts, the issue may be in the revive script itself, you will just need to wait on a response in that thread or find another revive script. Giallustio just came out with a new script of his, that I would recommend giving a shot: BTC Quick Revive Share this post Link to post Share on other sites
moharisy 10 Posted December 23, 2014 Is it possible it's a server side issue? I play my arma games through evolve which emulates LAN because my ports refuse to open. Im wandering if it being on a local server could be messing it up. And thanks a lot much appreciated. I think Il try Giallustio's revive Share this post Link to post Share on other sites
moharisy 10 Posted December 23, 2014 Right i don't think its a revive script issue, ive just tried a couple of other systems such as Grimes Simple Revive and Psycho's Revive and im getting the same issue. The revive script works perfectly fine in editor but out of editor it doesn't even initialise or run. Anyone got any ideas? Thanks Share this post Link to post Share on other sites