-
Content Count
53 -
Joined
-
Last visited
-
Medals
Everything posted by Beldum
-
Did you install the SqLite dependency? I was having this issue the other day.
-
I pretty much copied your script exactly but i'm still getting an Error. Would you be able to have a look at my scripts and see if you can find an error? I included a .sql file to setup the Database i'm using. www.dropbox.com/s/9i0uu7ap96nercv/SQL%2520Test.Stratis.rar edit- Fixed that problem. Could you suggest a way to check if a player is already saved to MySQL and if they are, make it load their stats and if they aren't in the DB, make it create a DB for them?
-
Would you be able to tell me why this isn't working and give me a few pointers on how to fix it? SaveScript1 _UID = getPlayerUID player; _magazines = magazines player; _Weapons = weapons player; _items = items player; _assignedItems = assignedItems player; _headgear = headgear player; _goggles = goggles player; _vest = vest player; _vestItems = vestItems player; _uniform = uniform player; _uniformItems = uniformItems player; _backpack = backpack player; _backpackItems = backpackItems player; _handgunItems = handgunItems player; _primaryWeaponItems = primaryWeaponItems player; _secondaryWeaponItems = secondaryWeaponItems player; _dir = getDir player; _pos = getPosASL player; _dammage = getDammage player; hint "Vars Set"; [[[_UID, _magazines, _Weapons, _items, _assignedItems, _headgear, _goggles, _vest, _vestItems, _uniform, _uniformItems, _backpack, _backpackItems, _handgunItems, _primaryWeaponItems, _secondaryWeaponItems, _dir, _pos, _dammage],"ServerStats\PlayerSave.sqf"],"BIS_fnc_execVM",false,false] spawn BIS_fnc_MP; hint "Stats Sent"; PlayerSave.sqf _UID = _this select 0; _magazines = _this select 1; _Weapons = _this select 2; _items = _this select 3; _assignedItems = _this select 4; _headgear = _this select 5; _goggles = _this select 6; _vest = _this select 7; _vestItems = _this select 8; _uniform = _this select 9; _uniformItems = _this select 10; _backpack = _this select 11; _backpackItems = _this select 12; _handgunItems = _this select 13; _primaryWeaponItems = _this select 14; _secondaryWeaponItems = _this select 15; _dir = _this select 16; _pos = _this select 17; _dammage = _this select 18; hint "Stats Recieved"; _query = format ["INSERT into playerstats (uid, ammo, weapons, items, assignitems, headgear, goggles, vest, vestitems, uniform, uniformitems, backpack, packitems, handgunitems, primarywep, secondarywep, Direction, Position, Damage) VALUES ('%1', '%2', '%3', '%4', '%5', '%6', '%7', '%8', '%9', '%10', '%11', '%12', '%13', '%14', '%15', '%16', '%17', '%18')", _UID, _magazines, _Weapons, _items, _assignedItems, _headgear, _goggles, _vest, _vestItems, _uniform, _uniformItems, _backpack, _backpackItems, _handgunItems, _primaryWeaponItems, _secondaryWeaponItems, _dir, _pos, _dammage]; hint "Sending Stats to SQL"; _return = "Arma2Net.Unmanaged" callExtension format ["Arma2NETMySQLCommandAsync ['altislife', '%1']", _query]; hint "Stats Successfully sent"; It returns this in the ArmA2Net.log file 11/14/2013 00:37:51 function: Arma2NETMySQLCommandAsync ['altislife', 'INSERT into playerstats (uid, ammo, weapons, items, assignitems, headgear, goggles, vest, vestitems, uniform, uniformitems, backpack, packitems, handgunitems, primarywep, secondarywep, Direction, Position, Damage) VALUES ('76561198085735088', '["30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","16Rnd_9x21_Mag","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green","HandGrenade","HandGrenade"]', '["arifle_MX_ACO_pointer_F","hgun_P07_F"]', '["FirstAidKit"]', '["ItemMap","ItemCompass","ItemWatch","ItemRadio","NVGoggles"]', 'H_HelmetB', 'G_Tactical_Black', 'V_PlateCarrier1_rgr', '["30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","16Rnd_9x21_Mag","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green","HandGrenade","HandGrenade"]', 'U_B_CombatUniform_mcam', '["FirstAidKit","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag"]', '', '[]', '["","",""]', '["","acc_pointer_IR","optic_Aco"]', '[]', '227.413', '[1873.47,5893.59,5.50144]')'] 11/14/2013 00:37:51 maxResultSize: 10239 11/14/2013 00:37:51 Result size: 0 11/14/2013 00:37:51 Result: <null>
-
Yes, i have installed both of the dependencies on the ArmA 3 Server but i still get the "Could not load file or assembly 'MySql.Data" error in the log file. My SQL Server is on a remote computer and i have changed the IP and Port in the Databases text file. I followed your tutorial video you have in your drop box but i can't seem to get it to work. Would it be possible to have your Skype to speed up this process? If not, that's fine though. My skype name is nick10319 edit- Here's a screenshot of the Ingame error i'm getting. https://www.dropbox.com/s/b2mhw1ngj265d59/2013-11-13_00001.jpg edit - Ok, i fixed the error of ArmA2Net not being able to find the MySql.Data file by copying MySql.Data.dll directly into @ArmA2Net but i'm still getting one last error. 11/13/2013 22:39:45 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/13/2013 22:39:45 maxResultSize: 10239 11/13/2013 22:39:45 Result size: 0 11/13/2013 22:39:45 Result: <null> That's the only thing in the log and it's just repeated. Edit again - Fixed that. In the Database.txt, the line of code was mysql,weapons,119.252.190.185,5000,ArmA3Test,*password* but the Database was named weaponsArma3, not just weapons
-
That may be a stupid question but, Does the .DLL file get installed in the @ArmA2Net or somewhere in the system? I'm just wondering 'cause if it's installed to the system, i'll have to ask ViLayer to run it. Edit- now i'm getting a new error. This one gives me a ingame "Hint" with a bunch of text and the ArmA2Net log file says this 11/13/2013 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. I have installed mysql-connector-net-6.7.4.msi as specified in the ReadMe.html Edit- Do i need to have the dependency installed on the computer that the SQL Server is being ran on, or do i need it installed on the computer that ArmA 3 is being ran on?
-
Do i need a SqLite DB installed for it to work 'cause i host my server through ViLayer and i have a SQL Server setup for it but i can't get a SqLite DB setup on the ArmA 3 servers Local machine.
-
Do i need the SQLite dependency even though i'm using a MySQL Database?
-
Hi I've been working on a Custom Build Altis Life mission file and i've decided to try and use MySQF to save Player Stats, Vehicles, etc but i can't seem to get it to work. I have been testing on the provided test mission but even that won't work. I have used SQL Databases before on DayZ Servers but I have no experience in actually setting up a SQL Database for ArmA and would appreciate help :) My ArmA2Net log file: 11/12/2013 22:53:42 Arma2NET 2.3.0.0 running on CLR 4.0.30319.18052 11/12/2013 22:53:42 Loaded into process arma3 11/12/2013 22:53:42 Loading add-ins 11/12/2013 22:53:45 Caught exception of type System.Reflection.TargetInvocationException while loading add-in DefaultDomain 11/12/2013 22:53:45 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.88.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019) ---> System.IO.FileLoadException: Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019) --- End of inner exception stack trace --- at System.Reflection.RuntimeAssembly.nLoadImage(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence evidence, StackCrawlMark& stackMark, Boolean fIntrospection, SecurityContextSource securityContextSource) at System.Reflection.Assembly.Load(Byte[] rawAssembly) at Arma2Net.Managed.AddInManager.DomainLoadAddIn(String assemblyFile) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at Arma2Net.Managed.AddInManager.DomainDoCallback() at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg) at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg) at Arma2Net.Managed.AddInManager.LoadAddIn(String assemblyFile) 11/12/2013 22:53:45 Domain Name Version Publisher Description 11/12/2013 22:53:45 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands. 11/12/2013 22:53:45 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands 11/12/2013 22:53:45 DefaultDomain Arma2NETMySQLCommandAsync0.1.0.0 firefly2442 Runs asynchronous raw MySQL/SQLite commands 11/12/2013 22:53:45 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 11/12/2013 22:53:45 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 11/12/2013 22:53:45 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 11/12/2013 22:53:45 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 11/12/2013 22:53:45 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 11/12/2013 22:53:45 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 11/12/2013 22:53:45 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 11/12/2013 22:53:45 Arma2NET initialized in 00:00:04.0039224 11/12/2013 22:53:46 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:46 maxResultSize: 10239 11/12/2013 22:53:46 Result size: 0 11/12/2013 22:53:46 Result: <null> 11/12/2013 22:53:46 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:46 maxResultSize: 10239 11/12/2013 22:53:46 Result size: 0 11/12/2013 22:53:46 Result: <null> 11/12/2013 22:53:46 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:46 maxResultSize: 10239 11/12/2013 22:53:46 Result size: 1200 11/12/2013 22:53:46 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. File name: 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString) at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync.InvokeAsync(String args, Int32 maxResultSize, CancellationToken token) at Arma2Net.AddInProxy.AsyncAddIn.<>c__DisplayClass8.<Invoke>b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 11/12/2013 22:53:50 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:50 maxResultSize: 10239 11/12/2013 22:53:50 Result size: 0 11/12/2013 22:53:50 Result: <null> 11/12/2013 22:53:50 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:50 maxResultSize: 10239 11/12/2013 22:53:50 Result size: 1200 11/12/2013 22:53:50 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. File name: 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString) at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync.InvokeAsync(String args, Int32 maxResultSize, CancellationToken token) at Arma2Net.AddInProxy.AsyncAddIn.<>c__DisplayClass8.<Invoke>b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 11/12/2013 22:53:51 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'INSERT into users (uid, name, ammo, weapons, items, assignitems, headgear, goggles, vest, vestitems, uniform, uniformitems, backpack, packitems, handgunitems, primarywep, secondarywep) VALUES('76561198085735088','1234','30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`16Rnd_9x21_Mag`16Rnd_9x21_Mag`SmokeShell`SmokeShellGreen`Chemlight_green`Chemlight_green`HandGrenade`HandGrenade','arifle_MX_ACO_pointer_F`hgun_P07_F`Throw`Put','FirstAidKit','ItemMap`ItemCompass`ItemWatch`ItemRadio`NVGoggles','H_HelmetB','G_Tactical_Black','V_PlateCarrier1_rgr','30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`16Rnd_9x21_Mag`16Rnd_9x21_Mag`SmokeShell`SmokeShellGreen`Chemlight_green`Chemlight_green`HandGrenade`HandGrenade','U_B_CombatUniform_mcam','FirstAidKit`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag',NULL,NULL,'``','`acc_pointer_IR`optic_Aco',NULL)'] 11/12/2013 22:53:51 maxResultSize: 10239 11/12/2013 22:53:51 Result size: 0 11/12/2013 22:53:51 Result: <null> 11/12/2013 22:53:51 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'INSERT into users (uid, name, ammo, weapons, items, assignitems, headgear, goggles, vest, vestitems, uniform, uniformitems, backpack, packitems, handgunitems, primarywep, secondarywep) VALUES('76561198085735088','1234','30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`16Rnd_9x21_Mag`16Rnd_9x21_Mag`SmokeShell`SmokeShellGreen`Chemlight_green`Chemlight_green`HandGrenade`HandGrenade','arifle_MX_ACO_pointer_F`hgun_P07_F`Throw`Put','FirstAidKit','ItemMap`ItemCompass`ItemWatch`ItemRadio`NVGoggles','H_HelmetB','G_Tactical_Black','V_PlateCarrier1_rgr','30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`16Rnd_9x21_Mag`16Rnd_9x21_Mag`SmokeShell`SmokeShellGreen`Chemlight_green`Chemlight_green`HandGrenade`HandGrenade','U_B_CombatUniform_mcam','FirstAidKit`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag',NULL,NULL,'``','`acc_pointer_IR`optic_Aco',NULL)'] 11/12/2013 22:53:51 maxResultSize: 10239 11/12/2013 22:53:51 Result size: 1200 11/12/2013 22:53:51 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. File name: 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString) at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync.InvokeAsync(String args, Int32 maxResultSize, CancellationToken token) at Arma2Net.AddInProxy.AsyncAddIn.<>c__DisplayClass8.<Invoke>b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 11/12/2013 22:53:52 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:52 maxResultSize: 10239 11/12/2013 22:53:52 Result size: 0 11/12/2013 22:53:52 Result: <null> 11/12/2013 22:53:52 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561198085735088''] 11/12/2013 22:53:52 maxResultSize: 10239 11/12/2013 22:53:52 Result size: 1200 11/12/2013 22:53:52 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. File name: 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString) at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values) at Arma2NETMySQLPlugin.Databases..ctor() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync.InvokeAsync(String args, Int32 maxResultSize, CancellationToken token) at Arma2Net.AddInProxy.AsyncAddIn.<>c__DisplayClass8.<Invoke>b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. A section from my ArmA3.rpt file [1661,189.012,19.186,"mpmissions\Arma2NetMySQLPlugin-Arma3-example.Stratis\as_loadouts\server_events.sqf:47","Query: : _query=INSERT into users (uid, name, ammo, weapons, items, assignitems, headgear, goggles, vest, vestitems, uniform, uniformitems, backpack, packitems, handgunitems, primarywep, secondarywep) VALUES('76561198085735088','1234','30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`16Rnd_9x21_Mag`16Rnd_9x21_Mag`SmokeShell`SmokeShellGreen`Chemlight_green`Chemlight_green`HandGrenade`HandGrenade','arifle_MX_ACO_pointer_F`hgun_P07_F`Throw`Put','FirstAidKit','ItemMap`ItemCompass`ItemWatch`ItemRadio`NVGoggles','H_HelmetB','G_Tactical_Black','V_PlateCarrier1_rgr','30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`30Rnd_65x39_caseless_mag`16Rnd_9x21_Mag`16Rnd_ [1682,190.047,20.221,"mpmissions\Arma2NetMySQLPlugin-Arma3-example.Stratis\as_loadouts\getLoadouts.sqf:4","EXPLODE_1 _this: _unit=player1"] [1682,190.048,20.221,"mpmissions\Arma2NetMySQLPlugin-Arma3-example.Stratis\as_loadouts\server_events.sqf:93","Query: : _query=SELECT name FROM users WHERE uid = '76561198085735088'"] Error in expression <System.IO.FileNotFoundException: Could not loa> Error position: <.IO.FileNotFoundException: Could not loa> Error Missing ; Error in expression <System.IO.FileNotFoundException: Could not loa> Error position: <.IO.FileNotFoundException: Could not loa> Error Missing ; Error in expression <e _dbloadoutnames; _dbloadoutnames = _dbloadoutnames select 0; { _loadouts> Error position: <_dbloadoutnames select 0; { _loadouts> Error Undefined variable in expression: _dbloadoutnames File mpmissions\Arma2NetMySQLPlugin-Arma3-example.Stratis\as_loadouts\getLoadouts.sqf, line 42 I'm assuming that the undefined Variable is because it can't receive anything from MySQL but i thought i'd add it anyway incase i'm wrong.
-
That's the plan mate! We're hoping to attract some fellow Australians to play ArmA with! Be sure to visit our Facebook page to keep up to date :)
-
Hey all, Just thought i'd jump on the BIS forums and let you all know of the Altis Life mission file that we've been working on. We are making our own 100% customized Altis Life server from scratch. We have been working on it for a little over a week and have seen great progress so far. Although we are still early in development, we would love to see some support from ArmA 3 users to encourage us to continue making our Mission file. The mission will (Obviously) be based in Altis although we might temporarily put it on Stratis of Altis is still laggy on MP servers when we get a working version ready for release. We are currently aiming to get a working version out and on a server by the 20th. The server will be hosted in Sydney Australia and if the server is successful we will start up a server somewhere in the US! Here what we currently have working. Weapons Store (Opfor, Indeps and Cops) Legal Weapon Store for Civilians (Illegal Weapon Store planned) Licences Paychecks every 5 minutes (Amount payed depends on licences owned) Bank (Planning on making it able to be robbed) Vehicle Stores PMC For civilians Stat Saving (Saves your Character, Vehicles, Licences, etc) Two main Spawns for each faction (Because Altis is so big) Transit from Airport to Airport (Again, because Altis is so big, Costs money) We plan on adding much more. For anyone interested in development, check out our FaceBook page - www.facebook.com/VRG.ArmA We look forward to your feedback :) ~Nick VRG For anyone that wishes to contact us, please message the Facebook page - www.facebook.com/VRG.ArmA
-
Altis Life Revolution - Stick in the Story Line?
Beldum replied to CaptainAzimuth's topic in ARMA 3 - USER MISSIONS
We at VRG are working on a Altis Life mission file and we're trying to make it as much like the old Takistan Life Revolution as we can, plus add more! Check out the Thread -forums.bistudio.com/showthread.php?164237-Altis-Life-VRG-Australia!&p=2502850#post2502850 Our Facebook - www.facebook.com/VRG.ArmA -
Hi, Nick from VRG here I'm just trying to get the word out about our new Wasteland server that we've recently put up. I'll cut straight to the features shall i, Player Stat saving: Say you come on our server, play for an hour or 2 with some friends then go offline If you come back the next day, you will still have all the stuff you had the previous day, Weapons, Money, Health, Position, all saved to our DB Vehicle and Base saving: Say you and your friends build a base and capture a rare objective vehicle. All you have to do is hit the save button on your vehicle and it's saved to the DB. To save your base, simply lock the object Customized map: We are making slight changes to the map almost every day, most notably Balota and North East Airfields actually look like Airfields now (Best viewed at night). Larger changes are things like the Aircraft carrier added to the south of the Map. The Carrier is perfect for a safe, secure base and even has loot spawns. Unlike most servers that may have an Aircraft carrier somewhere, you don't need a Aircraft to get on the Carrier on our server. A simple boat will do We have also done a few other small changes to other places around the map with more changes planned. New vehicles: Various vehicles have been added that Default Wasteland does not have. We know this is common in Wasteland servers but we have also noticed that a lot of servers go too far with the Vehicles that spawn. We have added a lot of cool new vehicles without adding too many "OP" vehicles A complete vehicles list can be seen below New Weapons: Various weapon spawns have been changed. Night Vision is slightly more common Backpacks: In our server, Backpacks spawn in vehicles for players to use. Backpacks that spawn in Vehicles can be Cargo Backpacks or Mounted Weapons. Objective changes: Added M2A2 and M2A3 to APC Objective Added AH-64D, KA-52, AH-6J and MI-24V to Helicopter Objective Added M1A1 to Tank Objective Added M1A2 Tusk to MBT Objective Time Periods: Unlike most servers, our server will go to Night time about 3 hours after a server restart We are currently working on Scripts that make it have 1 hour of Day, 1 hour of Night, 1 hour of Day, 1 Hour Night (You get the idea haha) Planned changes: We plan on Adding a lot more to the server, these changes include: - Add various new areas to the map for more interesting gameplay - Add random Airplane spawns (AN-2s, C-130s, etc) - Current spawns are not random - Debug Aircraft Store - Add a Vehicle Store - Add a Light Armor Store To find our Wasteland Server, Filter VRG If you can't find it, you can use the IP address - 184.170.244.8:2332 About VRG (For anyone interested) VRG (Virtual Reality Gaming) is a group of about 5 people that love ArmA and love Customizing it to make it better. We are aiming to create a Community of players that play ArmA and enjoy our Customized servers We do take requests for server modifications from our players at https://www.facebook.com/VRG.ArmA We currently only have a Wasteland server but we plan on getting more servers including: - Takistan or Chernarus Life (ArmA 2) - Stratis or Altis Life (ArmA 3) - Wasteland (ArmA 3) - Domination (ArmA 2 and 3) - DayZ or DayZ Standalone (Depending if we thing getting the Current DayZ Mod will be worth it) Currently we only have a small playerbase so please, jump on our server and if you like what you see, keep coming on. If you play it, other people will too. We are always looking for Members and Server Moderators so feel free to message our facebook page about it (https://www.facebook.com/VRG.ArmA) I hope to see you on the Server ~Nick VRG Vehicle List: These are only Vehicles that spawn. Mission vehicles aren't in this list Not all vehicles are in this list, Only Military - MTVR Repair - MTVR Re-fuel - MTVR Re-Arm - UAZ - SUV - MTVR - Offroad - Humvee - Humvee Ambulance - S1203 Ambulance - Vodnik Ambulance - Armored SUV - Pickup PK - UAZ MG - Landrover MG - Humvee M2 - Humvee M240 - Humvee MK19 - Humvee TOW - Humvee GPK M2 - Humvee Avenger - Jackal HMG - Jackal GMG - Vodnik - ZU-23 - BMP-2 UN - BMP-2 TK - M113 UN - M113 TK - Vodnik HMG
-
do i need inidb or can i use save var?
Beldum replied to Sneakers O'Toole's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Leave it with me for a day or 2 and i'll make you some scripts up to save money to a iniDB ---------- Post added at 14:21 ---------- Previous post was at 14:10 ---------- If possible, go to our Facebook page and send me your mission files - https://www.facebook.com/VRG.ArmA If you can't/don't want to go to our facebook, can you email them to me at [email protected] -
Awesome news. Does the image have to be 512x512 like you said it might?
-
Awesome, could you post here when/if you do that so i know when i can upload my .paa If it doesn't display properly, maybe add an option for people to upload a .jpg version of the image so they at least know what it looks like.
-
Hey Zakun, could you please make your page compatible with .paa pictures? I want our squad logo to go over the default vehicle texture like this http://i4.photobucket.com/albums/y126/Bigtires79/xml.jpg (162 kB) but .png files aren't able to be used in ArmA, however .paa files work like .png and ArmA can read them. Currently just using a .jpg for the logo and it has a white background that looks horrible on vehicles
-
Adding air units: warfare takistan
Beldum replied to deadmoving's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I can think of a solution that may work, though i am not on a computer that has ArmA installed to test at the moment. It's not a way for AI to "Buy" aircraft, though if you'd like i could make a script that randomly spawns aircraft at AI camps as if they've brought it for AI to use. Inbox me if you're interested and i will see what i can do. -
do i need inidb or can i use save var?
Beldum replied to Sneakers O'Toole's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Save Var would probably work while ingame but as soon as you disconnect from your server (Assuming you're running your mission as a MP Server) it will clear the Var back to default or nothing Use iniDB if you want to save mymoney so when a player re-connects, they can pick up where they left off -
Custom player texture script for multiplayer use ?
Beldum replied to GSP167's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
in the init.sqf add this and it should work (I don't have access to a computer to test it). I'm sure someone will correct me if i'm wrong player setobjecttexture [0,"texture.paa"]; if that doesn't work properly, try changing the "0" to a "1" That will set the texture for every player that connects, regardless of Side. If you want textures to be Side specific, inbox me and i'll make something up ~Nick VRG -
Just used your XML generator. Worked very well. I will be donating for unlimited members soon o i can put my whole squad here. ~Nick VRG
-
iniDB - Save and Load data to the server or your local computer without databases!
Beldum replied to SicSemperTyrannis's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Alright. I'll add you now and skype you when i have some time. -
iniDB - Save and Load data to the server or your local computer without databases!
Beldum replied to SicSemperTyrannis's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Sorry for a late reply. I have worked out how to Save vehicles to the DB (Only saves used vehicles to lower the amount of work the server has to do) Basically, when a player enters a Vehicle as Driver or Pilot (Not gunner or passenger) it saves the Vehicle to the DB. It saves to a file called "Vehicle.ini" like this [Owner *players UID*] classname="MV22" pos="[1811.9,1691.69,338.99]" dir="202.716" weapons="[[],[]]" mags="[[],[]]" Damage="0" Fuel="1" My problem now is i don't know how to Load the vehicles from the DB. Any help on that would be great. -
Player Saving System
Beldum replied to Beldum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yeah i've been working on a way for players to save their vehicles. Currently a "Save Vehicle" option gets added to every vehicle in the game. If a player presses save, it is saved to the Database for a week then respawned. Any vehicles not saved are simply respawned. Not saving every vehicle means that the server doesn't have to read as much from the database so it has less lag on startup. -
Player Saving System
Beldum replied to Beldum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yes i did actually get it working. There's a mod for ArmA 3 called iniDB that you can script and configure to save what you want to the server. The mod also works for ArmA 2 so i'm using that and it works quite well. Only thing is i can't get it to save vehicles or objects (It is possible, i have seen it on other servers with this mod). -
iniDB - Save and Load data to the server or your local computer without databases!
Beldum replied to SicSemperTyrannis's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I am running a Wasteland server in ArmA 2 with this mod. I have it saving player gear and positions but i can't seem to get it to save vehicles. Any suggestions?