Thrynalia12

New Member
Jul 18, 2024
8
4
It's a shame that the game doesn't really have anything to do with power creep after you reduce the deployment cost of shortstacks. Any other monster you can deploy to defend your fortress cannot approach the damage potential of crossbow bolts that cleave through unlimited targets. With five of them you can get rid of most of a wave. I am occasionally producing 1 cost shortstacks and it's getting to the point where I expect they will instantly wipe out the whole wave on their first volley, if they all engage relatively close to the same time.

I'm hoping that if I find a way to max out the knockback resistance, orcs and oni will open up as a possibility. But that remains to be seen. I prefer the orcs and oni aesthetically to the goblins, but range combat is just so much more of a guarantee.
Also there has to be faster ways to destroy irrelevant and unnecessary monsters and slaves. Drag dropping one at a time into menus or clicking trash cans repeatedly is very slow. It's almost at the point where you may as well just never nurse the majority of your babies, which isn't really the point of a breeding based management game.

It would rule if a game like this could be paired up with a real time strategy game. Controlling the creatures you breed in raids would be an awesome gameplay loop.
 
Jan 6, 2018
181
272
Have you got a link to the guide ?
The problem with making an actual guide is that most people messing with files will cause issues with the game. We don't have one partially because of that.

I've posted help for certain things, but . . . writing scripts without some small knowledge of programming (and C#/Unity) is a bit of a headache.

Modifying the 'mostly' plain text files is very easy in comparison. For example:


C:
    {
        "Id": "BurrowOrc",  //ID of the location internally
        "Name": "#BurrowOrc",  //Summons up the data in the localization file for BurrowOrc
        
        "Figure": "MapOrc", //Figure on map
        "Type": "Burrow",  //Location type for raiding Village or Burrow
        
        "Position": [6, 1],  //Position of Burrow/Village, try not to overlap
        
        "ArmamentLevel": "Middle",  //This is the symbol giving a hint at difficulty
        "ArmamentMinDamage": [55, 80], //Min number inclusive for health damage to raiders
        "ArmamentMaxDamage": [100, 125], //Max number inclusive for health damage to raiders
        
        "Member": [  //Data
            {
                "CharacterId": "Orc_Burrow", //Character ID of the .character file used in unit creation
                "Count": [15],  //Mostly arbitrary number of rarity
            },
        ],
        "Plunder": [  //Plunder data
            {
                "Name": "#Plunder",  //Summons up the localization data correlating to Plunder
                "Text": "#PlunderText", //Summons up the localization data correlating to PlunderText
                
                "PartyCount": [1],  //Number of parties you can send simultaneously
                
                "Aggro": [-25],  //Resulting Aggro Increase/Decrease for completing a raid
                "Slave": [1, 3],  //Number of Slaves, inclusive, you can get back before modifiers
                "Time": [200],  //Time it takes for completion of a raid.

            },
        ],

    },
Is found in the ProjectR_Data/Streaming_Assets/map/mapobject/mapobject.mapobject file, near the end. Modifying the character file associated Orc_Burrow.character file (or creating a new one with a CharacterID like Orc_BurrowB) found in the Streaming_Assets/character/orc/ folder can make the base orcs impregnating a unit better. Or worse, depending on their stats.

You could also copy this, modify the location as well, and add a different CharacterID, and presto you have a new location on the map. The villages are very similar, but I hope you can tell the differences and modify accordingly.

If you don't follow and have every single bracket, curly brace, and other mark in the right place; the game will fail to load properly. If you misspell any "QuotedWord", you'll fail to load properly.

You can also make player characters spawn, and other things, but. . . I'm not in the mindset to go further in.


BTW, where are the save files?
AppData/LocalLow/TeamApplePie/ProjectR/Save
 

Tsygan_m249

New Member
Sep 12, 2022
8
17
Русская локализация
Перевод версии 0.5.0.1 так же работает в версии игры 0.5.0.3
В версии 0.5.0.3 не было не каких изменений локализации
--------------------------------------------------------------------------
Russian localization
The translation for version 0.5.0.1 also works in version 0.5.0.3
There were no changes in localization in version 0.5.0.3

https://f95zone.to/threads/projectr-v0-5-0-3-team-apple-pie.181803/post-15718565
 
  • Like
Reactions: drewmal and flannan

TigrisRex

Newbie
Sep 5, 2020
47
50
MBM is on Steam? Can someone comfirm, can´t right now.

