Jump to content

Rastavovich

BI Developer
  • Content Count

    527
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by Rastavovich

  1. Rastavovich

    Marine fav in 1.75 is not working

    I would suggest to define your vehicle in the cfgmodels not as "weapon", take "car" instead, maybe it will work then:)
  2. Rastavovich

    Mossberg 500

    the shotgun has a magazine with 8 shells in it, and they can be fired directly, without magazine reload. You can give ppl more then one magazine. I didn't plan to create a own unit for the shotgun, cause it is just another unit in the editor list which you defenitly not find if you search for it. But in the readme the complete line to add a shotgun is written so you will only have to copy and paste it in init field of any person you want to be armed with this gun. Update: there will be a western soldier with that shotgun.
  3. Rastavovich

    I spottet a model

    looks like it is called "dalekohled_proxy.p3d". It is the modell of the binoculars but the nvgoggles are definded over them and I found no model change.
  4. Rastavovich

    M79 grenade launcher released

    yes, then the distance lod has an error, the importer has to fix that.
  5. Rastavovich

    Get your littlebird choppers here:

    -Speechless-- PS: Excelent addon, Adammo.
  6. Rastavovich

    Fn-p90

    I am using dePBO, works like a charme (for usermade addons). For putting them back in I take stuffpbo.
  7. Rastavovich

    Fn-p90

    well that is no big change in the config, so it is a easy thing to update to the res version. We for example will update all allready released addons to res version and make it able to dl.
  8. Rastavovich

    Fn-p90

    Normally we release for both, OFP and Res. Only the muzzlebug will appear in OFP when HW T&L on.
  9. Rastavovich

    Muzzle flash

    Turn out HW T&L then.
  10. Rastavovich

    Meveld

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">ahhhh, resistance makes it much much worse<span id='postcolor'> Nope, it is just worse with OFP version of Addons, cause Resistance needs the lines mentioned above, then it works perfectly (with or without HW T&L).
  11. Rastavovich

    Script

    smokeshellgreen
  12. Rastavovich

    Meveld

    be carefull with that lines, in normal ofp those will ctd your pc. better way to get the muzzle flash away is to turn HW T&L off or buy OFP:R.
  13. Rastavovich

    First sam :)

    Ex-Ronin: there are 2 version for the ADATS 1. OFP version 2. Resistance version Both hve the same model and textures but the resitance version uses the new abilities brought into game with the OFP:R addon. To your second q: Dunno if it is possible, haven't tested it yet.
  14. Rastavovich

    Resistance release date...

    Should be Monday, afaik.
  15. Rastavovich

    Constructive criticism

    The drop function was definitly missing and now there it is. Well done. As Nyles wrote there is no readme, where we can find the weapon names, but there is also no way to find the new scripting commands, and I miss a version history, I have no clue what was changed up to v1.75. Btw a "must have addon". PS: Can you implement that a command returns the description of a marker, something like descmarker "markername" returns string for example: Marker1 with "Here I am" as description descmarker "Marker1" returns "Here I am"
  16. I've nowhere found it, so I post here. Does anyone knows how the markers set ingame by players are named? And if you place them and put in an text, like "123123", is that text also the name? Hope someone knows the answer.
  17. helicoptername getpos select 2 <= 0.1 in the condition field should do it
  18. Rastavovich

    Basic init scripting

    For respawn use the "createunit" and the "createvehicle" commands, that will make it a 'lil easier.
  19. If you use the direction of the gunner, it will return the direction the gunner was facing directly before getting in the vehicle (allready tried that:)
  20. You will have serious problems to get the direction the turret is facing, so I would say: not possible. If someone could prove me wrong, please do so, I fought some time with this question and didn't find a solution.
  21. Rastavovich

    Just a couple of questions

    1. No 2. Only indirect. Over the setspeed-command
  22. Rastavovich

    Weather settings

    Yep, till 2500 meters distance.
  23. Rastavovich

    Weather settings

    Take the weather-button to sunny and the forecast-button also (or was it for the forecast-button the other direction??). Then write in the init-field of one unit (it doesn't matter which) "setviewdistance 2500".
  24. Rastavovich

    Is there a program that models islands?

    Yes there is one, but it isn't released for the public yet. It's called "Wrpedit" AFAIK.
  25. Rastavovich

    Problem with the sound cfg

    As far as I saw you simply forgot a ". Look at your line: sound[] = {"commspeech1.ogg, db+1, 1.0}; and now try sound[] = {"commspeech1.ogg", db+1, 1.0}; PS: You forgot it in multiple lines
×