Jump to content

Mrozy

Members
  • Content Count

    200
  • Joined

  • Last visited

  • Days Won

    27

Posts posted by Mrozy

  1. Already gave it a shot, but gotta say its not my cup of tea but maybe i'll give it another chance if timing with event fits ;)

     

    From my experience I have much more fun playing this with friends than solo. I was trying to play singleplayer in grid2 and autosport, but no luck. Multi however...

    Maybe this clip will convince someone to play this game :D

     

    If someone did not manage to get a grid, he can still buy it on g2a. People are reselling these keys for 0.5€ atm.

    Roohansama and Substanz like this
  2. One more thought came to my mind. With the executable file change your drivers could create an dedicated gpu profile, which cause your problems (one of the settings like some anti-aliasing method, which cod4 don't support at all or other features missing in cod4).

    Reinstall your drivers again, but remember to thoroughly purge current drivers by using 3rd party software like DDU and then install some previous version.

  3. 1. Try to load cod4 with another profile. Maybe something has changed in your config.

    2. 17.8 patch modified iw3mp.exe itself. Maybe there is an problem. Check if your iw3mp has been modified. If yes, then try to replace it with original one

    https://www.dropbox.com/s/8pfsryw1xx4gbz9/iw3mp.exe?dl=1

    3. If you have steam version, don't launch the game through steam. This causes problems with fps.

     

    I have no more ideas atm.

     

    @edit

    Removing %localappdata%/cod4 isn't enough to delete cod4x. download cod4x from site, extract it to cod4 dir and run uninstall.bat.

    Scrappydoo likes this
  4. I'm not sure I understand your explanation. You created a program that multiplies the number "i" by consecutive natural numbers from 0 to b.

    When I type for variables i=2, b=10 I'm getting: 2*0=0,2*1=2, ... , 2*10=20. What we wanna do is to multiply 2 by successive numbers, omitting 2 multiples every time, so we get: 2*0=0, 2*3=6, 2*6=12, ... , 2*b.

     

     

    #include<iostream>
    using namespace std;
    main()
    {
    int b;
    cin >> b;
    for (int a=0; a <= b; a+=3)
    {
    cout << 2 << "*" << a << "=" << 2*a << endl;
    }
    return 0;
    }

     

     

    Roohansama and Substanz like this
  5. 1. It's enabled by default: z2p625X.png?1

     

    It's not working for you, because your config and profile in cod4 directory is no longer usefull. Cod4x18 write/read profiles in new location "%localappdata%/CallofDuty4MW" (here you find your actual config to modify). Also dunno why don't you just change dynent_active in game. Simply open the console(~) and type dynent_active 1.

     

    2. Not all objects will move, only these models with "dyn_model" classname, so only small models on the ground.


    mp_backlot movable models example:

    J1NHuvm.png

    dR2WYMs.png


     

    If you don't know what this command changes:


  6. very creative, what did you use to make the changes ? translate application ?

    I downloaded every version of cod4 and I took files contains language files.

     

    Decided to install english(mostly for overviews), but had some problems. Right after launching and opening main menu it was an error "Couldn't load image waypoint_bomb". I opened your bat file and decided to type "en", not "english" as before and after that everything installed and worked correctly.

    Thanks for the report. I was shuffling all files to find errors but I didn't find any. Can you try to repeat all steps and tell me result? There is no difference between typing en, eng, English etc.
    Nomad likes this
  7. Hello everyone

    I created a simple tool, which changes cod4 language. The Pack contains: english, french, german(unavailable atm), italian, polish, russian, spanish and chinese.

     

    Full version (~443MB)  -  Patch the entire multiplayer  -  https://www.dropbox.com/s/0gv8e1cvbx9fqy7/LanguagePack.zip?dl=1

    Lite version (~8MB)  -  Patch almost everything (more details in spoiler)  -  https://www.dropbox.com/s/th5fpqu4p5bpuxl/LanguagePack%20%28Lite%29.zip?dl=1

     

    How to use it?:

    1. Extract LanguagePack folder to CoD4 root directory
    2. Launch install.bat  (inside LanguagePack)
    3. Type language you want to change
    4. Done

    You can change the language infinitely many times.

    If you want to restore your original files simple launch uninstall.bat

     

    I will create better installer in the future. I don't have time to do it at the moment :/

    Anyway, enjoy

     

     

    All files comes from original source. They are not modified.

     

    Details about missing text in Lite version

     

     

    VERSION             "1"
    CONFIG              "C:\trees\cod3\cod3\bin\StringEd.cfg"
    FILENOTES           ""
     
    REFERENCE           NOSPECTATORVOICECHAT
    LANG_ENGLISH        "Can't voice chat as a spectator."
     
    REFERENCE           SPECTATOR
    LANG_ENGLISH        "SPECTATOR"
     
    REFERENCE           COMPLAINTFILED
    LANG_ENGLISH        "Your complaint has been filed"
     
    REFERENCE           COMPLAINTDISMISSED
    LANG_ENGLISH        "Complaint dismissed"
     
    REFERENCE           COMPLAINTSERVERHOST
    LANG_ENGLISH        "Server Host cannot be complained against"
     
    REFERENCE           SERVERHOSTTEAMKILLED
    LANG_ENGLISH        "You were team-killed by the Server Host"
     
    REFERENCE           COMPLAINTTEAMKILLFILE
    LANG_ENGLISH        "File complaint against &&1 for team-killing?"
     
    REFERENCE           PRESSYESNO
    LANG_ENGLISH        "Press '&&1' for YES, or '&&2' for No"
     
    REFERENCE           VOTE
    LANG_ENGLISH        "VOTE"
     
    REFERENCE           YES
    LANG_ENGLISH        "YES"
     
    REFERENCE           NO
    LANG_ENGLISH        "NO"
     
    REFERENCE           FOLLOWING
    LANG_ENGLISH        "SPECTATING"
     
    REFERENCE           YOUKILLED
    LANG_ENGLISH        "You killed &&1"
     
    REFERENCE           TEAMMATE
    LANG_ENGLISH        "TEAMMATE"
     
    REFERENCE           UNKNOWN
    LANG_ENGLISH        "unknown"
     
    REFERENCE           MISSIONOBJECTIVES
    LANG_ENGLISH        "MISSION OBJECTIVES"
     
    REFERENCE           PAUSED
    LANG_ENGLISH        "Paused"
     
    REFERENCE           PLAYERRENAMES
    LANG_ENGLISH        "renamed to"
     
    REFERENCE           CONNECTIONINTERUPTED
    LANG_ENGLISH        "Connection Interrupted"
     
    REFERENCE           SB_PLAYER
    LANG_ENGLISH        "&&1"
     
    REFERENCE           SB_PLAYERS
    LANG_ENGLISH        "&&1"
     
    REFERENCE           SPECTATORS
    LANG_ENGLISH        "Spectators"
     
    REFERENCE           SB_SCORE
    LANG_ENGLISH        "Score"
     
    REFERENCE           SB_DEATHS
    LANG_ENGLISH        "Deaths"
     
    REFERENCE           SB_PING
    LANG_ENGLISH        "Ping"
     
    REFERENCE           FOR
    LANG_ENGLISH        "for"
     
    REFERENCE           DIED
    LANG_ENGLISH        "died"
     
    REFERENCE           MELEE
    LANG_ENGLISH        "melee"
     
    REFERENCE           SUICIDE
    LANG_ENGLISH        "suicide"
     
    REFERENCE           FALLING
    LANG_ENGLISH        "falling"
     
    REFERENCE           CRUSH
    LANG_ENGLISH        "crush"
     
    REFERENCE           DROWN
    LANG_ENGLISH        "drown"
     
    REFERENCE           SLIME
    LANG_ENGLISH        "slime"
     
    REFERENCE           WAITINGFORSERVERLOAD
    LANG_ENGLISH        "Waiting for server to load new map"
     
    REFERENCE           HEAD_SHOT
    LANG_ENGLISH        "head shot"
     
    REFERENCE           PRONE_BLOCKED
    LANG_ENGLISH        "Prone Blocked"
     
    REFERENCE           PRONE_BLOCKED_WEAPON
    LANG_ENGLISH        "Can't Go Prone With This Weapon"
     
    REFERENCE           HEALTH
    LANG_ENGLISH        "Health"
     
    REFERENCE           LISTENSERVER
    LANG_ENGLISH        "Listen Server"
     
    REFERENCE           THIS_WEAPON_HAS_NO_ALTERNATE
    LANG_ENGLISH        "This weapon has no alternate mode to switch to."
     
    REFERENCE           YOUWEREKILLED
    LANG_ENGLISH        "Killed by &&1"
     
    REFERENCE           NOW_SAVING
    LANG_ENGLISH        "Saving..."
     
    REFERENCE           CONTINUE_SAVING
    LANG_ENGLISH        "Save and Quit"
     
    REFERENCE           SAVE_WARNING
    LANG_ENGLISH        "If you save now, you will lose any progress \nsince your last checkpoint. \n\nContinue saving?"
     
    REFERENCE           RESTART_WARNING
    LANG_ENGLISH        "If you restart now, you will lose \nany progress that you have made \nin this mission\n\nContinue restart?"
     
    REFERENCE           SAVE_VICTORY
    LANG_ENGLISH        "Would you like to save your game progress?"
     
    REFERENCE           SB_KILLS
    LANG_ENGLISH        "Kills"
     
    REFERENCE           SB_ASSISTS
    LANG_ENGLISH        "Assists"
     
    REFERENCE           OBJECTIVE_BELOW
    LANG_ENGLISH        "Objective Below"
     
    REFERENCE           OBJECTIVE_ABOVE
    LANG_ENGLISH        "Objective Above"
     
    ENDMARKER

     

     

  8. Don't use this this tutorial. It shows how to erase full drive. C5 error shows one sector on your hdd is unstable (not broken) and require remapping. If your hdd is new, it should decide whether is it real bad sector and it will fix it automatically. Look at smart regularly to check for new ones and it will be fine.

    Roohansama likes this
  9. I have not had this .exe version issue. My game is fine. Please could someone explain the risk mentioned in other games? Thankyou.

     

    Your game may not have been updated, that's why your version is fine, but after reinstall it will download "broken" file. Activision after a month changed execuable version to official 1.8, but it still breaks everything, because you can't enter any 1.7/x1.8 server. Retail versions are still 1.7. Also it resets stats from old profile folder, which 1.7 uses (not a big deal since x1.8 saves it in %localappdata%). Some screenshots from Steam Version (yes, I broke cod :D):

     

     

    VzODGUq.jpg

    4lhYMQZ.jpg

    3Gk43N8.jpg

    ehaTalj.jpg

    MJok8j3.jpg

     

     

     

    About risk: Activision patched all CoD series, where this vulnerability occured. The exploit we are talking is called RCE (Remote Code Execution). This particular RCE was dangerous for host. Host has to receive the data of every other player. The hacker could easily send malicious packets to host PC by overflowing some buffers, so you could easily send any malware you wanted to. In cod4 this problem hardly ever existed, because you would have to run a listen server and a hacker would need to have rcon to do any damage. However in cod4 exist another RCE, which is also dangerous. Look how codx18 automatically installs on your pc without any permission. Hopefully x1.8 patch all known vulnerabilities. However I know another leaks in modern cods, which are still not patched. If you want more details I added threads about it. You can also search google for it.

    Doge and Runny like this
  10. Hello everyone

    In this tutorial I will show you how to download/fix Call of Duty 4 Steam Version. Most of you might not know, but in april Activision got the information about dangeruous RCE exploit existence in most modern CoDs, which allows to execute any code on your computer. However, the exploit does not even exist in cod4, but activision patched it anyway and in a rush they downgraded execuable file to 1.6(after official 1.8), which broke the game completely. More details at the end. Now, how to patch the patch :)

     

     

    Tutorial (Easy Fix):

    1. Install Call of Duty 4 on Steam. (Skip this step, if you have it installed)

    2. Download my iw3mp.exe from this link: https://www.dropbox.com/s/8pfsryw1xx4gbz9/iw3mp.exe?dl=1 (This file comes from original steam database before patch).

    3. Open your Steam folder and go to:



    steamapps -> common -> Call of Duty 4
    C:\Program Files (x86)\Steam\steamapps\common\Call of Duty 4


    4. Replace the old iw3mp with new one.

    5. Done

     

     

    Tutorial (Hard Fix, If you are uncertain with viruses):

    1. Install Call of Duty 4 on Steam. (Skip this step, if you have it installed)

    2. Run Steam Console (I will show 3 methods how to run it)

    a) Press Win+R and type:



    steam://nav/console


    KE66Zt6.png


    b) Open Web Browser and type:



    steam://nav/console


    in address.

    6segNsC.png


    c) Create Steam shortcut, Right Click -> Properties, and add "-console" parameter to the "Target" field.

    evqaXG7.png


    You should see new tab called "Console" on steam.

    wLWZmI5.png


    3. In the console type:



    download_depot 7940 7941 7169272952747671405


    Wait for Steam to download all content(823.84 MB). Don't restart your Client or you lose all progress! You won't see any progress bar, only complete message.

    GTWXaxQ.png


    4. After the download is done open your Steam folder and go to:



    steamapps -> content -> app_7940 -> depot_7941
    C:\Program Files (x86)\Steam\steamapps\app_7940\depot_7941


    QAReJAR.png


    5. You will find some cod4 files, but the only thing you want is iw3mp.exe.

    6. Copy the file to:



    steamapps\common\Call of Duty 4


    and replace old one.

    7. Done. You can delete whole "content" folder, you won't need it anymore.

     

    Hope I helped you to enjoy CoD4 again.

     



  11. Update: (15.09.2018)

     

     

    1# - Multi-Language System
      1.1# - Added spanish language
      1.2# - Added finnish language
      1.3# - Added croatian language
      1.4# - Added dutch language
      1.5# - Added urdu language
      1.6# - Added Language Menu to switch between languages(at start and in settings)
    2# - Look changes in Voting System
    3# - Fixed critical error, which caused script loop on round starting
    4# - Fixed "Did you know" box showing tips while connecting, which wasn't working due cod4x18
    5# - Fixed HUD placing
    6# - Added Final Death Killcam

     

     

     

    +Update: (17.09.2018)

     

     

    1# - Multi-Language System
      1.1# - Added french language
      1.2# - Added italian language

     

     

    Dettie, FiNMikeZz and JillyJill like this
  12. Hello NoName

     

    Recently, I was working on the implementation of the multi-language system. After a great battle with IW Engine I managed mod to work with more languages.

    Now, I'm looking for volounteers, who would like to translate our deathrun to their language. Most of sentences are easy to translate. However, I found also some of them difficult to keep the meaning, but maybe it's just because of polish grammar :D

    If someone is interested I will send the file to him. I have 152 short lanes to translate, so it's not much I think. It can be any language you want.

    Any help is welcome :)

    Nomad, TheRauXx, JillyJill and 5 others like this
  13. Update: (09.09.2018)

     

     

    1# - UI Changes
      1.1# - Changed Main Menu
      1.2# - Added In-game Video Footage
      1.3# - Removed out of date Credits (official mappers)
      1.4# - Added Credits for translators
      1.5# - Changed Credits displaying
      1.6# - Added separate credits for anyone, who has ever helped me improve our deathrun (Help->Support)
      1.7# - Fixed vip menu(b5), which didn't appear after pressing
      1.8# - Main Menu contains the list of actual NoName Staff (Rookies -> Leaders)
      1.9# - Fixed menu paths (ESC, Back buttons)
      1.10# - Redesigned all Pregame menus to nN Style
    2# - Music Changes
      2.1# - Changed Music in Main Menu
      2.2# - Added $music command (rookie and higher) to change music on a map
      2.3# - Added music for every nonmusic map
    3# - Added Multi-Language Support (english,polish)
      4# - Added $language [YY] command to force a language you want (by default it choose country from your IP is)
    6# - Animated Sprays can't be placed on moving objects
    7# - Dark screen disappear after triggering FreeRun
    8# - Added improved version of server list
    9# - Fixed Time Trigger locations

     

     

    Substanz and JillyJill like this
×
×
  • Create New...