Anyone else getting the spawn location text truncated? On the spawn map I'm only getting part of the spawn location names, for example Berizino reads as "irizn" .. Might just be my graphics settings, as I've not had a chance to speak with my players yet. Thought i'd check here while i'm waiting...
I know how to do this.
You spawn AI around your base, using static spawns with no patrol points. Then have a script run (like the trader city safezone script) whenever the Plotpole owner enters the radius, the script basically sets the owners Captive variable to True, like: setCaptive = true...
Can anyone help with a code example or link to good resource on writing a script that will check if the player I'm looking at has been added to a table in my dbase already. If they aren't already in the table then spawn a crate (already got the crate spawning code) and add them, if they are...
This only seems to be working for PVP, unfortunately players are still dying very quickly when fighting AI. I notice that the blood is still at 10000 sometimes, or higher. Head shots maybe? Any idea how to stop AI from being so accurate because i've fiddled with the settings all night, even...
.. and just so I know what I'm doing, rather than just cut n pasting.
Does that reduce the damage by 5% or 5 times the hit amount ?
Edit: haha! i just read that back and while i'm not very good with math at the best time, i think reducing the hit amount by 5 times the "hit" would actually make...
Hi. I'm trying to figure out where in fn_damageHandler I need to change so that players take 5x less damage per hit. Basically just want to make it more like Quake style, where you can take several good body hits before going down ;)
Cheers.
EDIT: Apparently , I can post to private servers now :p
My son has decided to start up a server and has enlisted me as his main admin and general script monkey. Everything is paid up front so the server will be around for a very long time. All we need now are some regulars to help build the...
If anyone wants to see what can be done with this map edition then visit our server and check it out for yourself. Currently the Island is home to a very dangerous gang of AI bandits (lethal). If you make it past them you'll find plenty of high value loot inside (the loot crates spawn random...
I made some changes to the dance script.
This version selects one of the three possible dance animations each time you click Dance ;)
private["_ent"];
_ent = _this select 3;
player removeAction s_player_dance;
s_player_dance = -1;
_danceMoves =...
For any crate you spawn in Epoch, always use: setVariable ["permaLoot",true];
i.e _crate setVariable ["permaLoot",true];
Works 100% and doesn't require any fiddling around with Epoch files :)
I've been designing web applications that use grid layouts for years, I've even designed basic maps with grid positioning indicators for games in the past, but no grid system has ever confused me as much as the one sarge uses for this addon.
Most logical grid systems go bottom left 0,0 to...
I know the effort it takes to get something like this working, so drop a note in the code for a paypal donation button and I'll donate a few dollars. Can't donate much as I'm broke, but I always give kudos where they're due :D
Nah, the secret is this:
1. Always get the original 3d file from the author.
2. Never accept a 2d editor file, those are the ones where everything comes out crooked in the end.
3. Open the 3d editor file , then save it. Look in the mission folder and you'll now have a .sqf .
3a. The beauty of...
Just messing with ya, but you should seriously learn this stuff, it's going to make your life easier:
TOO LAZY to figure out how to edit and install this yourself?
Don't worry, just do this:
1. Cut and paste this: http://pastebin.com/ycC0r3EY into a file called epoch69.sqf
2. Put that file...
Really? I must provide an installation guide and provide clarification.. Well, if you insist.
I apologise if I haven't done all the work for you (no wait, think it was me that spent hours on that map to begin with), but if I'm honest and right now I feel like being honest. You should really...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.