Search results

  1. BBS||DeadEye

    Celle Bug Reports

    after some closer looks into the files of dayz_code you finde Bandit1_DZ (and BanditW1_DZ also in these files: player_wearClothes.sqf fn_damageHandler.sqf player_humanityChange.sqf which franky mentioned variables.sqf (but I think this is unused anyway) and of course player_spawn_2.sqf I...
  2. BBS||DeadEye

    Celle Bug Reports

    ty for that correction
  3. BBS||DeadEye

    Celle Bug Reports

    Dont know if this has already come up. Bug in player_spawn2.sqf lines 75 - 95 if (_humanity < -2000 and !_isBandit) then { _isBandit = true; _model = typeOf player; if (_model == "Survivor2_DZ") then { [dayz_playerUID,dayz_characterID,"Bandit1_DZ"] spawn...
  4. BBS||DeadEye

    Celle Bug Reports

    nevermind. cant reproduce that ^^
  5. BBS||DeadEye

    [Release] V1.9 Dayz Celle

    Your'e welcome :)
  6. BBS||DeadEye

    [Release] V1.9 Dayz Celle

    Did you install the keys into /Keys ? Check for the filesize of the bisign files on the server they should be 566 Bytes. That indicates they are the v2 files. what about the mbg_celle folder. previously it was named mbg_celle2 (prior 1.8 I think) - what files are located there? are the the same...
  7. BBS||DeadEye

    [Release] V1.9 Dayz Celle

    Server does not seem to be online. Try if you can connect to 85.25.226.226:2402 - I know this server works. If you can connect, it maybe the serverfiles, I guess the DayZ_Celle Files on the server? or a missing key?
  8. BBS||DeadEye

    annoying forum bug

    Everytime I want to insert code, an alert appears: '[object Object]'. It seems to happen on every Browser (tested IE 8 / 9, current FF, current Chrome). It is really annoying, but it also seem to have no effect in functionality. So you maybe want to fix - or try/catch without alert - this. I...
  9. BBS||DeadEye

    HiveExt: [Error] Error fetching created character for playerId xxxxxxxxxx

    no, vehicle spawns do not effect anything in that region. just for testing: does it work when you empty their inventory? also check your hiveExt.log file.
  10. BBS||DeadEye

    Celle Bug Reports

    Some players report that it does not get dark properly. We have a restart every 6 hours with gmt -2. now when its about 23:00 twillight starts falling in but after the next restarts its the brightes day again.
  11. BBS||DeadEye

    [Release] V1.9 Dayz Celle

    check your files again. do you have 24 files in DayZ_Celle. Maybe reinstall this folder. Could be you have somewhere the old and the new keys, or have accidently copied files. The upgrade usualy works.
  12. BBS||DeadEye

    "Connecting Failed."?

    can you post your hiveExt.log?
  13. BBS||DeadEye

    [Release] Germany Celle 2013

    Database update for a vehicle: UPDATE world_vehicle SET vehicle_id = 11007 WHERE id=11147 This is the police car, which else would be a skoda (my bad)
  14. BBS||DeadEye

    MySQL + Ramdisk

    Who wants to put the live data on a ramdisc? that would be insane. Also with a SSD it really wouldn't improve much that it would matter. For DayZ itself it also would not make any difference. And the reasons why I want to reduce locking (or at least the impact of it) are completely different...
  15. BBS||DeadEye

    [Release] Germany Celle 2013

    thats a new thing for me, never saw such a file before (compiled bat) :) Nah im good, just trying to spread the access to the mod as good as possible :)
  16. BBS||DeadEye

    [Release] Germany Celle 2013

    Thanky you very much for that launcher. (in what lng is it written?) would you mind if I link that file on our HP? (http://dayz.wasd.at/)
  17. BBS||DeadEye

    [Release] Germany Celle 2013

    There are 5 Capturable Camps somewhere in the woods all over the map. They have mostly just 1 enterable side and can easly be defendet by a group of players. they have backpack spawn points and places for vehicles to hide under big tents. near the doorways an alarm goes off if you are nearby...
  18. BBS||DeadEye

    MySQL + Ramdisk

    I was just about writing an large post about why a ramdisk could drasicly improve performance when I came to realize that almost nobody knows what a ramdisk does and how it works and how it could improve the dayz server performance. Statements like are totally unqualified because you...
  19. BBS||DeadEye

    "Connecting Failed."?

    This is an Indicator that either the Server has started up with wrong mod parameters or your friend connects with wrong mod parameters. (if you use dayz commander most likely the server is misconfiguered). You can also look at the servers RPT file to check for mission file errror! As for your...
  20. BBS||DeadEye

    Server Help, constant timeout/requesting authentication

    (Unknown column 'backpack' in 'field list') There seems to be a serious error in your database. the backpack field is a very basic column. To fix this Error you could execute the following: ALTER TABLE `survivor` ADD COLUMN `backpack` VARCHAR(2048) NOT NULL DEFAULT '[]' AFTER...
Back
Top