Search results

  1. S

    1.8 SQL Schema

    id;class_name 1;TentStorage 2;TrapBear 3;Wire_cat1 4;Hedgehog_DZ 5;Sandbag1_DZ 6;StashSmall 7;StashMedium 8;DomeTentStorage 9;CamoNet_DZ 10;Trap_Cans 11;TrapTripwireFlare 12;TrapBearTrapSmoke 13;TrapTripwireGrenade 14;TrapTripwireSmoke 15;TrapBearTrapFlare From my deployable table, fresh...
  2. S

    In Search of Hero Hill, has anyone seen/heard of this???!?

    It sounds like multiple items. He's got custom buildings added (there's an entire subforum here for map additions like that), protection domes, and AI. Search for those three things, combine as desired, there you go.
  3. S

    Releasing my 3 custom bases

    Also sorry I didn't say thanks right off the bat - the work is appreciated. I only had one concern and kaysio took care of it.
  4. S

    Releasing my 3 custom bases

    Understand it's my choice and I certainly won't keep harassing you about it -- but please consider posting them as simple ZIP files. Sharing executable code unnecessarily is irresponsible.
  5. S

    Releasing my 3 custom bases

    What's with the EXEs? Are these just the standard SQF files? How about just pastebinning them? No offense, but I'm not going to download unnecessary EXE files.
  6. S

    Server Side vs. Client Side Mods

    Buttface mostly had it, but there is one other point -- Most of the code in @dayz is initialized by the init.sqf in the mission. By copying the files you want from @dayz to the mission and changing the paths in init.sqf you can force the client to run your edited version of the scripts. Read...
  7. S

    [RELEASE] DayZ Trinity 0.5.5

    When will server files be released? Be nice to have a chance to prepare.
  8. S

    DayZ Trinity Island - Server Files

    Fresh problem -- players aren't syncing unless we enter a vehicle. For instance, here's a bit of us at the Stansfield Airport. 8:04:26 "ERROR: server_playerSync: Cannot Sync Player {PR}Saib [6112]. Position in debug! [237.693,5457.74,0.00297356]" 8:04:36 "ERROR: server_playerSync: Cannot...
  9. S

    DayZ Trinity Island - Server Files

    Having the same problem with DayZ Commander -- Using @dayz_trinity;@trinity;@hive as my server's modline, but it just doesn't show up. Also getting 12:50:31 BattlEye Server: Could not connect to BE Master 12:50:31 BattlEye Server: Update attempt failed in my console -- I updated beserver.dll...
  10. S

    DayZ Trinity Island - Server Files

    Spent some time on here today. Gotta say, I love the forests (up North is what I saw) - first time I've ever seen an accurate forest in a video game, with underbrush, mixed tree sizes, deadfall all over. And the thicker band of shrubbery on the treeline - brilliant. I don't know if that was in...
  11. S

    Excelsior Bridge v1.2 - Chernarus

    That did the trick AlienX, thanks!
  12. S

    Tent Igniting for Everyone or Just Admins

    To pack any tent you need to remove the check in fn_selfactions.sqf and player_packTent.sqf.
  13. S

    Optional Watermark for Server [1.7.7]

    That's the entire guide for adding the watermark - handy on prior versions - but it pointed me in the right direction, so thanks. :) I didn't realize until I read that about the description.ext edits. Find this block in description.ext, towards the end -- class wm_text2 { idc...
  14. S

    Optional Watermark for Server [1.7.7]

    I put mine straight in the mission file directly, not knowing there was a character limit, and it truncated it automatically at six characters. Haven't found a way around that yet.
  15. S

    Excelsior Bridge v1.2 - Chernarus

    Mine is also sunk. I think it must be related to the server build used. I'm running DayZ 10k's 1.7.7 Reality build https://github.com/dayz10k/DayZ-Private-master Other buildings and bases imported in the same manner ([] execVM "buildings\excbridge.sqf"; ) position perfectly, but this bridge...
  16. S

    Private Hive Tools [PHP]

    I haven't done a git pull for about a month. I'll try it later and see what's going on with the current code.
  17. S

    Private Hive Tools [PHP]

    I don't think skynetdev had updated his repo in awhile. Here's the latest code I know of, has the new map in it - https://github.com/R4Z0R49/BlissAdmin
  18. S

    Private Hive Tools [PHP]

    Dayz Mapper and Bliss Admin both do movement trails. Bliss Admin uses Dayz DB maps so it's fast and looks good, but they're still not making the top km of the Chernarus map available for some weird reason.
  19. S

    20 min night 1 hour day

    We're not always big on that around here. One thing I'll add is that it will look like crazy. Origins does this, and it's a huge, jarring lighting change every few minutes. Always made me jump, spoils immersion. If you still wanted to do it, I would say look in the origins code to try and...
  20. S

    Adding tents to a map with supplies

    I'm thinking of doing something similar - military camp with AI guards and tents of loot for players to try and capture. I was just going to go in game and pitch some tents then fill them in the database though - seemed like the real simple way to do it. :)
Back
Top