ILLUXNNN

Member
  • Content count

    108
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by ILLUXNNN

  1. We run ExileZ just fine alongside many other mods. ExileZ is a serversided mod, so people getting session lost isn't an ExileZ issue.
  2. ILLUXNNN

    A3 Launcher does not find server

    Yep, that means that that mod is currently not on the A3L, thus your server won't show up. You can ask Maca to add the mod here: https://support.launcher.eu/ But that might take a while. He adds mods once a month to the A3L. Disable the mod from your server & restart it. Then go to the A3L check server page and fill in the IP:port+1 again
  3. ILLUXNNN

    A3 Launcher does not find server

    It doesn't matter how you name the folders of the mods. Use spaces, russian letters or your dirty underwear. All you gotta do is click this link: https://a3.launcher.eu/check fill in the IP:port+1 and it will tell you which mod is preventing it from showing up the A3L.
  4. ILLUXNNN

    [RELEASE] LIVE SCOREBOARDS

    Im fairly sure you'd only need XYZ. So: positions[] = {{2966.18,3760.05,0},{4255.14,1021.56,0},{1089.32,5799.4,0},{1089.43,5800.37,0},{7021.57,7026.24,0},{7022.54,7026.25,0},{3628.18, 3212.83, 0}}; Also your Z coordinate should be 0 since its ATL and not ASL Edit: didn't see @geekm0nkey 's response sorry.
  5. ILLUXNNN

    [RELEASE] LIVE SCOREBOARDS

    @Rollo I was about to get it working but then I was getting these errors, haven't had time to look into them yet: (_billboard_characters_placeholders selec> 19:41:29 Error position: <_billboard_characters_placeholders selec> 19:41:29 Error Undefined variable in expression: _billboard_characters_placeholders 19:41:29 File exile_ng\code\ExileNG_system_messageBoards.sqf, line 86 19:41:29 Error in expression <oard_character = toString [_x]; }; };
  6. ILLUXNNN

    [RELEASE] LIVE SCOREBOARDS

    Nice one @Rollo Couple of questions though: You mean PBO it and then copy paste it in the folder I'm guessing? How does one set the DIR of the billboard? Also, I cant seem to get it working even after following everything carefully, but I am however getting this in my server RPT: Error in expression <ageBoards_getTopTenScores.sqf', false], ]; call ExileNG_system_process_preInit;> 19:25:36 Error position: <]; call ExileNG_system_process_preInit;> 19:25:36 Error Missing [ 19:25:36 File exile_ng\bootstrap\fn_preInit.sqf [ExileNG_fnc_preInit], line 40 19:25:36 Error in expression <ageBoards_getTopTenScores.sqf', false], ]; call ExileNG_system_process_preInit;> 19:25:36 Error position: <]; call ExileNG_system_process_preInit;> 19:25:36 Error Missing [ 19:25:36 File exile_ng\bootstrap\fn_preInit.sqf [ExileNG_fnc_preInit], line 40 Thanks! Edit: nevermind found the issue, you have one ',' too much in the preinit file at the last line. ['ExileNG_system_messageBoards_getTopTenScores', 'exile_ng\code\ExileNG_system_messageBoards_getTopTenScores.sqf', false], should be: ['ExileNG_system_messageBoards_getTopTenScores', 'exile_ng\code\ExileNG_system_messageBoards_getTopTenScores.sqf', false]
  7. Hi there, I'm running into a pesky problem here, even though I put the fog off in the exile_server_config.pbo, it still gets hella foggy when its getting early morning. Below are my settings: keyframes[] = {"Sunny"}; class Sunny { fogValue = 0.0; fogDecay = 0.0; fogBase = 0.0; overcast = 0.0; waves = 0.2; wind = 0.25; gusts = 0.1; rain = 0; lightnings = 0; rainbows = 0; }; I'm also running infistar: /* Terrain Grid Value */ TGV = 45; /* ViewDistance Value */ VDV = 1700; /* ObjectViewDistance */ VOV = 1700; /* ShadowViewDistance */ SVD = -1; Any solution? Thanks.
  8. ILLUXNNN

    Change when it gets dark

    Should do the trick.
  9. ILLUXNNN

    [UPDATE] VCOM AI (Exile 1.0.4)

    Well mine stopped driving around/getting out and killing people right after I started using VCOM. By modifying that file they now do as they did before.
  10. People can always ESCAPE -> ALT-F4 though.
  11. ILLUXNNN

    [UPDATE] VCOM AI (Exile 1.0.4)

    occupationVehicle.sqf Add the _unit setvariable ["VCOM_NOAI",true]; to line 214, 228 and 241. Thats how I did it, they now drive around, get out and kill people again. You might be fine by just adding it under line 214. Not 100% sure.
  12. ILLUXNNN

    [UPDATE] VCOM AI (Exile 1.0.4)

    Adding to your SpawnZombie.sqf in ExileZ @ line 131 will fix that issue. Just tested it.
  13. infiSTAR already does this. Just write the SQL command to get the lines out. This is how I do it, I just wrote everything in PHP & HTML and print everything on a nice page sorted by UID etc, but this should get you started.
  14. ILLUXNNN

    Supply drops around the map

    Hey there, I was wondering if it was possible to get the supply drops all around the map, instead off just around the airfield. We got the aircraft trader at the airfield, so they just don't wanna spawn. Any help? Thanks!
  15. ILLUXNNN

    Namalsk Lighting

    up-arrow and enter?
  16. ILLUXNNN

    Disable Kill messages, and Earphones.

    EDIT: read your post wrong, lemme get back at ya Edit 2: Pretty sure its in the same file, search for _killSummary and comment that one out. See what that brings.
  17. ILLUXNNN

    AH-9 Pawnee and M134 Miniguns

    @MGTDB I did everything you said in the other post, but how did u manage to show the actual ammocount? (the one on the right) because it doesn't show up on our pawnee. Thanks bud
  18. ILLUXNNN

    [Release] xsSpawn | Ground Spawn or Halo Selection

    @xstreme I think you have read that wrong, I WAS NOT using infiSTAR's damage handler, but by turning that on, I haven't seen anyone dying (yet). Its something with this script, since I have never had that issue before it. Anyways, that doesn't take away how good your script it though. Lovin' it. So just to be clear, in infiSTAR: class infiSTAR_handleDamage { /* This whole handleDamage does not effect admins! */ enable = "true"; SEEMED to have resolved it. =)
  19. ILLUXNNN

    [Release] xsSpawn | Ground Spawn or Halo Selection

    I had the same issue after installing this! However, I seem to have resolved the issue by letting infiSTAR handle all damage instead of Exile. (its in the infiSTAR options). @xstreme Seems like he wasn't the only one on this one.. Very weird issue....
  20. ILLUXNNN

    Taunus, config class missing.

    Hi there, I've just installed Taunus, and not only does the server take a long time on "setting up", it throws me these errors in the RPT: Any idea's? Thanks!
  21. ILLUXNNN

    best way to spawn loot

    Exilemod Loot Position Creator: http://steamcommunity.com/sharedfiles/filedetails/?id=625259647
  22. Wait, so we need extDB3?
  23. ILLUXNNN

    Logging all chat to the database

    Hi there, I was wondering if there was a way to log all the chat(direct,side,group, etc) to the database? Right now its logging it into the serverconsole, but making MYSQL to read trough 120k lines for each restart will stress it too much. Thanks!
  24. ILLUXNNN

    Importing initServer.sqf into EDEN

    You cannot reverse add them to your eden editor. Gotta start all over, if u wanna make changes. It's harsh, I lost my saved missions yesterday..