Ren'Py Blades and Beasts [v0.2] [ninagamesiti]

1.00 star(s) 1 Vote

chrohatu

New Member
Oct 9, 2020
1
1
Can't save. Item limits make even the level 1 enemies basically unbeatable please remove them. suggest making the level 1 enemies only 1 wave or you get xp/drops from each wave/enemy so you can actually level up somehow. art looks nice for ai but the game needs serious tuning.
 
  • Like
Reactions: fappenings

BobZilla84

Member
Jul 18, 2024
189
140
Honestly i loved the original version of this game so im going to give it a chance even if we are forced to play as Homelander oh i mean Kain sorry i get those two mixed up.lol
All jokes aside i really did love the original game and want to love this new one too but tbh im concerned atm.There are a lot of issues already and this is only the second update.Thats not a good sign of things to come imo.
 
Last edited:

kobolet

Newbie
Sep 20, 2017
55
17
just an awesome redesign. there are no words to describe this piece of flaw to convey all my indignation at how everything has changed. I'm on the contrary, this battle scheme where you have a random chance for opponents in a pack, with a random chance to find a camp, because of which resource management goes to hell. despite the fact that there are onlyy fucking 3 HP and MP each. and the opponents are just wow, 3 assholes who have an awesome chance to dodge and crit, and how they love to focus on the wounded at the beginning of the battle mmm a fairy tale and at the same time you can't prepare for the next wave, you are automatically thrown into it (decided to prepare on the previous wave with 1 opponent on the last hit. a pack of 3 of the most powerful assholes, crit from a mob or / and dodge, ran out of resources, a sudden camp sends greetings). wanted to level up to advance on the "quest"? fuck you, the leveling up is cut out, and the gear from the lootbox for the followers can only be obtained, it seems, because the developer didn't want to add a fig to the gear store right away
 
  • Like
Reactions: CapZod
Apr 26, 2018
89
129
Cheats I made. You need to use unren and enable console commands (Control + O).

Cheat 1. Press Enter when you see [enter] in the code below

Code:
def heal(): [enter]
player._mp = 1000 [enter]
player._hp = 1000 [enter]
witch._mp = 1000 [enter]
witch._hp = 1000 [enter]
[enter]
Then, whenever you need to heal, open the console and either type
Code:
heal()
or press the up arrow until you see
Code:
heal()
and press enter

Cheat 2. Press Enter when you see [enter] in the code below

Code:
for i in range(50): [enter]
player.level_up() [enter]
witch.level_up() [enter]
[enter]
This will level up both you and the witch 50 times. That should be sufficient to clear all the existing dungeons.
 

BobZilla84

Member
Jul 18, 2024
189
140
Cheats I made. You need to use unren and enable console commands (Control + O).

Cheat 1. Press Enter when you see [enter] in the code below

Code:
def heal(): [enter]
player._mp = 1000 [enter]
player._hp = 1000 [enter]
witch._mp = 1000 [enter]
witch._hp = 1000 [enter]
[enter]
Then, whenever you need to heal, open the console and either type
Code:
heal()
or press the up arrow until you see
Code:
heal()
and press enter

Cheat 2. Press Enter when you see [enter] in the code below

Code:
for i in range(50): [enter]
player.level_up() [enter]
witch.level_up() [enter]
[enter]
This will level up both you and the witch 50 times. That should be sufficient to clear all the existing dungeons.
Its bad when you have to resort to this to make any progress in a game.
 
Mar 8, 2020
175
144
As long as 0.3 is morelike the original game ill be ok the new one was a mess.
Main problem is just how badly balanced the combat is without leveling. There's nothing inherently wrong with fighting 2v3 when you have a character with an AoE ability. The problem is you only have 3 HP potions, camps being RNG (though this might not be true, I've noticed a pattern), enemies getting immediate attacks upon encounter, and having completely imbalanced stats.
 

BobZilla84

Member
Jul 18, 2024
189
140
Main problem is just how badly balanced the combat is without leveling. There's nothing inherently wrong with fighting 2v3 when you have a character with an AoE ability. The problem is you only have 3 HP potions, camps being RNG (though this might not be true, I've noticed a pattern), enemies getting immediate attacks upon encounter, and having completely imbalanced stats.
I like that the Dev decided to focus more on Gameplay but it seem needlessly more complex than it needs to bein my opinion.
 
  • Like
Reactions: Bowlcutcultmember
1.00 star(s) 1 Vote