Charles Darwin
Member-
Content Count
133 -
Joined
-
Last visited
-
Medals
Everything posted by Charles Darwin
-
How to make a door open when it is shot or recieves damage?
Charles Darwin replied to jackmomma's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
could look into the fired near event controller -
Just curious if this is possible either in a config or even better via a script(though doubtful) When the A-10 gun is fired it ill fire a preset amount of time independent of the time the trigger was actually held down, is there anyway to change this either via config/addon editing or a script?
-
Adjust A-10 Gun rate
Charles Darwin replied to Charles Darwin's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Ok the guys on the A-10 forums replied and indeed DCS shows the correct GAU-8 function for both the A and C variants, ie no burst mode, it is strictly a trigger down = guns blazing weapon so ACE ticket submitted -
Adjust A-10 Gun rate
Charles Darwin replied to Charles Darwin's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hmmm, not sure if the gun is limited to burst in real life. something may have changed from the A-10A model which is what the a-10 in arma is to the A-10C in DCS A-10C, but the DCS title which (i assume) models the gun operation on the real A-10C has no burst mode it is a purely trigger down = gun firing/ trigger up = not firing system. I posted the question an A-10 forum and will have to see what the guys who flew the A variant say about it. if it's realistic to have only a burst feature then theres no point in changing it. -
Adjust A-10 Gun rate
Charles Darwin replied to Charles Darwin's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Don't necessarily wan't a slower gun, just one that responds to the gun trigger and then quits firing when the trigger is no longer depressed...if the gun does this in vanilla i must be in ACE settings ill test it when i get home from work and if so ill submit a ticket ^^ -
Adjust A-10 Gun rate
Charles Darwin replied to Charles Darwin's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
its not in Vanilla? thought I tested it..must have been mistaken -
Mission Making Question
Charles Darwin replied to cobra5000's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Meh. You toe the line doing it in all likelihood you'd be ok as long as you didn't include any photos music etc and it was used only as a name ie you must rescue operative Rambo but im no expert on copyrights so I don't really know -
Script efficiency
Charles Darwin replied to Double Doppler's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Good topic I am also interested in learning things like this -
Equipment removal script
Charles Darwin replied to nicomach's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
init line of each player unit who you dont want to have NV goggles -
Register runway damage?
Charles Darwin replied to bobrock011's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
If im reading him correctly the problem is that the damage isnt registering..ie the damage doesnt happen in the first place -
Help with trigger height
Charles Darwin replied to lax's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
ooh a command I was unaware of..thank you zone -
Help with trigger height
Charles Darwin replied to lax's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
this && ({_x isKindOf "LAND"} count thisList)>0 in the activation filed of your trigger "LAND" is the CFG class..it can use any level in this list so TANK would work just as well as "2S6M_Tunguska" for example -
Register runway damage?
Charles Darwin replied to bobrock011's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
i think he wants the player to bomb to runway not for it to be already damaged -
Register runway damage?
Charles Darwin replied to bobrock011's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
could always place hidden units all along the units and check if any of them are damaged -
Need help with "Flyinheight" command
Charles Darwin replied to deltadagger's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Set it at an altitude slights above the desired altitude google set unit height -
Flare Detection for Triggers
Charles Darwin replied to merlin's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
On phone so forgive but google firednear event handler -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Kolmain: |TG|Charles Darwin on steam or you can join the TacticalGamer TS and see if you can catch me..steam would be best bet though -
Editor video tutorals section?
Charles Darwin replied to Pipyn's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
best way to learn is 1. find a script semi close to what you want to do and look at how it is done 2. tear is apart and find out why it works 3. attempt to use what you have learned in your missions..when you have problems post the question here -
What problem's with this script?
Charles Darwin replied to hellcatz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
welcome to wonderful world of locality in arma 2 multiplayer scripting -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
WOOOHOOO!!! got it working..Ill get to writing that quick start guide tomorrow..do you want me to post it here or do you want to look it over first? Don't want to put something out there that might be confused as having your guy's approval especially since I'm not nearly as good at this stuff as you, I'm just excited to get more attention for this project as I see what it can do! -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
DOH! I can't beleive I didn't see that LOL thanks * shy's away for being stupid* kolmain..in order to get the git files I had to use the gitbash and this link: https://USERNAME:PASSWORD@git.dev-heaven.net/a2-sql-persistent-db.git Jman: ok ran your arma.sql file into a new DB and created the needed tables etc and the ArmA2MySQL program is running and connected to the DB..load the mission named pipe is opened and get: Info: 15:29:36 - Arma2MySQL Server Started. Info: 15:29:36 - Database: arma IPAddress: localhost Port: 3306 Username: root Password: NotShownForSecurityReasons Info: 15:29:36 - Started listening to pipe. Info: 15:34:14 - Named pipe opened. Info: 15:34:15 - Received message: arma:GetMissionByName(tna=Co30 ACE KH PDB Battlefields) Warning: 15:34:15 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Procedure or function '`GetMissionByName`' cannot be found in database '`arma`'. at MySql.Data.MySqlClient.ProcedureCache.GetProcData(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.AddNew(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.GetProcedure(MySqlConnection conn, String spName, String cacheKey) at MySql.Data.MySqlClient.StoredProcedure.GetParameters(String procName, DataTable& proceduresTable, DataTable& parametersTable) at MySql.Data.MySqlClient.StoredProcedure.CheckParameters(String spName) at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2SQL.MySQLProvider.MySQLProvider.<RunProcedure>d__0.MoveNext() Info: 15:34:15 - Trying to write: arma:GetMissionByName(tna=Co30 ACE KH PDB Battlefields)false; Info: 15:34:15 - Named pipe closed. Info: 15:34:37 - Named pipe opened. Info: 15:34:37 - Received message: arma:UpdatePlayer(tsc=0,tpos=2194.36|9603.84|245.678,tdam=0,tdhe=0,tdbo=0,tdha=0,tdle=0,tdir=337.231,tsta=Stand,tsid=,tveh=,tsea=,tpid=2335878,tna=|TG-IrrP|Charles Darwin,tmid=<null>) Warning: 15:34:37 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Procedure or function '`UpdatePlayer`' cannot be found in database '`arma`'. at MySql.Data.MySqlClient.ProcedureCache.GetProcData(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.AddNew(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.GetProcedure(MySqlConnection conn, String spName, String cacheKey) at MySql.Data.MySqlClient.StoredProcedure.GetParameters(String procName, DataTable& proceduresTable, DataTable& parametersTable) at MySql.Data.MySqlClient.StoredProcedure.CheckParameters(String spName) at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2SQL.MySQLProvider.MySQLProvider.<RunProcedure>d__0.MoveNext() Info: 15:34:37 - Trying to write: arma:UpdatePlayer(tsc=0,tpos=2194.36|9603.84|245.678,tdam=0,tdhe=0,tdbo=0,tdha=0,tdle=0,tdir=337.231,tsta=Stand,tsid=,tveh=,tsea=,tpid=2335878,tna=|TG-IrrP|Charles Darwin,tmid=<null>)false; Info: 15:34:37 - Received message: arma:UpdatePlayerWeapons(twea="AKS_74_U"|"Binocular"|"ItemCompass"|"ItemWatch"|"ACE_Map"|"ACRE_PRC343_ID_1",tmag="30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"HandGrenade_East"|"HandGrenade_East"|"SmokeShell"|"SmokeShell"|"ACE_Bandage"|"ACE_Bandage",tpid=2335878,tna=|TG-IrrP|Charles Darwin,tmid=<null>) Warning: 15:34:37 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Procedure or function '`UpdatePlayerWeapons`' cannot be found in database '`arma`'. at MySql.Data.MySqlClient.ProcedureCache.GetProcData(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.AddNew(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.GetProcedure(MySqlConnection conn, String spName, String cacheKey) at MySql.Data.MySqlClient.StoredProcedure.GetParameters(String procName, DataTable& proceduresTable, DataTable& parametersTable) at MySql.Data.MySqlClient.StoredProcedure.CheckParameters(String spName) at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2SQL.MySQLProvider.MySQLProvider.<RunProcedure>d__0.MoveNext() Info: 15:34:37 - Trying to write: arma:UpdatePlayerWeapons(twea="AKS_74_U"|"Binocular"|"ItemCompass"|"ItemWatch"|"ACE_Map"|"ACRE_PRC343_ID_1",tmag="30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"30Rnd_545x39_AK"|"HandGrenade_East"|"HandGrenade_East"|"SmokeShell"|"SmokeShell"|"ACE_Bandage"|"ACE_Bandage",tpid=2335878,tna=|TG-IrrP|Charles Darwin,tmid=<null>)false; Info: 15:34:37 - Received message: arma:UpdatePlayerACE(tawb=,taw=,tarm=,tpid=2335878,tna=|TG-IrrP|Charles Darwin,tmid=<null>) Warning: 15:34:37 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Procedure or function '`UpdatePlayerACE`' cannot be found in database '`arma`'. at MySql.Data.MySqlClient.ProcedureCache.GetProcData(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.AddNew(MySqlConnection connection, String spName) at MySql.Data.MySqlClient.ProcedureCache.GetProcedure(MySqlConnection conn, String spName, String cacheKey) at MySql.Data.MySqlClient.StoredProcedure.GetParameters(String procName, DataTable& proceduresTable, DataTable& parametersTable) at MySql.Data.MySqlClient.StoredProcedure.CheckParameters(String spName) at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() at Arma2SQL.MySQLProvider.MySQLProvider.<RunProcedure>d__0.MoveNext() Info: 15:34:37 - Trying to write: arma:UpdatePlayerACE(tawb=,taw=,tarm=,tpid=2335878,tna=|TG-IrrP|Charles Darwin,tmid=<null>)false; Info: 15:34:37 - Named pipe closed. Im guessing there are SQL procedures needed in the DB that arent in that file?:confused: seems like everything is in there based on whats in the SQF files and my limited knowledge of SQL but Im so confused by all of this I have no real clue lol On the bright side...were at least connected now lol! -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hmmm.. Im sure this is because I have not fully grasped the concept the MySQL database program yet but this is the error I get with the new files Info: 12:56:57 - Arma2MySQL Server Started. Info: 12:56:57 - Started listening to pipe. Info: 13:01:38 - Named pipe opened. Info: 13:01:40 - Received message: arma:GetMissionByName(tna=Co30 ACE KH PDB Battlefields) Error: 13:01:40 - ERROR: The database name passed through to the application doesn't match any in the Databases.txt file. Info: 13:02:23 - Named pipe closed. the database.txt # Put each database connection you want on a separate line # For an example, see the following #databasename,ipaddress,port,username,password # #MySQL55,"localhost",3306,root,pass and the rpt: [6431,223.461,0,"XEH: PreInit Started. v3.3.3. MISSINIT: missionName=Co30_ACE_KH_PDB_Batfields_2_12, worldName=Chernarus, isMultiplayer=true, isServer=false, isDedicated=false"] [6431,234.616,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_disable_cache.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"] "JayArmA2Lib: ACTIVE" [6431,230.673,0,"x\ace\addons\sys_wounds\XEH_preInit.sqf:8","WARNING: Enhanced Armor difficulty options enabled - this is not recommended in conjunction with ACE Wounds!"] [6457,251.961,0,"XEH: PostInit Started"] [6457,252.019,0,"CBA_VERSIONING: cba=0.8.3.175, ace=1.13.0.522, acex=1.13.0.353, acex_ru=1.13.0.64, acex_usnavy=1.13.0.67, "] [6457,258.152,0,"XEH: PostInit Finished. State: _isClient=true, _isJip=false, _isDedClient=true, _isServer=false, _isDedServer=false, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=true, _machineType=2, _sessionId=2, BIS_functions=L 1-1-I:1 REMOTE, group=L 1-1-I, player=R 1-1-A:1 (|TG-IrrP|Charles Darwin), _playerType="GUE_Soldier_CO", _playerGroup=R 1-1-A"] ["PersistentDB: pdb settings loaded"] "############################# Co30 ACE KH PDB Battlefields #############################" [6479,259.694,0,"CBA_VERSIONING_SERVER: cba=0.8.3.175, ace=1.13.0.522, acex=1.13.0.353, acex_ru=1.13.0.64, acex_usnavy=1.13.0.67, "] ["dynamic_weatherSync.sqf: Running"] ["dynamic_weatherSync.sqf: Syncing"] ["dynamic_weatherSync.sqf: updating setOvercast:",0.566492] Client: Object 2:860 (type Type_149) not found. ["PersistentDB: SPAWN"] Client: Object 2:863 (type Type_70) not found. Client: Object 2:863 (type Type_72) not found. ["PersistentDB: PDB_FNC_SERVER_LOADERSTATUS: ","Mission: Co30 ACE KH PDB Battlefields"] Client: Object 2:864 (type Type_70) not found. Client: Object 2:864 (type Type_94) not found. ["PersistentDB: FINISHED MISSION INIT, time: ",4.706] thanks again for all the help I feel like I am being a pain in the but but I hope I can repay eventually :bounce3: -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
was able to get the new files via the non anonymous git server..will test them out :) -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
yep no problem Im just happy to be able to use what I already have ^^ -
Arma2MySQL
Charles Darwin replied to firefly2442's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
awesome, this is a really awesome tool you guys are working on, I wish I knew more about programming to be able to help, but like I said as soon as I figure out how to use it, Ill put up a quick start guide:D git bash connection is still being hung up i assume that mean the read only is still not working