jimbojones
Member-
Content Count
94 -
Joined
-
Last visited
-
Medals
Everything posted by jimbojones
-
OO PDW - oriented object Persistent Data World
jimbojones replied to code34's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I was using the example mission code. I realized the delete portion was only checking for MAN so I adjusted it to check for logic as well and works fine now. Thanks -
OO PDW - oriented object Persistent Data World
jimbojones replied to code34's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I used the Dropbox link, I will check the GitHub instead. Do you know of delete objects should remove the Zeus module? Also since I have you, just want to thank you for your hard work. -
Ravage does have a module that will allow persistent saving of the player itself. Are you asking about saving vehicles and crates when restarting a server?
-
OO PDW - oriented object Persistent Data World
jimbojones replied to code34's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you, I had the same issue with the latest version so it appears to still be a problem. Has anyone run I to an issue with the delete all objects removing the Zeus game module? If I delete all objects and then load in all saved objects I am no longer able to access the Zeus interface in game. -
I'll have to take a look at one of your missions, someone mentioned the ai don't attack and that's the behavior I've seen with the patrols so far on the dedicated server.
-
It was previously mentioned that the ravage bandit camp script doesn't work right, ainjust stand there and do not engage on dedicated server. Looks like the vehicle patrols are doing the same thing. Does anyone know if this was broken by an ArmA issue or asomething with Ravage?
-
Thank you for this. I will give it a try.
-
Can anyone help me understand the MP persistency? I tried the random loadout script rvg_fnc_equip and called it in onPlayerRespawn.sqf but it fires even on players loading back in and overwrites their saved gear. Also, I was told I should restart our dedicated server every few hours, do vehicles and loot boxes persistace as well or is there a way I can save them? Thanks
-
Thank you, based on the previous post this rvgFill script is one you had to add manually? On the wikia it sounded like it was a script built in to Ravage mod. I'll have to take a look at how your mission is laid out. Thanks everyone!
-
Does anyone know if the bandit camp script and the rvgFill script still work? Bandit camp trigger doesn't spawn anything and I'm get an error saying the rvgFill script doesn't exist. Also, Ravage is great, thank you for this mod! http://ravage.wikia.com/wiki/Tools_for_Mission_Makers
-
[MP][TVT/COOP] Total Conquest for Arma III
jimbojones replied to tvig0r0us's topic in ARMA 3 - USER MISSIONS
This talk of a new version is good news, I can not wait to try it when finished. I love this map because I can play with friends, or if I am low on time I can play a short match solo. There is never any shortage of action- 303 replies
-
- conquest
- instant action
-
(and 1 more)
Tagged with:
-
[MP][TVT/COOP] Total Conquest for Arma III
jimbojones replied to tvig0r0us's topic in ARMA 3 - USER MISSIONS
I played this over the weekend and really enjoyed it. Thanks and look foward to further updates. Cheers!- 303 replies
-
- conquest
- instant action
-
(and 1 more)
Tagged with:
-
[SP/MP] Dynamic Whole Map ArmA3 Missions by SaOk
jimbojones replied to SaOk's topic in ARMA 3 - USER MISSIONS
Thank you for this Sa0k! -
Im with you on that.
-
Player looking for squad (not for squads to post looking for players!)
jimbojones replied to Placebo's topic in ARMA 2 & OA - SQUADS AND FANPAGES
Jim US est Played on and off since ofp was released. Looking for a group that plays Friday/Saturday nights. Casual is preffered, ill do coop or pvp, just interested in doing infantry for now -
the stutter makes cutscene in PMC hard to watch
jimbojones replied to msy's topic in ARMA 2 & OA - TROUBLESHOOTING
Thanks, seems like I lose video completely, I hit escape, and I am staring at a black screen. If I move my mouse I can hear the sound of the menu that comes up, no video. Oh well -
the stutter makes cutscene in PMC hard to watch
jimbojones replied to msy's topic in ARMA 2 & OA - TROUBLESHOOTING
Win7 64 GTX460, The cut scene stutter, then lock up the PC, sometimes the video cuts out completely. Ill look into sending in DxDiag next time I play. Anyone know how to skip the cut scenes so I can at least play what I paid for??? -
AnimalMother92 Presents...
jimbojones replied to AnimalMother92's topic in ARMA 2 & OA - USER MISSIONS
Been having a blast with Hearts and Minds. Your work is much appreciated. Ill give some feedback when I finish it up :) -
+1 would have been great the first time around, desperately needed the second time, maybe we will get lucky this third time?
-
Simple Map Editing
jimbojones replied to Magic1's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You could use markers as explained under respawn here, or try Tophe's script http://www.armaholic.com/page.php?id=6080 -
doMove Alsation... moves 5 feet then stops?
jimbojones posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Anyone have any luck getting these to move far distances? Im not sure what is causing them to stop I used CreateUnit to spawn them, then al1 doMove (getMarkerPos "mkr_al_2"); The markers is a far ways out there but they only move 5 or 10 feet then stop. Do I need to add some sort of waypoint before I use the doMove or set a specific behavior? Thanks -
Read File = Objective completed.
jimbojones replied to garbol87's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
think you could put it in your init.sqs/sqf -
Read File = Objective completed.
jimbojones replied to garbol87's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
_file = nameofobject addAction ["Read file", "readfile.sqf"] replace nameofobject with the name of your object in editor would add to the action list 'Read File' when you are close to the object. If you click the action is will launch the script readfile.sqf ...of course you can use any script name you like, just make sure it exists -
Graah I'm losing my mind with even the simplest of scripts
jimbojones replied to jnx's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
whats the arma2.RPT say? If you cannt find it just use the windows search feature to find it....i believe its under Document & Settings\yourusername\Local Data\Application Data\ArmA2 Also, here are some examples http://community.bistudio.com/wiki/createUnit http://www.armaholic.com/page.php?id=4847 -
Remove members from team via script?
jimbojones replied to jimbojones's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You got me right, I see now that teams is by color. Thanks, exactly what I was looking for but I was chasing my tail using team commands. Thanks a bunch