It's been a while!
We have been given the opportunity to release our first game, Monster Black Market, on Steam, and are currently preparing for it.
As working on the Steam version may take longer than expected, the next update for our ongoing project Project R will likely be delayed.
We apologize for any inconvenience this may cause, and we will do our best to get back to our existing projects as soon as possible. Thank you for your understanding.

google translate from today on their Ci-en
 

flannan

Engaged Member
Dec 15, 2022
2,734
2,755

It's been a while!
We have been given the opportunity to release our first game, Monster Black Market, on Steam, and are currently preparing for it.
As working on the Steam version may take longer than expected, the next update for our ongoing project Project R will likely be delayed.
We apologize for any inconvenience this may cause, and we will do our best to get back to our existing projects as soon as possible. Thank you for your understanding.

google translate from today on their Ci-en
I am going to assume this is an april fools' joke.
 
Jan 6, 2018
181
272
I am going to assume this is an april fools' joke.
They partnered up with 072 project for releasing it, so 072 project and them then releasing it on Steam makes sense. Besides, it was posted on the 4th, not the 1st.

Sorry, reality has happened, as most of us are feeling these days.
 
  • Like
Reactions: flannan
Oct 2, 2022
358
287
Personally I'm a bit grumpy that development of ProjectR will be delayed in the meantime, but a steam release will probably ease (not fix) any potential budget issues. So despite the inconvenience, this'll probably help in the long run. As a bonus, both MBM and subsequently ProjectR, will garner more attention. Which is mostly helpful.
 
  • Like
Reactions: flannan

flannan

Engaged Member
Dec 15, 2022
2,734
2,755
Personally I'm a bit grumpy that development of ProjectR will be delayed in the meantime, but a steam release will probably ease (not fix) any potential budget issues. So despite the inconvenience, this'll probably help in the long run. As a bonus, both MBM and subsequently ProjectR, will garner more attention. Which is mostly helpful.
I am mostly worried about anti-loli stance of places such as Steam.
 

Cleverbird

New Member
Apr 4, 2025
2
0
Super dumb question, but how do I retrieve slaves? I sent my parties on raids, the game shows that I got a few slaves, but they dont appear in my inventory or anywhere? I've done two raids on the first two villages, both successful, but havent gained a single slave. Not sure what I'm meant to be doing.
 

Stil996

Conversation Conqueror
Jr. Uploader
Jan 11, 2018
7,336
6,979
Super dumb question, but how do I retrieve slaves? I sent my parties on raids, the game shows that I got a few slaves, but they dont appear in my inventory or anywhere? I've done two raids on the first two villages, both successful, but havent gained a single slave. Not sure what I'm meant to be doing.
  1. Hit the "Battle" button in the bottom right of your screen when it has a green exclamation mark "!"
  2. Look for the figures that have the same green exclamation mark "!"... click them
  3. Click the crossed swords that appear (with another green exclamation mark "!")
  4. Cake!!!... collect your new slaves by either right clicking them or dragging & dropping them to the edge of the screen
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

InfinityKiyen

New Member
Mar 31, 2019
10
10

It's been a while!
We have been given the opportunity to release our first game, Monster Black Market, on Steam, and are currently preparing for it.
As working on the Steam version may take longer than expected, the next update for our ongoing project Project R will likely be delayed.
We apologize for any inconvenience this may cause, and we will do our best to get back to our existing projects as soon as possible. Thank you for your understanding.

google translate from today on their Ci-en
Honestly what surprise me more is steam letting this happen. Hope there's no censorship. Since the weird problem with steam is suddenly their mods can be EXTREMELY biased on animated game related to abuse.

Which we all know this is a slave trade game lol

So finger cross for none of those dumb thing to happen when they already have games about selling drugs like Schedule a very great game.
 
  • Like
Reactions: flannan

flannan

Engaged Member
Dec 15, 2022
2,734
2,755
Honestly what surprise me more is steam letting this happen. Hope there's no censorship. Since the weird problem with steam is suddenly their mods can be EXTREMELY biased on animated game related to abuse.

Which we all know this is a slave trade game lol

So finger cross for none of those dumb thing to happen when they already have games about selling drugs like Schedule a very great game.
"Biased" is when games like "Dismantling workshop of Bio-girl" are allowed, but a game like MBM might not be.
 
Oct 2, 2022
358
287
I am mostly worried about anti-loli stance of places such as Steam.
They might take the ProjectR approach and just have slaves give birth to full grown slaves, but I'm not sure how much of a problem sheep or rabbits might be. They did mention needing to make some adjustments, so they might take the Tits mod approach, and make them scale with the other species' heights. No idea how they'll handle Noel though.
 
  • Like
Reactions: flannan
4.30 star(s) 34 Votes