• Maps
  • DOWNLOADS
  • AW2 Servers
  • Forum
  • VIDEOS
  • Features
    • Weapons
    • Characters
    • Terrains
    • Great Donation Wall of Fame
  • Username:

    Password:


    Lost password?
    Forgotten Password
    Cancel
  • All Members 259

Activity

  • RSS
  • Profile picture of Coopwarriors

    Coopwarriors replied to the topic disable drivable vehicle in the forum MAPPING QUESTIONS 11 months, 1 week ago

    also for  coöperatieve maps

  • Profile picture of Nova Cipher

    Nova Cipher replied to the topic Looking for a tool that can open/edit .SBF files in the forum TALK ABOUT ANYTHING 11 months, 1 week ago

    Thanks for the reply,

    Yeah, I’m already familiar with converting custom .wav files for Joint Ops so that they can be played in game. I even made a single-player map about a month ago that I haven’t released to the public yet, which used music and dialogue from BHD. The thing is, the .sbf files are totally different from the usual .pff files, whi…[Read more]

  • Profile picture of Nova Cipher

    Nova Cipher started the topic Looking for a tool that can open/edit .SBF files in the forum TALK ABOUT ANYTHING 11 months, 1 week ago

    Hey guys,

    I’m trying to extract some of the music from Delta Force Black Hawk Down from the .sbf file so I can use a few tracks for some map projects I’m currently working on. Some of the tracks in the game have different versions or variations that I haven’t been able to find anywhere online, and I’m hoping I might even stumble on a few unuse…[Read more]

  • Profile picture of Captain

    Captain replied to the topic Requirements for JO video upload in the forum GAME 'NICE-TO-KNOWS' 11 months, 2 weeks ago

    [quote quote=5285]May I ask what the requirements are for having a fan-/self-made JO video/trailer to the video section of this website? Is there a similar checklist like there is for submitting a map for approval and upload? Thank you so much for clarifying. [/quote]

    Hi George

    It’s the first time someone has asked us that. No we don’t have any…[Read more]

  • Profile picture of Coopwarriors

    Coopwarriors replied to the topic full screen 4k how ? in the forum TALK ABOUT ANYTHING 12 months ago

    yes that is possible it was set to 14 Hz and it had to be 60 Hz for the screen

  • Profile picture of Coopwarriors

    Coopwarriors replied to the topic full screen 4k how ? in the forum TALK ABOUT ANYTHING 12 months ago

    ok i have fix it

  • Profile picture of Red Dog

    Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 12 months ago

    I do make maps for the JO-IC4 mod and I host a server, I have reservations with the AWmod and editor.

  • Profile picture of Coopwarriors

    Coopwarriors started the topic full screen 4k how ? in the forum TALK ABOUT ANYTHING 1 year ago

    hi everyone i have a problem that i can’t get full screen with BHD and Dagger and Landwarriors Does anyone have an idea i play with a 4k screen

  • Profile picture of Red Dog

    Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year ago

    The Wac script is correct.

    Every time the first player enters the game, he is assigned automatically the SSN number 10000 by the Nova Gods. When the second player enters the game he will be assigned the SSN number 10001 and so on until all the allocated slots are used.

  • Profile picture of Red Dog

    Red Dog replied to the topic You all know when buildings visual disappear from the map in the forum GAME 'NICE-TO-KNOWS' 1 year ago

    I found that certain terrains with certain buildings will cause that issue, if certain buildings are too close to each other, and/or you are at the Vertex Data limit.

  • Profile picture of Red Dog

    Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year ago

    Mybad…its been awhile since I made a map. This script will allow every player and every AI to be able to jump of the tallest building and not die.

    The script only needs to be:

    fallmps=100

    No need for the if never, which means it never happened yet or the endif, which ends the script from happening again.

    Every player that enters the game…[Read more]

  • Profile picture of Red Dog

    Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year ago

    Yes players and AI will be will be able to fall from heights and live when using the fallmps script.

  • Profile picture of Red Dog

    Red Dog replied to the topic Specific WAC commands in the forum MAPPING QUESTIONS 1 year ago

    Here is a counter script for destroying 10 crates. It lets you know how many crates need to be destroyed using variables.

    if never() then
    set(V3,10)
    endif

    if never() and ssndead(365) then
    dec(V3)
    endif

    if never() and ssndead(366) then
    dec(V3)
    endif

    if never() and ssndead(367) then
    dec(V3)
    endif

    if never() and ssndead(368)…[Read more]

  • Profile picture of Nova Cipher

    Nova Cipher replied to the topic Question Regarding Playing Multiple Sounds at the Same Time in the forum MAPPING QUESTIONS 1 year, 1 month ago

    I know how to play wav files using wac commands, and I’ve even learned how to create custom ones. I also know that it’s possible to play multiple sounds simultaneously because as I said previously, but the only way to do this is by using sound sets defined in the .lwf files of the game. Alternatively, sounds can be played in Med using the ‘Pl…[Read more]

  • Profile picture of Captain

    Captain replied to the topic Question Regarding Playing Multiple Sounds at the Same Time in the forum MAPPING QUESTIONS 1 year, 1 month ago

    [quote quote=5017]Hey everyone, I need some help understanding how to play two sound files at the same time in Joint Ops, if it’s even possible. I’m working on a single-player map and want to have both music and other sound effects playing simultaneously. The problem is that when using raw .wav files, one won’t start until the other finis…[Read more]

  • Profile picture of BlueSky

    BlueSky changed their profile picture 1 year, 1 month ago

  • Profile picture of BlueSky

    BlueSky replied to the topic Question Regarding Playing Multiple Sounds at the Same Time in the forum MAPPING QUESTIONS 1 year, 1 month ago

    Hey Cipher,

    Great question. Please understand that the following is based on your request for “any help would…”.

    If you are setting your map to single player, try changing it to coop and test. Also, you can host your make through NovaWorld and play it through a server. Sometimes the differing game engines treat code differently and I have seen…[Read more]

  • Profile picture of Nova Cipher

    Nova Cipher started the topic Question Regarding Playing Multiple Sounds at the Same Time in the forum MAPPING QUESTIONS 1 year, 1 month ago

    Hey everyone, I need some help understanding how to play two sound files at the same time in Joint Ops, if it’s even possible. I’m working on a single-player map and want to have both music and other sound effects playing simultaneously. The problem is that when using raw .wav files, one won’t start until the other finishes. So far, I’ve tried cre…[Read more]

  • Profile picture of Captain

    Captain replied to the topic A.I. Facial expressions through WAC in the forum MAPPING QUESTIONS 1 year, 1 month ago

    [quote quote=5014]I have been playing with this also and I can not get it to work with AW. ssnguard works well, just not the facial expressions. Guard works differently with different Bots. Have fun testing! It is useful for a detailed map.

    • If never then
    • ssnguard(1010,1) //(ssn,1) 1 for true [On], 0 for false [Off].
    • …

    [Read more]

  • Profile picture of BlueSky

    BlueSky changed their profile picture 1 year, 1 month ago

Load More

Make a difference

Your contribution will go solely to keep awmod.com alive continuing to offer free maps, downloads, forum and facebook community.
Any donation is welcome. As a thank you, your name will appear on the great donation Wall-of-Fame so your name will never be forgotten.


Connect socially with Advanced Warfare 2

Follow on Facebook
Follow on Instagram
Watch on Youtube
Advanced Warfare 2 © All rights reserved - Manage consent
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
COOKIE SETTINGSACCEPT ALL
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT