e00c Posted March 30, 2014 Share Posted March 30, 2014 Hey guys, Got 2.72 running on our server now! :-) Though, occasionally, an error appears "admin_uid.sqf". Could not load/find? The game runs fine, just simply click 'close' and it goes away. Just wondered what this was? Ta muhcio! Link to comment Share on other sites More sharing options...
MDCCLXXVI Posted March 30, 2014 Share Posted March 30, 2014 open mission.sqm in main directory search for init="(group this) setGroupId [""IA""]; this addEventHandler [""respawn"", {_this execVM ""admin_uid.sqf""}]; "; And delete the red portion. There will be some 50-60 entries of it, in the init field of each playable unit. this can also be done in the 2D Editor. Open the mission in the Editor and double-click on each playable unit, and delete the red portion above from the init field of each. make sure you dont delete the "; at the end of the line. -- next, open the init.sqf in main directory search for this line _null = [] execVM "admin_uid.sqf"; delete it. note it may already have been removed. -- open the description.ext folder in the main directory find this line (its near the top): #include "spectator\spectating.hpp" // Kegetys Spectator Script delete that line. note it may have already been removed -- delete the 'spectator' folder from your main mission directory (or wherever it is, if it is still there). e00c 1 Link to comment Share on other sites More sharing options...
David Posted March 30, 2014 Share Posted March 30, 2014 What he said ^^ Link to comment Share on other sites More sharing options...
e00c Posted March 30, 2014 Author Share Posted March 30, 2014 Very thorougher! Thank you kindly! Here, have some beans.. I don't care that they're coins... beans sounds better ;-) Link to comment Share on other sites More sharing options...
e00c Posted March 30, 2014 Author Share Posted March 30, 2014 Errr - MDX, can you change the colour red please to something else? I can't see it... I'm colourblind. haha! I THINK, it's "this addEvent..... " ? Link to comment Share on other sites More sharing options...
MDCCLXXVI Posted March 31, 2014 Share Posted March 31, 2014 Errr - MDX, can you change the colour red please to something else? I can't see it... I'm colourblind. haha! I THINK, it's "this addEvent..... " ? the portion to search for and remove is underlined now Link to comment Share on other sites More sharing options...
e00c Posted March 31, 2014 Author Share Posted March 31, 2014 the portion to search for and remove is underlined now Cheers Buddy! Eye disability is a pain Link to comment Share on other sites More sharing options...
technerd89 Posted March 31, 2014 Share Posted March 31, 2014 I still get this on 2.72a running on EU#1, can we get a hotfix? Link to comment Share on other sites More sharing options...
e00c Posted March 31, 2014 Author Share Posted March 31, 2014 I still get this on 2.72a running on EU#1, can we get a hotfix? This is regarding 2.72a There isn't 50-60 entries in the files as suggested. I think around 6. Link to comment Share on other sites More sharing options...
MDCCLXXVI Posted April 1, 2014 Share Posted April 1, 2014 This is regarding 2.72a There isn't 50-60 entries in the files as suggested. I think around 6. You didnt scroll down. reference to admin_uid.sqf is in the init field of every playable unit, of which IIRC there are 57. Link to comment Share on other sites More sharing options...
e00c Posted April 1, 2014 Author Share Posted April 1, 2014 You didnt scroll down. reference to admin_uid.sqf is in the init field of every playable unit, of which IIRC there are 57. Nope, I did. Notepad++ > find... > results. I will double check when I'm back though. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now