hunne
Member-
Content Count
26 -
Joined
-
Last visited
-
Medals
Everything posted by hunne
-
JBOY Burning/Exploding Barrel script - released
hunne replied to johnnyboy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
deleting the last few lines in the init.sqf produces yet another error, so that doesn´t work and I´m not really into this syntax, so me thinks I´ll wait before doctoring around edit: adding said two trucks fixed it -
TPW MODS: enhanced realism and immersion for Arma 3 SP.
hunne replied to tpw's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Do I get it right, Civs should be running around on any map by default? I´ve seen none so far (?), nor any of the other effects the mod advertises...did I miss something? running latest stable, got mostly unit addon mods and the NIArms package- 5767 replies
-
- single player
- realism
-
(and 1 more)
Tagged with:
-
BloodLust (Version 2022.04.13)
hunne replied to zooloo75's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I got this mod...then JBoy made exploding barrels, which can inflame nearby victims so they start rolling on the ground to put out the fire this screams to be added to this mod, me thinks...(no, not the barrels but the rolling when set on fire - and the ability to catch fire at all), certainly there´s a flamethrower mod out there somewhere^^ -
JBOY Burning/Exploding Barrel script - released
hunne replied to johnnyboy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
awesome! :D I only get a small error "undefined variable: _flatbed" in the load_barrels.sqf file (and something more before that but I can´t read it fast enough, most likely the _flatbed again)...other than that, I can blow up 200 barrels without having fps issues - oh the joy^^ I just copied everything into my mission folder, looked at the file too, but I am nowhere near understanding the problem :lol: -
[Release] GOM - Ambient AA V1.2.1
hunne replied to Grumpy Old Man's topic in ARMA 3 - MISSION EDITING & SCRIPTING
wow, this looks awesome, thx GOM do they randomly aim or can I actually have them fire at a specific location or a series of locations? -
Rate Apex Protocol! *****SPOILERS WARNING*****
hunne replied to drebin052's topic in ARMA 3 - OFFICIAL MISSIONS
I solely bought Apex for the assets, map etc. - thus I did not expect too much but that new and strange feeling GUI, interrupted missions, some of which are just plain unfair, weird spawns (I can hear chinese, but there is no one around)...naaa...da hao! if you do 100%, no respawn, it tends to get a weee bit tedious to click through all that clutter to actually start a mission with preselected loadouts, no way to customize (wooot???!!!) apart from looting the dead ingame...if you manage to stay alive long enough...pretty hard playing these mission all on your own (but take the jungle environment into account...it literally is a green hell) dunno....it´s nicely polished around the actual gameplay....that´s a BIG NO NO...we got EA etc. for that kind of stuff...it actually doesn´t even feel like ArmA - more like SW-Battlefront with bots, except when you get killed out of the blue (or fog for that matter) the story with Miller had so much potential - you wasted it in great parts so, SP-wise (coop I cannot rate but I guess it still lacks stuff) not the big hitter assets-wise: sweeeeeet....and boy, it got some memories back...remember that island hopping mission in the very first far cry (ok the whole game is about islands, getting there and blowing stuff up)? yepp...it´s in ArmA now! (someone should make a campaign^^) lots of new stuff, units and so on - a great addition to the sandbox so for pure "gameplay buyers" I can´t recommend it unless there are some campaigns/mods out you want to play which need Apex the price tag is...hmmm...some say hefty...I beg to differ - you need to account for the numerous free updates and continuous developement put into this game, so for me it´s allright... to think of all the 50-buckers that displayed the credits in some 3-9 hours after purchase.... -
Unit initscript for flashlight
hunne replied to De_little_Bubi's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I can copy that behaviour still today... I pinned it down to some strange "bug" regarding WPs or AI I got three guys landing with a boat...had the "get out" WP right once, e.g. everyone is on land directly without swimming and all of them had their flashlights on...after fiddling with something else, totally unrelated to this group, the next test play revealed that only the group leader is using the flashlight now... the other two guys strangely need to swim a bit and are not using their flashlight...sometimes one of them gets stuck in the water turning in circles indefinitely (not swimming) init scripting every single unit does NOT change that fact, once they had to swim they won´t use the flashlight except I put them in combat mode by, say...shooting them :) all other units, which start on solid ground, do as told so...has anyone got a solution to this? it´s very frustrating to have seen it work once and not being able to maintain that... -
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
ok guys, so I got my mission going mostly smooth now - after finding out that placing 5k mines is not so very good in terms of fps ^^, but I do have a question about triggers: if I set those in the activation tab to "none" and then write something like taskcompleted tsk2; in the condition field and then sync this trigger to an settaskstate object (<assign tsk3> after having created it), does that work properly or do I have to sync or set owner status of the settask thingie with something else, cuz I have a total of five tasks and only the first and second one get autoassigned as I enter a trigger which is set to opfor-present (or with condition: player in thislist; also tried "anyone-present" with that and "none" too), the third does show up in the menue and after completing that it does progress as planed mission-wise but the last two tasks don´t get assigned and don´t show up at all and I really checked what I synced etc., so I think it might be something with those triggers, since tsk3 get´s triggered by the demise of three objects (getting task complete and all up until that point) and the other two are just conditioned to the above taskcompleted tsk x-1... thought I asked before I start setting it up from scratch :lol: -
Hi guys, thought I´d be fiddling around with the "new" editor a while (last time I checked there was no eden editor) and got stuck with the syntax sort of...lack of basics too, I guess, been a long time...but there´s nowhere to start from somehow, so I just threw myself in... I got a trigger with this as condition (heli drop-off): istouchingground r1 && r2 && r3 && r4; the above is not working as intended...why? do I have to write it four times, or how do I querry each member of the group for it being on the ground? I know there is a more elegant way... on activation I wanted to give "r1" a new waypoint or at least make him move to an object or some coordinates (to which I have no clue how to achieve that, the logic in most commands to me is flawed to say the least ("0 = moveinany unitname" for example) or I did not yet find said command e.g. "unit" moveto "coords in XYZ" or something) with the others following him automatically "r1" moveTo [position player,0]; tried a lot of different combinations of ""()[] etc. - none of which is working since I get an error saying it is expecting not a string but an object or some times it is babbling about local variables in global some something (forgot it already ;) )... I wanted to do this all inside the editor without having external files, this is really driving me mad already but it can´t be that hard, now can it? Sure, I most likely could do this more easily, using waypoints which get activated by a trigger BUT what good are those commands to me then? I simply want this to work the way I had in mind...for times when waypoints and triggers just won´t do the trick anymore^^ so any advice, (standard) code snippets etc., all is welcome :)
-
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
uhm well, the usual ones, placed with right mouse + shift first one is move, then get in vehicle and then move again -
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
why are those stupid civilians not boarding the darned truck and flip off? I cant get a single civ to enter a vehicle by using simple waypoints even without using scripts and code...WTF is that bull? -
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
nope, doesn´t work either...but thx hmm...guess I have to use a trigger then...ah ok...the expression gets true then the waypoint gets completed...well...that´s why...hmmm ok, so I set the first WP to be "loiter" and set the WPcomplete condition to what was written above, the next to vehicle get in (along a check if everyone is on board) and the last to move and now nothing is happening at all, do I need to to set the next WP to be valid in the onactivation tab? -
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
another question: I wanted a groups waypoint condition to be TRUE using something like 150 = trans1 distance APC > 150; but that does not seem to work, do I really need a trigger and two waypoints? -
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
woah woah...geez guys...slow it down^^ :D *writes down* istouching... so, apart from loosing the "" I freakin had it...d-oh :o ...bring out the BUTTON! http://www.nooooooooooooooo.com/ and I had the stupid idea of putting more semicolons than needed...c´mon brain...you can do it! @GOM: in [[x,y,z,]0], what does that zero stand for? did I get it right, the _x in davidoss example is a local variable which gets replaced by r1 to r4 (which are global variables) and if all four return true (hence the count to 4) the condition is set to 4 = 4 and is therefore true? If I wanted to reverse it, I´d put an ! in front of it? no, wait...that would return false whenever it is not four... oh boy...me brains... gotta eat something first, just got home from work oh, maybe a small request in the meantime: at what occasions do I use [], () and {}? sorry if that is a rather stupid question in terms of RTFM, but I learn best using examples and a hands-on approach...leave them books to the librarian anyways, thx so far...I´ll be back with more questions :D -
local vs global variables vs me
hunne replied to hunne's topic in ARMA 3 - MISSION EDITING & SCRIPTING
thx guys, however, putting it four times = error...so...huh? I am switching like a mad man to the command list, look up every example if present and still don´t get it to work while, I think, doing exactly what is written in the example, well moveto does not have one, but it states it requires object and position, so again: huh? I tried using an array for position, like [50, 100, 0]; but again, it says it is a string where it expects an object and the object would be unit "r1" as I named the unit r1 (a global variable?) or is it _r1 (as local variable?)? Do I have to declare those first and if so, how? also tried addwaypoint using a marker to get the position for the new waypoint, but since the above does not work I have no idea if what I wrote will work...guess not :wacko: anyways, gotta go to work now, will fiddle again later^^ -
Hi guys, I just bought ARMA 3 via Steam and as soon as I start it, it just crashes: "Cannot create DX11 device: Adapter (NVIDIA GeForce GTX 570) Windowed (!or fullscreen!) Resolution 1024x768, format R8G8B8A8_UNORM, refresh 0 Hz Error E_OUTOFMEMORY" I updated graphics driver and I´m pretty disappointed with this 60 bucks purchase. CPU i72600, GTX 570 2Gb, 8 Gb RAM Any ideas how to get this to run? BR
-
yeah, sp means service pack...k, gonna update and then it should work, right?
-
right after the launcher disappears when it finishes loading and the ingame menue should pop up i guess
-
oh sorry, Win 7 no SP
-
afaik 1.60 for OA is still beta, hence it will display as the last stable version which is 1.59, i think i´ve read it somewhere in the sticky post on top of the page
-
have you looked at the path if the file is present or some file with a similar name? other than that i think a reinstall should fix the problem
-
- Disonnect from servers at loading - [Arma 2 v1.11]
hunne replied to klanikorpi's topic in ARMA 2 & OA - TROUBLESHOOTING
really? my dvd already starts with 1.05 and i just put 1.11 over that...so the 1.10 update is essential for online gaming? i´ll try this and let you know :) -
How much swapfile does this game need?
hunne replied to dukenukem.'s topic in ARMA 2 & OA - TROUBLESHOOTING
W7 with 8Gb, swapfile is fixed to 8192-8192 while running ArmA2 it get´s blown to 3-4 Gb, depending on what other apps are running not all software takes advantage of the SF, and if it does a ratio of 1:1 is best, but I haven´t tried if ArmA2 requires it or not OR if the AI computing is another task besides arma2.exe, if not then save your time doing anything to the SF, since active application data doesn´t go to the SF anyway, in that case no (or very small) SF could be better above 8-16Gb RAM you could set it to a few megs according to your logfile you have only 5 megs free, so i suggest to at least set the SF size to the ammount of phys. memory or go to 8Gb but make it fixed in size, otherwise it could fragment your HDD quite quickly or if you want to go hardcore on that, get a 10k HDD and make the whole disk your SF, 20Gb should be suffice^^ or if you have the money go for a SSD - there will be some degredation of performance over time but i doubt you will notice it in both cases i´m talking about physical HDD´s not partitions, that would counteract the whole idea :) for more insight read: http://www.techradar.com/news/software/operating-systems/how-to-optimise-your-windows-swap-file-634911?artc_pg=1 also it may be good try to set two SFs on two independent HDD for better performance first clear your SF by setting min/max to the lowest possible setting - reboot - set SF size to min/max xGb - reboot again also do this when you installed a larger software, i won´t go into detail why you should do this, just do it^^ or get more RAM, like 8 Gb or 16 Gb and then set the SF to a very low size or disable it at all which will force W7 to make good use of the phys. memory. W7 tends to put data to the SF long before it actually is out of memory and all those read/write action also slows your system down. BUT!: this could result in an irrepairable system crash (if out-of-memory) - be warned! this should boost tasks that deal with large amounts of data, and the AI computation qualifies for that (?) what else could you do: -disable superfetch -disable (m$-)tools unused but still loaded @ startup via [alt+r]->msconfig pheew...you any smarter now? i guess in the end you´ll have to try different settings on your rig to find out which works best, oh and keep us updated on the results^^ -
Game slows down over time, not a frame rate issue.
hunne replied to SkyeFyre's topic in ARMA 2 & OA - TROUBLESHOOTING
do you have some speedstep or turboboost stuff activated? maybe you are willing to try to disable this and set all clocks to the (save) maximum. or maybe overclock your cpu if that is possible, never heard of your CPU though^^ -
you could try dvdisaster, it helped me make a copy of some other game dvd, it was also scratched but it was still readable to some point or just simply buy a new one^^ or DL it, but i prefer some physical thing in my hands