Aggro

Member
  • Content count

    283
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aggro

  1. Aggro

    Exile Escape

    Agreed !
  2. I am missing around with IPS4 (demo), and I have managed to set up WIKI similar to how you have it set up here which I love, I was wondering if a dev could share the CSS change you made to have it fit multiple items across the screen, I have only been able to fit 3 as i am using the 3 image database template, it seems like it should be easy enough but for some reason i am just not able to do it. here is what my demo testing looks like: http://c100685.try.invisionpower.com/wiki/?_fromLogout=1 Thank you so much for reading :-)
  3. Aggro

    Changing slot number

    Mission.sqm file has the slots (exile_ghost_blah_blah) , and config, file has the limit of number of players. Is that what you are asking?
  4. Aggro

    SNOW TIME - v 0.9.8 -[updated 31-08-2017]

    Injection animation? I am pretty sure there are better animation by default in arma for that that?
  5. Aggro

    Finding huntable animals - or spawning them

    The animal rate does need little increase
  6. Aggro

    In need of

    I am guessing your experienced scripter since you are able to estimate 1 hour for all this work and $50 worth. Well ............... do you it yourself then
  7. Aggro

    Call Client (Mission) Script from Server Script

    I hate to ask, how low did this drop your fps? I honestly can not see it working out very well on a busy server. Fire wrecks are bad enough as they are, walking fire zombies .. hmmm ..... May be good option and cool addon for low population servers?
  8. Aggro

    Call Client (Mission) Script from Server Script

    Not tested but try this: null = [_jomombie,5,3,0.01,false,true,1] remoteExec ["Effects\eff1.sqf",2] If it doesn't work you may need to turn off remoteExec so set mode to 2, it's been a while since I messed around with arma 3 so sorry can not add more to this atm.
  9. Aggro

    Help?

    Well if they can't and it is true its broken why are server owners still using it?
  10. Aggro

    Help?

    For god sake if infistar does not reply or explain and prove that the bans are correct and legit, someone should report them to BI! and end these posts!
  11. Aggro

    Again about Taviana

    try pink too? I remember visiting eastern European , I don't recall seeing bright yellow or orange trees , in fact I think DayZ SA FINALLY realized and removed most of them at last !
  12. Aggro

    Again about Taviana

    Nice to see some snow on new map Crazy, however not fan of the autumn trees and vegetation you used, in fact I fucking hate it and hate Chernarus for that reason too. It looks even more stupid with snow maps. Snowy maps has to have dark trees or grey. my 2 cents!
  13. Aggro

    [SOLVED] Global ban?

    WOW, I wouldn't buy the game again, until you get your answers. Who is to say it will not happen again! IF this is a real issue with infistar someone needs to confirm and possibly remove it from servers until this issue is addressed!
  14. Aggro

    GUI

    bump
  15. Aggro

    GUI

    I wonder if anyone know what the attached pop up error is, I have made a custom spawn gui , it includes pictures and buttons i have finally got it working. BUT I keep getting this pop up error now I have checked my dialog.hpp and there are no references to anything called gamer card at all. my GUI script is inside a standalone pbo that i made from scratch. any one know what this is? the other error pop i get is when I click on map see both attached screen shots. I can dismiss the pop ups and continue but my OCD and curiosity why this is happening when my custom dialog does have anything to do with this. PS: where is the exile defines.hpp? maybe conflict of defines?
  16. Aggro

    Hunting zones and Animal loot!

    lol what I just read? ExileHuntingLifeMod? make medicine from dead animals lol! what?
  17. Aggro

    Gift box Loot spawn

    I remember earlier in Exile's life one of the releases had all loot spawned in a small xmas gift box, is this code still included and can be implemented ? or its obsolete ? anyway this can be re-introduced as an option?
  18. Aggro

    Gift box Loot spawn

    I want to use this but I want to change the gift boxes to other containers can you do that with replacing the classnames here alone: _presentClasses =[ "Exile_Loot_XmasPresent_Blue", "Exile_Loot_XmasPresent_Gold", "Exile_Loot_XmasPresent_Green", "Exile_Loot_XmasPresent_Mint", "Exile_Loot_XmasPresent_Pink", "Exile_Loot_XmasPresent_Purple", "Exile_Loot_XmasPresent_Red", "Exile_Loot_XmasPresent_Magenta"]; is there any way to specify medical , residential , military loot to spawn in different crates?
  19. Aggro

    Changing the spawn GUI

    Hi Devs, I wonder if you can help me, I did look every where to find the answer, but I need help. I have created a GUI from scratch and I would like for it to replace the current default one that of exile where you select spawn locations on the map. I have removed all spawn markers so it doesn't show but, I have no idea where I can find it and look at the code and maybe override it with mine. My GUI is working as far as seeing it on the screen and clicking the buttons while in Editor and I know it loads to the server fine but I have no idea how to make it the first thing player sees when they join or respawn. I have it set to run from ExileClient_object_player_network_createPlayerResponse.sqf in the case 0 section however when the GUI is displayed for the respawned or new player its after he already spawned in the map (yes I could change the position of the spawn so they are spawning off the map with no background sound like ocean) but would then have to add teleport scripts for each button to take the player to that location. there must be a better way? Your help is very much appreciated.
  20. Aggro

    Gift box Loot spawn

    did you get a chance to test it in the latest update? i have not had a chance yet.
  21. Aggro

    Chernarus Isle

    Your MPmission file should end with .Chernarus_Isles I believe chernarus_Isles is the cfg world name and I don' think there is a winter or snow version of it! and you dont need to load : @CUP Terrains - CWA;
  22. Aggro

    Gift box Loot spawn

    Where is the addaction for those boxes controlled? in the other words if I change the boxes to other Arma vanilla containers where is it best to add addactions? i.e "Search".
  23. Aggro

    Gift box Loot spawn

    Thanks, I will test it out when the new update comes out, if you think it will be plug and play?
  24. Aggro

    Gift box Loot spawn

    Thanks man, so I guess we would just call this in MPMission, like a Exile Custom override ?