Update

Mann vs. Machine Update

1,077
350
35
4.13
19,177
1,359 (7%)
Mann vs. Machine Update

Frags to Riches achievement in Team Fortress 2

Frags to Riches

Earn all credit bonuses in an advanced difficulty mission.

Frags to Riches0
Hide ads

How to unlock the Frags to Riches achievement

  • COCO322COCO32259,649
    25 Apr 2023 25 Apr 2023
    0 0 0
    There's a very simple way of doing this achievement with a custom mission.


    1. Create population folder in your script folder under tf2 local files. In my case they are in: C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\scripts

    2. Create a text document in population folder. Paste script code pasted below this guide in the text file. Save as all files with a name "mvm_mannhattan_Achiev.pop" (Very important)

    3. Open TF2 and start a Mannhattan map. To do this, paste this in your console:
    map mvm_decoy; hostname "boost"; sv_lan 1; sv_cheats 0; maxplayers 32; tf_mvm_min_players_to_start 1;
    4. Start your custom mission with a console command:
    tf_mvm_popfile "achiev"
    5. Start the mission, kill the only bot that spawns and you will get this achievement.

    As a bonus, with this script it is possible to do:
    > Frags to Riches (Following the same instructions)
    > Get Off My Lawn (Following the same instructions)
    > T-1000000 (with the same instructions with each mission wave completion you will collect 30000 credits (maximum possible) after doing that open console and paste the same script loading command from step 4. This will reload wave which you can then complete. Repeat the proccess 1'000'000 / 30'000 = 34 times to get this achievement.


    Put in mvm_mannhattan_Achiev.pop file:

    #base robot_standard.pop

    WaveSchedule
    {
    StartingCurrency 30000
    RespawnWaveTime 1
    CanBotsAttackWhileInSpawnRoom no
    Advanced 1

    Wave
    {
    StartWaveOutput
    {
    Target wave_start_relay
    Action Trigger
    }

    DoneOutput
    {
    Target wave_finished_relay
    Action trigger
    }

    WaveSpawn
    {
    Where spawnbot
    TotalCount 1
    MaxActive 1
    SpawnCount 1
    WaitBeforeStarting 0
    WaitBetweenSpawns 0
    TotalCurrency 30000

    TFBot
    {
    Class Scout
    Skill Normal
    Health 1
    WeaponRestrictions MeleeOnly
    MaxVisionRange 1
    }
    }
    }
    }
  • Have you got any tips or tricks to unlock this achievement?
    Add a guide to share them with the community.

    Sign in and add a guide
Do you have a question about this achievement? Please post it in the Team Fortress 2 Forum