Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
At the end, I only hire goon whom have 7/9 stars skill.
But you still need 2 more guys to do some jobs, like Arcade, Super Fly, BB Bank...
So, even it could be good to have 8 goons capactity, 4 to begin with, and 4 hi-class robbers.
Any chance you want to share that information? I would love a team of 6..
Sure! I dont know why i didn't share it before xD , I dont remember exactly but, here what i know:
1. Backup all the file that you are going to modify.
2. Follow this path "Steam\steamapps\common\The Masterplan\assets\definitions" (or anything that lead to the game file.)
3. I am almost certainly sure that you need to modify the "CarEntityDefinitions.hx"
4. Open that file with any text editor.
5. Use the texte Search (or search trought the whole text) for
{
c: InventoryComponent,
d: {
dropItemsToOriginalPosition: true,
maxSize: 4,
}
6. Now, my game is already modded so i cant remember if it was 4, but it should be 4 , for you.
7. Modify the "maxSize" to the number of goon you want !
NOTE: there is TWO Code line that are exactly the same :
{
c: InventoryComponent,
d: {
dropItemsToOriginalPosition: true,
maxSize: 4,
}
I suggest you modify both of them. (alway in the same "CarEntityDefinitions.hx" text files.)
Note 2: I strongly suggest you use "Text Search" from the text editor, it will bring you to every 4 (because 4 is the maximum default number of goon you are able to take with you) value (or any value you ask it) immediately and save you a lot of time.
I really hope this help and tell me if it work :) Have fun.