Recent content by Boba Fetish

  1. B

    [OPEN] Looking for a way to add loot to custom map objects Dayz exp 1.08

    yeah they go in the init.c, forget how to do it exactly, but it involves using COM and adding a line of code. You've probably figured it out by now. https://discord.gg/ytbGh3
  2. B

    Propietary Mods are Killing DayZ Communities

    peoples new helicopter mods that you have to pay to be installed is pretty awful. But a lot of work goes into these things so I can understand.
  3. B

    How to Spawn Pristine Cars

    where does this go exactly? the init.c can be finicky.
  4. B

    Arma editor

    Still need help? get a hold of me here https://discord.me/die-autobahn
  5. B

    [WIP] Code for two bridges between Mainland and Prison Island and Mainland to Skalisty

    We’re you using the offline editor for this or, is there a 3d editor available like the rest of the Arma series?
  6. B

    How to add grouping to DayZ vanilla

    Is this Rhodes ?
  7. B

    Auxiliary vehicle turrets.

    yes thanks inkko, I'm familiar with how to arm the vehicles. But how does this code look for having vehicles spawn in the database with these attachto commands. _object addWeapon "M1014_DZ"; _object addMagazine "8Rnd_12Gauge_Buck"; _fence = createVehicle ["Fence_corrugated_plate"]...
  8. B

    Auxiliary vehicle turrets.

    You can add weapons to a vehicle, but how do you edit say, the helicopters flare function? Or even add the flare function to a car.
  9. B

    Origins vehicles BIG MOD ORIGINS SIGNS

    Alternatively, you could use a skin to remodel the vehicles appearance.
  10. B

    Radio communication disabled

    Someone here gave me a cool script that relies on a radio trigger. However in DayZ mod, hitting backspace for the radio action menu, actual "radio" is disabled. Option grayed out. Anyone here know how to enable it? Nothing in config or init that I saw, perhaps it's hard coded in the files for...
  11. B

    Long time lurker, now server admin-script help

    No but thanks for asking. The SUV skins work just fine. Doesn't matter, thanks for following up.
  12. B

    Long time lurker, now server admin-script help

    thanks bud. Like so? _vehicle_0 = objNull; if (true) then { _this = createVehicle ["SignM_UN_Base_EP1", [7072.7256, 7683.0073], [], 0, "CAN_COLLIDE"]; _vehicle_0 = _this; _this setVehicleInit " _this setVehicleInit ""this setObjectTexture [0, """"test.jpg""""];"";"; _this setPos...
  13. B

    Long time lurker, now server admin-script help

    So, I am just failing at adding this custom Billboard. Image size, 512x512, put in root folder of mission pbo, as well as via script. object placed via editor: _vehicle_0 = objNull; if (true) then { _this = createVehicle ["WarfareBunkerSign", [3420.4092, 3530.8779], [], 0, "CAN_COLLIDE"]...
Back
Top