Results 1 to 7 of 7

Thread: ChaosStudios RELEASE - CRDS-P v.2.0

  1. #1

    Thumbs up

    Do you knows my CRDS-P v.1.0 script allready from "Operation Black Mamba" ? Now its comes in version 2.0 with new features,sound samples and much more reality.



    It is a further developed version which let the damage look even more real than before. The player will bleed dry and the harder he gets hit the faster this happens. Once wounded the player screams and if he was wounded seriously he will scream until a medic arrives or he dies. The aiming will be a little bit distorted after the healing and the player will feel a heavy pain. To prevent this the player will get two medipacks that he can use for the first medical help. Every medipack has an other effect - one is a big one the other one is rather small (for scratches only). Both medipack are not able to conduct wonders, if you are injured to badly these bothare also useless.

    <span style='font-size:15pt;line-height:100%'>The archive contains:</span>
    - readmes for the script in German and English
    - readmes for two demo missions
    - the two demo missions as pbo and unpacked
    - the script source code

    <span style='color:red'>More about the script and the download link you&#39;ll get in our database.</span>





  2. #2
    Cheers&#33; Support Chaos forever&#33;

    Hope you will release more scripts from your fantastic missions&#33; Such as Hawk in Net and BM
    Final BoA

  3. #3
    Chief Warrant Officer Thunderbird's Avatar
    Join Date
    Dec 15 2004
    Location
    Grenoble (French Alps) - France
    Posts
    3,123
    Nice work you did there but the screaming sounds don&#39;t fit.
    I think it would be better you&#39;d increase the heart&#39;s beating sounds in order to make the wound sequence more immersive
    Here&#39;s a small script inspired from earl&suchey one I did a while ago, it is activated via " hit=", though.
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
    _ap = _this select 0
    _dmg= _this select 2
    _rd=random 20
    #main
    ?_dmg &#62; 0.1 and _ap==player and local _ap and alive _ap&#58;goto&#34;work&#34;
    exit
    #work
    playsound &#34;heartbeat&#34;
    ~0.5
    playsound &#34;heartbeat&#34;
    ~0.5
    playsound &#34;heartbeat&#34;
    ~0.5
    playsound &#34;heartbeat&#34;
    ~0.5
    playsound &#34;heartbeat&#34;
    ~0.5
    playsound &#34;heartbeat&#34;
    titleCut &#91;&#34;&#34;,&#34;BLACK IN&#34;,&#40;_dmg * 15&#41;&#93;
    _ap setDir abs&#40;getDir _ap + &#40;random&#40;_dmg * 100&#41; - &#40;_dmg * 50&#41;&#41;&#41;
    exit
    [/QUOTE]
    Defined the "heartbeat" sounds as ogg. db+30, 1.0.

    Best Regards
    TB84
    - Former FFUR MOD Leader (For Operation Flashpoint).
    - Long Live the French Army - Among the most professional armies in the world
    - Tweak ArmA II as much as you can, once tweaked, you will discover the real potential of this game simulator.

  4. #4
    Sorry, but i don´t never copy other persons work. I am going my own way. And the CRDS idea and first version is older that Sucheys scrips.

  5. #5
    Chief Warrant Officer Thunderbird's Avatar
    Join Date
    Dec 15 2004
    Location
    Grenoble (French Alps) - France
    Posts
    3,123
    relax mate...
    Quote Originally Posted by [b
    Quote[/b] ]playsound "heartbeat"
    There&#39;s no other way to do that except by using "playsound" or "say"... etc
    but this absolutely doesn&#39;t make you copycat at all, though.

    Regards
    TB84




  6. #6
    Oh, i am relaxed. But i think now - i don´t understand you correct

    Sorry mate, my own english is not soo good.




  7. #7
    Chief Warrant Officer Thunderbird's Avatar
    Join Date
    Dec 15 2004
    Location
    Grenoble (French Alps) - France
    Posts
    3,123
    Quote Originally Posted by (ofpchaos @ Dec. 27 2005,13:51)
    Oh, i am relaxed. But i think now - i don´t understand you correct
    Sorry mate, my own english is not soo good.
    I meant that there&#39;s no other way to activate "Heartbeat" .ogg(defined in the config in cfgsounds) via script except by using one of the 2 following commands
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">xxx say xxx[/QUOTE]
    or
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">xxx playsound xxx[/QUOTE]
    using&#39;em both doesn&#39;t make you a copycat at all.


    Your english is fine, though ;-)
    Regards
    Thunderbird84




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •