Search results

  1. Rossymond

    This should be a big Post for you guys to comment!

    I thought of a witty comment about those mods, but I decided to refrain. On a more serious note, how to make a mod. Well the first thing you need is a great idea. Unfortunately, most mods of late have been seriously lacking in the creativity department. Everyone seems intent on just throwing a...
  2. Rossymond

    Does creating custom buildings also add loot spawn to those buildings?

    Yep, although obviously getting any building to spawn loot is easy enough, but i'm not sure if you can overwrite that part of the config file from mission, sure it's possible but never tried :)
  3. Rossymond

    Does creating custom buildings also add loot spawn to those buildings?

    Short answer, yes. However, you must ensure the class name of the building you are adding is exactly the same as one that currently spawns loot. A supermarket for instance is Land_A_GeneralStore_01 or Land_A_GeneralStore_01a (2 types) If the building does not spawn loot normally, it must be...
  4. Rossymond

    Item Crafting and Weapon Accessories

    Lol always the way. I generally use _chance for multiple things in one script. Or you could just use bis_fnc_selectrandom if that fits the bill.
  5. Rossymond

    Item Crafting and Weapon Accessories

    Yup, I use this a bunch for different things _chance = random floor 100 If (chance < 20) then { Blah blah Obviously no syntax as I'm on the iPad. But google it or search here for samples
  6. Rossymond

    [INVESTIGATING] ADDING BANNED VEHICLES TO THE SERVER ! I THINK EVERYONE IS INTERESTED HERE !!!! Xd

    If I have some small change, for every time this has been asked, I would never need another cent
  7. Rossymond

    how to stop the server from deleting weapons

    Those weapon classes are banned and redefined as "FakeWeapon" in 1.7.7.1 Therefore you cannot have them, not without doing the usual routes, rMod, create your own mod, etc.
  8. Rossymond

    calling of custom compiles

    Before anyone asks you a buch of questions check your client and server logs. The answer should lie within
  9. Rossymond

    Custom base at Skalisty Island

    We had one a while back that worked pretty well. I'll dig it out and post it later tonight
  10. Rossymond

    Discussion Thread

    You won't be able to. All servers will be official and private hives are NOT going to be supported. At least not within the first 6months - year...who knows?
  11. Rossymond

    DDoS Attack against opendayz.net

    Here here
  12. Rossymond

    DDoS Attack against opendayz.net

    I just don't understand it. Do other games get treated in this way? Personally, I have never once had an issue with cheaters/hackers on any game, other than the odd CS aimbotter. DayZ has just become a huge congregation of cheaters, no lifers, time wasters, money makers and just complete...
  13. Rossymond

    Adding a custom menu for tools/items

    The ItemAction is defined in the CfgMagazines, which I believe cannot be overwritten. I'm unaware of any other way to add it. Out of interest here is the code for a Tent. class ItemActions { class Pitch { text = $STR_PITCH_TENT; script =...
  14. Rossymond

    DayZ - Spawn with Skin

    My bad, I sent the wrong link. This is the one you want http://offgaming.us/scriptsfixes/random-skins/
  15. Rossymond

    [Release] Fred's Zombie Bait (WIP)

    Like Fred said, it's courtesy. Far too much assumption when it comes to using the work of others for new addons/mods.
  16. Rossymond

    [Release] Fred's Zombie Bait (WIP)

    Should you not be asking if he minds you using it first?
  17. Rossymond

    DayZ - Spawn with Skin

    http://offgaming.us/scriptsfixes/skin-ids/
  18. Rossymond

    Changing Backpack Space

    Not without editing dayz_equip.pbo\config.cpp
  19. Rossymond

    [Tutorial] Custom Loading Screen

    If hes on about it blocking the action menu, you need to whitelist the action
  20. Rossymond

    BlurGaming - Updated Anti-Hack Public Release

    My understanding is Hangender is the original Author. You may recognise his name, a simple Google will fill you in on the details. Blur updates and adjusts the files when the "hackers" release new code. He then sells it on. This free version is obviously slightly older than the paid for...
Back
Top