Jump to content

Spatsiba

Member
  • Content Count

    219
  • Joined

  • Last visited

  • Medals

Everything posted by Spatsiba

  1. Very off topic but no. All you need to do is go to the editor > Place units down > Select them > Right click > Log > Log classes to clipboard. This will also copy the variable names if you have custom ones.
  2. Spatsiba

    RHS Escalation (AFRF and USAF)

    Are you sure it's not the ACE gref compat? Because that used to happen to me.
  3. //Make AI walk around IED allowing you to use default ace pressure plate east revealMine _ied; //Red force civilian revealMine _ied; //Civ population resistance revealMine _ied; //Green force west revealMine _ied; //Blue force
  4. Place units, select all, right click on any of them, copy classes.
  5. Spatsiba

    GF Temperature Script - Mod

    Ok, thank you for the reply! :) I haven't looked into ACE but the way you explain temp makes it seem like we could change the base value to modify temp somehow.
  6. Spatsiba

    GF Temperature Script - Mod

    This looks great! Does hot desert turn into cold desert at night? Does this work with ACE ballistics so the temp isn't ~15 celcius all the time?
  7. Spatsiba

    Enhanced Movement

    Thanks! So, having EM_weightlimits = [0.5, 0.7, 0.4, 0.2]; would force the player to have < 50, 70, 40, and 20% weight to perform the actions? :)
  8. You're creating the wrong item I think. You need the ammo classnames //ACE ACE_IEDUrbanSmall_Range_Ammo //Vanilla (I think?) IEDUrbanSmall_Remote_Ammo
  9. Spatsiba

    Enhanced Movement

    Does anyone know what the values in weightlimits mean? So far I've got this with limited testing. //[Unknown, vault(?), climb(?), unknown] EM_weightlimits = [0, 0, 0, 0];
  10. Wouldn't it work to just make them innacurate? Maybe make RPG-7's blow up when you lay down with them ;) Especially GL's are wayyy too accurate. Try using an m203 or gp25 in person and you'll understand what I mean.
  11. Spatsiba

    [Help] Diary Entry

    <execute expression="player setDamage 0">Heal</execute>
  12. Spatsiba

    Load external file

    Yeah, shh about cross posting. ;) I thought it got burried in discord and the forums was a more appropriate place to ask. I only tried processing because it didn't work with loadfile. If I'd like to add comments and several variables in an external file I'd have to process it anyway. Still no luck with getting it to work though. Currently searching for someone who's done this and got it working to reverse engineer their work.
  13. Hey! I'm trying to load an external file from the game root directory. From what I understand I have everything set up correctly. If you have any experience doing this and could share your settings that'd be greatly appreciated. So far I've got: I don't know what I've missed. Right now _pass doesn't print "password".
  14. Spatsiba

    Load external file

    I've thought about that too and I guess it works. In my experience profileNameSpace has a tendency to load default values even though it's defined sometimes. I guess not. I'd like to be able to load more stuff from external files however. The password isn't the only issue. It's just the most urgent. It'd be nice to figure out how to use external files. I've solved the issue with getting the password but the loadfile/processFile on external txt/sqf still doesn't work. :/ Thanks for the help so far though everyone! :)
  15. Spatsiba

    Load external file

    Doesn't that defeat the purpose of keeping it hidden? If it gets sent to all clients as PV? I'm looking into just making it a serverside mod and seeing if that'll work. Tried that, didn't work. Not sure what's up with this problem I'm having. It should work, I know others have had it work, I (ME) have had it working previously in a2 and a3. What's causing it to not work now? If anyone would be kind enough to hold my hand, making a mission file, server cfg, and commandline for a "test" where you grab external files I could maybe reverse engineer that?
  16. Spatsiba

    Load external file

    I thought it was pretty clear? If you look in my code block you'll see restart.sqf. I want to obtain the string including password. That way I can use serverCommand to restart the server, without putting my server password in the mission file itself. Call compile got in there from the ctrl + v I guess? heh Been testing this for a while now.
  17. Spatsiba

    Load external file

    Thanks for the reply Larrow! No joy with removing the "\". Neither does it help to "loadfile". Not sure what's wrong. The game can clearly find the file, just won't load it. I'm able to delete and edit the file on my server until I run the script, at which point arma is trying to read it but can't, resulting in it being "read" and unable to be edited until I shutdown the server process.
  18. Looks great! Glad to hear you've added .bikey's now ;) Does anyone have a list of features that come with running this on the server? Would it be possible to run as -serverMod and get those features too?
  19. Spatsiba

    DHI Battle Dress Uniforms

    Looks sweet! Going to download and check out tomorrow! :) Wanted to make a quick addition though. F(Future)-FAQ: Will this be included in any other mods? Answer: ????
  20. I've got it working but it was very buggy. Spawn a hunter and make some move waypoints then a blackhawk and put follow waypoint on hunter.
  21. Hey! I'm trying to make a little "side mission" where you destroy an IED factory. So far it's *mostly* working fine. My biggest issue is sometimes the script decides to pick a previously destroyed building twice. I'm assuming this is because the classname remains the same even after the building is "destroyed". It's worth mentioning I'm using CUP core buildings. Here's my code: If you ignore the terrible code and butcheredness due to me trying to fix this problem. You can see it very simply just choose a building on the map, marks it out and waits for you to destroy it. BUT! If I run the code again after completing my last mission it might pick the same building twice. This will mean my team will drive out to destroy an already wrecked building. My question is: Is there any way to figure out if the building has previously been destroyed? I've tried checking if the building is damaged after being destroyed, which it apparently is not. I'm assuming this is because after being destroyed a building keeps its classname but changes state. When the state is changed the "Damage", etc is reset. That's all speculation however.
  22. Spatsiba

    [SP / MP 5] FurYus

    I was making a mission like this but it's a t-80. Looks great! Definitely going to check this out. :)
  23. I didn't see it under mission event handlers (heh). Thanks!
  24. Hey! thanks for the reply! :) I looked at that. But it'd mean I'd have to make a list of and add an EH on every building of that class prior to the mission. Correct?
  25. Spatsiba

    Return "turret"

    Thanks for the help! I wasn't sure if there was a better way to ignore FFV.
×