Search results

  1. J

    [Script] Helicoper Disconnect Protection/Switch Seat [v1.2

    Giving this a try. No AI spawns as pilot (any fix for this yet?) but I do get the option to switch by pressing F5. BTW, for users of infiSTAR, F5 is already mapped to Map Options. You'll need to switch the hex code for the key to press to switch seats. I changed mine to F6 which is 0x40. So, if...
  2. J

    Session Lost?

    @echo off echo Starting MySQL database. Please wait 5-10 seconds. start /D.\MySQL\ MySQL.bat ping 127.0.0.1 -n 5 >NUL .\MySQL\cecho {0A} OK.{07} echo. echo. echo. echo Executing spawn script... .\MySQL\bin\mysql.exe --user=me --password=something --host=ipaddress --port=someport...
  3. J

    Session Lost?

    I'm trying to get this to work with no luck. I tried copying everything to a new directory, set up everything like it says to do in the instructions, and nothing works. I tried just copying the server files to my Steam directory. I can get the server started but when running the game and logging...
  4. J

    Pulling Bases from Database

    Thanks, but unfortunately the database backups are no longer available. Ah well.
  5. J

    Pulling Bases from Database

    Hey guys! So I recently reset my server due to a few issues that I couldn't track down. Everything runs smooth now except for one small problem. After resetting the server, everyone's bases were deleted and some of my players had some pretty extravagant bases set up. Anyway, what I'd like to...
  6. J

    [SUPPORT] - Sheeps Epoch Repack

    ShootingBlanks, Thank you, but I never asked for anyone to do it for me. I try my hardest to resolve any issues on my own. I Google every error I get, research the crap out of it, and only as a last resort do I post to a forum asking for help. I don't know code very well. I could not, for the...
  7. J

    [SUPPORT] - Sheeps Epoch Repack

    I will try what schwede suggested and install the updated version for ESS here: http://opendayz.net/threads/release-essv2-enhanced-spawn-selection-v2.21547/
  8. J

    [SUPPORT] - Sheeps Epoch Repack

    This is where I got it from. https://github.com/Fallingsheep1985/0.15_Sheeps_Back_Baby_Standard_NAPF
  9. J

    [SUPPORT] - Sheeps Epoch Repack

    So I did this and I get the same result. Only difference is I don't get the error. Spawn in the void.
  10. J

    [SUPPORT] - Sheeps Epoch Repack

    Those are the same files with the exception that this one is for Chernarus, I'm running Napf. The same three lines of code are in it calling the same E_Spawn_Dialog which will, in turn, give me the same error. But hey! I guess one more time couldn't hurt. Right?
  11. J

    [SUPPORT] - Sheeps Epoch Repack

    Firstly, thanks for the help that you did offer. Second, if I could solve this problem on my own wtf would I be doing here asking for help? I don't understand the leetist attitude. I made the change you suggested and then I asked a question as to where those dialogs are being called from...
  12. J

    [SUPPORT] - Sheeps Epoch Repack

    if (statusSelect == -2) then {_i="createDialog";createDialog "class_dialog";call classFill;}; if (statusSelect == 0) then {disableUserInput true;disableUserInput true;disableUserInput true;_i="createDialog";createDialog "spawn_dialog";if !((getPlayerUID player) in vipListBase) then {ctrlShow...
  13. J

    [SUPPORT] - Sheeps Epoch Repack

    Schwede, So from the spawn.sqf lines 65,66,67: if (statusSelect == -2) then {_i="createDialog";createDialog "E_Class_Dialog";call classFill;}; if (statusSelect == 0) then {disableUserInput true;disableUserInput true;disableUserInput true;_i="createDialog";createDialog "E_Spawn_Dialog";if...
  14. J

    [SUPPORT] - Sheeps Epoch Repack

    These two errors are related to the ESS. I'm not sure what the top pic is referring to. I cannot find any info on it anywhere. The second pic shows a script being called that doesn't exist in the files.
  15. J

    [SUPPORT] - Sheeps Epoch Repack

    Booya! http://pastebin.com/8vGgTQm4
  16. J

    [SUPPORT] - Sheeps Epoch Repack

    Haha! Yeah, well thanks for your help anyway. Much appreciated. ;)
  17. J

    [SUPPORT] - Sheeps Epoch Repack

    Did that. Now ESS is gone but the player still spawns out to sea in a black box. How do I bring back the default spawn points?
  18. J

    [SUPPORT] - Sheeps Epoch Repack

    I've been using 0.15 - Sheeps back baby!. What is the difference between that and 0.14 - Dam You Steam? They look like they have the same addons in them.
  19. J

    [SUPPORT] - Sheeps Epoch Repack

    I did that already... twice. Still the same thing. But I'll give it another shot. Here's a stupid question... Which version should I be downloading if I'm running Epoch Napf? Standard, Standard Napf, or Standard Overpoch Napf? I'v been using Standard Napf.
  20. J

    [SUPPORT] - Sheeps Epoch Repack

    I have the mission and server pbo's as they are from the install of the repack. This happened from the start. I'll look into resintalling ESS or simply remove it. The server is running Napf.
Back
Top