Results 1 to 14 of 14

Thread: Environment Treat for all

  1. #1
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    Environment Treat for all

    Lightning and Thunder (maybe earthquakes)

    Extract this file (game.wac) to the comanche 4 folder.

    Then run c4.exe /d

    Game.wac is a script to trigger advanced events, music, sounds lightning thunder etc. Its global and affects all maps when the file is loaded.

    Here is just a glimps of what can be done with these wac scripts.

    This is continious sample so you will probably want to modify it to occur randomly. Edit with notepad. The info on wac scripts can be found in the game.wac from DFBHD.
    You can also just name the script the same as the map to affect only that map.



    enjoy!
    Bane
    Attached Files Attached Files
    Last edited by BaneFWP; 04-24-2004 at 02:14 AM.

  2. #2
    Registered User WiperSix2004's Avatar
    Join Date
    Jan 2004
    Posts
    95
    Downloads
    0
    Uploads
    0
    sounds cool. anyway to incorporate it into server side maps ?

  3. #3
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    Good Question

    I dont know. I doubt the global settings will apply but the map specific may?
    Shouldn't be too hard to find out.

    First of all here is a more benign thunder storm.
    the other one is relentless.

    Copy the following text and paste into notepad.
    Save the file to your c4 folder as wactest.wac
    Then Create a map and name it wactest (Id use the same title and filename to start). I think the file name is the way to go.

    start the C4.exe with the /d then host the wactest map.
    have someone join and see it they pick up the setting.
    If they do, cool! If not, then they're on there own and will have to wait for the expansion pack.

    Begin wactest.wac:
    ;+++++++++++++++++++++++++++++

    if gt(ticks,5) and elapse(21) then
    lightning(250,20,25)
    farflash
    lightning(20,20,250)
    flash
    endif

    if gt(ticks,1) and elapse(29) then
    lightning(2,250,5)
    farflash
    lightning(250,20,25)
    flash
    endif

    if gt(ticks,5) and gt(elapse,15) then
    lightning(20,20,250)
    farflash
    flash
    lightning(2,250,5)
    endif

    ;+++++++++++++++++++++++++++++
    end wactest.wac

    I need a better avitar.
    Last edited by BaneFWP; 04-24-2004 at 10:42 AM.

  4. #4
    §quadron £eader MasterX(BKC)'s Avatar
    Join Date
    Dec 2003
    Location
    Goodyear Arizona USA
    Posts
    185
    Downloads
    2
    Uploads
    0

    hmm

    I think i may be able to "nap" a few things from my copy of Joint Operations Demo NVidia gave me with the sponsoring stuff.....

    looking around in it still, pff's are the same, think it uses a modified
    Copy of C4 engine, from what i've seen so far.....

    Black Knights Collective Squadron Leader - Retired
    PC: 2 x Intel Xeon E5-2420 V2 (Dual Socket, 12C/24T) - MSI GeForce GTX 1050 TI - 80GB ECC DDR3
    LAPTOP: MSI GE600 - 8GB - 25in 2560x1080
    SVR: Dell R720XD XL - 2 x Xeon E5-2640 - 192GB DDR3 - 12 TB - 26 Bays - GigE Fiber
    White Hat with Black Stripe

  5. #5
    Registered User Demon 01 <IFS>'s Avatar
    Join Date
    Apr 2004
    Location
    Washington State,USA
    Posts
    21
    Downloads
    0
    Uploads
    0

    Re: Environment Treat for all

    Originally posted by BaneFWP
    Lightning and Thunder (maybe earthquakes)

    Extract this file (game.wac) to the comanche 4 folder.

    Then run c4.exe /d

    Game.wac is a script to trigger advanced events, music, sounds lightning thunder etc. Its global and affects all maps when the file is loaded.

    Here is just a glimps of what can be done with these wac scripts.

    This is continious sample so you will probably want to modify it to occur randomly. Edit with notepad. The info on wac scripts can be found in the game.wac from DFBHD.
    You can also just name the script the same as the map to affect only that map.



    enjoy!
    Bane

    Hi Bane... downloaded file, but I cant make it work.... extracted file from zip folder then i cut & paste to c4 folder.... did i do something wrong here... can u help me.. thanks bud in advance

  6. #6
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    WAC SCRIPT

    Did you start the game using the /d in the command line?

    If not, it should still work after youve cycled through one map in multiplayer.

    What version of the exe are you using?

    Bane

  7. #7
    Registered User Demon 01 <IFS>'s Avatar
    Join Date
    Apr 2004
    Location
    Washington State,USA
    Posts
    21
    Downloads
    0
    Uploads
    0

    Re: WAC SCRIPT

    Originally posted by BaneFWP
    Did you start the game using the /d in the command line?

    If not, it should still work after youve cycled through one map in multiplayer.

    What version of the exe are you using?

    Bane
    i'm new to installing files of this nature.. please excuss me for ignorance... not sure how to put ( /d ) in command line... also is this a multiplayer file... my understand is that it is single player, or can it be used in s/p... i also downloaded the .20 exe if i understand you correctly....

    ps. feel free to email me if easier to explain this... r.rhode@verizon.net
    Last edited by Demon 01 <IFS>; 04-30-2004 at 04:28 PM.

  8. #8
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    command line

    Highlight and copy the following line:

    "C:\Program Files\NovaLogic\Comanche 4\C4.EXE" /d

    (To copy right click on the highlighted text and select copy)

    Then click on the start buton, select 'Run'

    In the Run window right click and select paste.


    Hit enter. or click 'OK'

    This will start the game and if you've placed the wac script in the comanche folder single or multi player games will have the effect.

    The exe version doesn't matter.
    I tested with both.

    Bane
    Attached Images Attached Images
    Last edited by BaneFWP; 04-30-2004 at 11:59 PM.

  9. #9
    Admin Bluetiereign's Avatar
    Join Date
    Aug 2002
    Posts
    2,555
    Downloads
    59
    Uploads
    3

    WAC files

    A bow and I applaude your efforts on this bane. These WAC files became available to everyone with arrival of BHD. You can read all about them at the NovaWorld forum, but will likely have to look in the BHD section.

    You can create lightning, raise and lower the sky, provide targeted or random mortar and missle fire, thicken or lighten fog as well as change its color, darken or lighten the sky, move vehicles (not recommended - use the events editor for this one), and other events that are 'player position' specific.

    A word of caution on the expectations though. You might figure a way to overcome this, but the last time I experimented, the WAC file is just like a mod. In order for someone to see and experience your enviromental feast - they too must have that WAC file loaded when you play that map.

    If you have BHD, I put a small map called Sound Enviroments that will give you a small sampling of what you can do with one.

    Nice work Bane. Have enjoyed playing with the TKOTH option and converted all of my maps to be compatible. I opened a server or two - but had no takers, lol. Your work has me wondering though... would new C4 graphics be available thru the use of BHD's MOD tools. Hmmm...

  10. #10
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    Link

    Thx Blue,
    I wasn't able to follow that link. But i did find it in the downloads. Thanks I'll try it out.

    I've already perused through the BHD forums and found sonme cool info. Unfortunatly Comanche has only limited support for wac scripts.

    Here is a list of Comanche's functions.

    chain
    link
    elapse
    never
    past
    random
    outside
    location
    true
    false
    eq
    ne
    lt
    gt
    le
    ge
    waveready
    kill
    vaporize
    flash
    farflash
    set
    add
    sub
    inc
    dec
    sound
    nearwave
    nearanim
    report
    report#
    text
    text#
    consol
    consol#
    opendoors
    closedoors
    fogcolor
    fogdist
    result
    ticks
    wind
    health
    mana
    NearTID
    NearDist
    NearType
    NearMove
    NearHP
    NearID
    Script
    Report

    Bane
    Last edited by BaneFWP; 05-01-2004 at 03:36 PM.

  11. #11
    Registered User Demon 01 <IFS>'s Avatar
    Join Date
    Apr 2004
    Location
    Washington State,USA
    Posts
    21
    Downloads
    0
    Uploads
    0

    Re: command line

    Originally posted by BaneFWP
    Highlight and copy the following line:

    "C:\Program Files\NovaLogic\Comanche 4\C4.EXE" /d

    (To copy right click on the highlighted text and select copy)

    Then click on the start buton, select 'Run'

    In the Run window right click and select paste.


    Hit enter. or click 'OK'

    This will start the game and if you've placed the wac script in the comanche folder single or multi player games will have the effect.

    The exe version doesn't matter.
    I tested with both.

    Bane
    Thanks bud works great

  12. #12
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    Great Demo.

    Hey Blue,
    That wac demo was slick. I was quite impressed with the presentation.

    The effects available in BHD are far better then Ive seen in C4 so far. Hope Im not wasting my time with it.

    I have some questions if your dont mind, but I would rather submit them off line.

    Anyway, just wanted to say great work.

    Hey Reaper, if your out there you gotta check it out if you havent already.


    BaneFWP.

  13. #13
    Admin Bluetiereign's Avatar
    Join Date
    Aug 2002
    Posts
    2,555
    Downloads
    59
    Uploads
    3
    Thanks Bane,

    Just send a pm or email if you have any questions.

    Heya, does C4 have a flying vehicle that that will hold multiple passengers? Marine is asking about transporting troops, but I can't find a chopper that will carry anything. Even the seahawk the demo uses has a 'soft' floor.

    Personally I think teleporting is going to be the only way to go.

  14. #14
    Registered User BaneFWP's Avatar
    Join Date
    Jan 2004
    Location
    Portland, Oregon
    Posts
    46
    Downloads
    0
    Uploads
    0

    Troop transport

    Off the top of my head there's a Chinook, C130, 747, 737, helix. I've thought about using a submarine as a blimp LOL.

    But now I'm curiuos. I'll have to mess around with that.

    Perhapse the vehicles floor is higher than he is placing the troops.

    BTW I do have some questions with regards to wac scripts. I will compile my thoughts a shoot you a message.

    Thanks.

    Bane
    Last edited by BaneFWP; 05-11-2004 at 02:04 PM.

Posting Permissions

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