Men of War: Assault Squad 2

Men of War: Assault Squad 2

#valour (# v a l o u r)
"Pi" Phassakorn 2021 年 2 月 9 日 上午 12:45
Make Breed
how to make Breed. i already make customize. ned help. thanks
< >
正在显示第 1 - 6 条,共 6 条留言
Normand  [开发者] 2021 年 2 月 9 日 上午 1:55 
1)create your own mod
2)copy existing breed from 'game.pak \ set \ breed \ mp' to the same folder into your mod
3)use notepad.exe to edit it.
最后由 Normand 编辑于; 2021 年 2 月 9 日 上午 2:08
"Pi" Phassakorn 2021 年 2 月 9 日 上午 6:44 
引用自 Normand
1)create your own mod
2)copy existing breed from 'game.pak \ set \ breed \ mp' to the same folder into your mod
3)use notepad.exe to edit it.
I Mean, i have skin from your mod. i fee like, i want to make my customization breed, but using your different skins and Weapon
Normand  [开发者] 2021 年 2 月 9 日 上午 6:49 
Same things

1)create your own mod
2)copy existing breed from 'game.pak \ set \ breed \ mp' to the same folder into your mod
3)use notepad.exe to edit it.

As example set \ breed \ mp \ ger \ admiral.set file has following content
{breed
{skin "ger-com"}
{portrait "admiral"}
{nationality ger}
{icon "officer"}
{icon_priority 6}
{armors
{head "cap_ger_off"}
}
{tags "officer"}
{perks
{"health" "250%"
}
{"health_regeneration" "100%"
}
{"stamina" "100%"
}
{"stamina_regeneration" "100%"
}
{"vision" "mp_officer"
}
{"speed" 1.0
}
{"field_glass"
}
{"tank" 1.0
}
{"vehicle" 1.0
}
{"cannon" 1.0
}

{"pistol" lvl_3
}
{"smg" lvl_3
}
{"mgun" lvl_3
}
{"rifle" lvl_3
}
{"rocketlauncher" lvl_3
}
{"melee" "lvl_3"
}
}
{veterancy
(include "veterancy_generic.inc")
("veterancy_1")
}
{inventory
{item "luger" filled}
{item "ammo 9x19" 40}
{item "smoke_paradrop_ammo_heavy grenade" 5}
{item "knife_ger"}
{item "binocular"}
{in_hands 0}
}
}
最后由 Normand 编辑于; 2021 年 2 月 9 日 上午 6:55
Normand  [开发者] 2021 年 2 月 9 日 上午 6:53 
You may change via notepad.exe in this file line for skin

Old text
New text
{skin "ger-com"}
{skin "ger-para-officer"}

or line for weapon

Old text
New text
{item "luger" filled}
{item "valter" filled}
最后由 Normand 编辑于; 2021 年 2 月 9 日 上午 7:00
"Pi" Phassakorn 2021 年 2 月 9 日 上午 7:03 
we can change our name of that troops too?
Normand  [开发者] 2021 年 2 月 9 日 上午 7:06 
Yeah.
In case of renaming file
set \ breed \ mp \ ger \ admiral.set
onto
set \ breed \ mp \ ger \ my_admiral.set
you will get new infantry in the GEM editor.
最后由 Normand 编辑于; 2021 年 2 月 9 日 上午 7:11
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50