Men of War: Assault Squad 2

Men of War: Assault Squad 2

CheatsMod - 4.96
Blue22111 27 Jan, 2015 @ 10:38pm
How to change cheat spawns (A Guide made by me).
This guide will explain from start to finish how to change what you can spawn using cheatsmod (I'll edit this guide if I learn how to add a completely new spawn instead of changing an existing one). In this guide we will be replacing the russian bazooker with a russian AT rifle.

Step 1. go to C:\Program Files (x86)\Steam\steamapps\common\Men of War Assault Squad 2\mods\cheatsmod\resource\map\cheatsmod (If you installed to the default place).

Step 2. Either open the "winter", "urban", or the "desert" folder depending on what unit you are changing (I personally will be opening "Urban" for this guide.)

Step 3. Open the MOWAS2 editor.

Step 4. In the editor select the unit you want to have be the new spawn unit (I chose the Soviet Anti-tank solder).

Step 5. Place the unit anywhere in the blank map in the editor.

Step 6. save the map naming it what you choose (I named mine Russian_AT_Test)

Step 7. Go to C:\Program Files (x86)\Steam\steamapps\common\Men of War Assault Squad 2\resource\map

Step 8. Open the folder that has the same name as what you named your map.

Step 9. Open the "Map" file using your favorite text editor (I used notepad ++). Make shure you open the one named "Map" and not "Map.net" or "Map.ply"

Step 10. If you have been folowing along with the guide you will have this (Or close to this if you placed your unit in a slightly diffrent spot or used a diffrent unit entirly)

{map
{Land
{Position 0 0}
}
{Clips
{"[auto]"
{world -128 -128 128 128}
{camera -128 -128 128 128}
{pather -128 -128 128 128}
{distance 200 850}
{viewAngle 20 50}
}
}
{Human "mp/rus/at_rifle" 0x1
{Position -53.14 53.46}
{Player 0}
{MID 10001}
{NameId 80 0}
{FsmState "stand"}
}
{Inventory 0x1
{box
{clear}
{item "ptrs" filled {cell 0 0}{user "hand_right"}}
{item "ppsh" filled {cell 0 2}}
{item "pistol" "ammo" 100 {cell 4 2}}
{item "pistol" "ammo" 100 {cell 4 3}}
{item "pistol" "ammo" 100 {cell 0 4}}
{item "pistol" "ammo" 100 {cell 2 4}}
{item "pistol" "ammo" 100 {cell 4 4}}
{item "bandage" 3 {cell 0 5}}
{item "rpg40" "grenade" {cell 2 5}}
{item "ptr" "ammo" 5 {cell 4 5}}
{item "ptr" "ammo" 5 {cell 0 6}}
{item "ptr" "ammo" 5 {cell 2 6}}
{item "ptr" "ammo" 5 {cell 4 6}}
{item "ptr" "ammo" 5 {cell 0 7}}
{item "helmet1_rus" {cell 2 7}{user "head"}}
}
}
}.

Step 11. now using the script in the file we know 2 important things. What the unit is (it is Human "mp/rus/at_rifle") and what is in it's inventory (the AT rifle, a SMG, some ammo for both, a grenaide, and a helmet).

Step 12. Now we go into C:\Program Files (x86)\Steam\steamapps\common\Men of War Assault Squad 2\mods\cheatsmod\resource\map\cheatsmod\urban\rus.mi.

Step 13. The file will be intimidating to those who don't know how it works (and to those who DO know how it works) so just search for "Bazooker".

Step 14. Now that we have the bazooker we need to change where it says "{Human "mp/rus/bazooker" 0xd800" into "{Human "mp/rus/at_rifle" 0xd800". WARNING Do not change the 0xd800 into anything else or the unit will spawn with either the wrong equipment or none at all.

Step 15. Search the file for "0xd800" and keep going down the search resaults untill you reach "{Inventory 0xd800".

Step 16. now that we are here we have this.

{Inventory 0xd800
{box
{clear}
{item "bazooka" "weapon" filled {cell 0 0}}
{item "ppsh" filled {cell 0 2}}
{item "pistol" "ammo" 100 {cell 4 2}}
{item "pistol" "ammo" 100 {cell 4 3}}
{item "pistol" "ammo" 100 {cell 0 4}}
{item "pistol" "ammo" 100 {cell 2 4}}
{item "pistol" "ammo" 100 {cell 4 4}}
{item "bandage" 3 {cell 0 5}}
{item "rpg40" "grenade" {cell 2 5}}
{item "bazooka" "ammo" {cell 4 5}}
{item "bazooka" "ammo" {cell 0 6}}
{item "bazooka" "ammo" {cell 2 6}}
{item "bazooka" "ammo" {cell 4 6}}
{item "bazooka" "ammo" {cell 0 7}}
{item "bazooka" "ammo" {cell 2 7}}
{item "bazooka" "ammo" {cell 4 7}}
{item "fieldcap_rus" {cell 0 8}{user "head"}}
}
}

Step 17. Now we have to take the info from the map file we made earlyer and replace the items in the invintory of this unit with the invintory of the AT rifleman. Just copy
{box
{clear}
{item "ptrs" filled {cell 0 0}{user "hand_right"}}
{item "ppsh" filled {cell 0 2}}
{item "pistol" "ammo" 100 {cell 4 2}}
{item "pistol" "ammo" 100 {cell 4 3}}
{item "pistol" "ammo" 100 {cell 0 4}}
{item "pistol" "ammo" 100 {cell 2 4}}
{item "pistol" "ammo" 100 {cell 4 4}}
{item "bandage" 3 {cell 0 5}}
{item "rpg40" "grenade" {cell 2 5}}
{item "ptr" "ammo" 5 {cell 4 5}}
{item "ptr" "ammo" 5 {cell 0 6}}
{item "ptr" "ammo" 5 {cell 2 6}}
{item "ptr" "ammo" 5 {cell 4 6}}
{item "ptr" "ammo" 5 {cell 0 7}}
{item "helmet1_rus" {cell 2 7}{user "head"}}

and paste it into the same spot in the invintory of the unit in rus.mi.

This is what you should have once that is done

{Inventory 0xd800
{box
{clear}
{item "ptrs" filled {cell 0 0}{user "hand_right"}}
{item "ppsh" filled {cell 0 2}}
{item "pistol" "ammo" 100 {cell 4 2}}
{item "pistol" "ammo" 100 {cell 4 3}}
{item "pistol" "ammo" 100 {cell 0 4}}
{item "pistol" "ammo" 100 {cell 2 4}}
{item "pistol" "ammo" 100 {cell 4 4}}
{item "bandage" 3 {cell 0 5}}
{item "rpg40" "grenade" {cell 2 5}}
{item "ptr" "ammo" 5 {cell 4 5}}
{item "ptr" "ammo" 5 {cell 0 6}}
{item "ptr" "ammo" 5 {cell 2 6}}
{item "ptr" "ammo" 5 {cell 4 6}}
{item "ptr" "ammo" 5 {cell 0 7}}
{item "helmet1_rus" {cell 2 7}{user "head"}}
}
}

Step 18. Repeat step 13 through 17 untill your search for "Bazooker" comes up with nothing.

Step 19. Go into the game and spawn the "Bazooker" and you should have 2 guys with AT rifles instead of bazookas.

Step 20. Enjoy!

I will be making a video tutorial very soon about how to do this so if you don't understand what I am telling you to do just wait for the video (Should be done tomarrow or the next day)
< >
Showing 1-11 of 11 comments
WaitandSee 24 Mar, 2015 @ 10:19pm 
Are you still working on this? as your other pages have not been updated in a long time either, and I was hoping you could keep going and complete that video.
Blue22111 24 Mar, 2015 @ 10:34pm 
I am. I was busy with my Left 4 Dead 2, Total war rome 2, and total war attilla mods recently but I do intend to finish the video and finish that unit ID list.
WaitandSee 24 Mar, 2015 @ 10:45pm 
Thats good to know, as fumbling around with the text files is tiring, and with work and what not, I don't get much spare time to try and edit the cheatsmod.

Learning how to do so would save a heap of time.
Last edited by WaitandSee; 24 Mar, 2015 @ 10:47pm
Blue22111 24 Mar, 2015 @ 11:06pm 
Originally posted by Waitand$ee:
Thats good to know, as fumbling around with the text files is tiring, and with work and what not, I don't get much spare time to try and edit the cheatsmod.

Learning how to do so would save a heap of time.

Ok. I'll do the video as soon as I can.
WaitandSee 24 Mar, 2015 @ 11:20pm 
Thanks, that'd be helpful.
Blue22111 24 Mar, 2015 @ 11:40pm 
No problem.
Mr. FistofDanduff 17 Nov, 2015 @ 1:17am 
This right here, man. You deserve a gold!
Hey! Thank you so much! It was my first time editing the mod by using notepad, but then GEM is way more convenience.

But is there any way to do this with GEM Editor? I used to do this with GEM, but since the latest update of CheatsMod it seems hard to do this.
Blue22111 30 Jan, 2018 @ 11:31am 
Originally posted by dimasmaulanarachman:
Hey! Thank you so much! It was my first time editing the mod by using notepad, but then GEM is way more convenience.

But is there any way to do this with GEM Editor? I used to do this with GEM, but since the latest update of CheatsMod it seems hard to do this.

Honestly, I don't know.
dimasmaulanarachman 30 Jan, 2018 @ 12:43pm 
Originally posted by Blue22111:
Originally posted by dimasmaulanarachman:
Hey! Thank you so much! It was my first time editing the mod by using notepad, but then GEM is way more convenience.

But is there any way to do this with GEM Editor? I used to do this with GEM, but since the latest update of CheatsMod it seems hard to do this.

Honestly, I don't know.

Appreciate that, man! Thank you for responding to my question.

I hope Whitesnoop will answer. Have a nice day!
Spoderman 22 Mar, 2024 @ 2:59am 
Originally posted by Blue22111:
Originally posted by dimasmaulanarachman:
Hey! Thank you so much! It was my first time editing the mod by using notepad, but then GEM is way more convenience.

But is there any way to do this with GEM Editor? I used to do this with GEM, but since the latest update of CheatsMod it seems hard to do this.

Honestly, I don't know.


Anyway you can help me as well?
< >
Showing 1-11 of 11 comments
Per page: 1530 50