3.80 star(s) 43 Votes
Oct 8, 2019
206
411
That's all? I thought they were codes for having infinite ammo, full weapons or full life. Apart from running around and kicking, it's hard, at some point I end up losing :eek:. In short, it's not going to help me much but thank you anyway for your answer. (y)
There's no 'super cheaty' codes for even that sort of stuff. There are codes to double ammo drop amount, slightly more item drops overall and headshot crit chance for the pistol.

You need to download cheatengine and use the current table posted some pages back if you want invincibility and the like.

Edit: This post specifically. Credit and thanks to member Broshir.

Cheat table 0.8.194-Fixed-Updated
 
Last edited:

master_of_panty

New Member
Nov 6, 2017
1
9


Hello everyone!
Once again, this time has come… A new release is almost upon us and here we’ll tell you some of the features added to it and also the release date.

+New+ Jump system 2.0
The Jump system got reworked from the ground up. It works basically the same as before for the player, but it’s easier to work with in the editor. No more adding NavLinks (the stuff necessary to make the AI to react to them) manually over the levels, they’re now procedurally generated.
This has been the main focus for this release; reworking this system along with adding the new jump types. Now you have 3 more jump types you can test on in the new Mission 11.
This also added the new jump types for the enemies as well (and this part is the one that required the most time for this release to be completed along with having to make new animations).
And we noticed that, sometimes, randomly, some enemy will get stuck in a jump… The thing is that the code for the jump is always the same, and the collisions for the enemy with any wall, floor, etc. gets deactivated so there’s no logical reason for them to get stuck. I don’t want to blame unreal on this because it’s more than probable that we missed something when coding the jumps for them. Anyway, they’re still killable so, if you find any stuck enemy, feel free to get that kill :p
This will require some iterations and hopefully for the next version it will be totally fixed.

+New+ WIP (temp?) jump camera
As part of the new Jump System, we also implemented a WIP camera for them. Nothing fancy, just to give it some more strength to the movement. We put the “temp?” part because we’re not sure you’re going to like it or prefer it the old way. So just let us know when you play it.

+New+ Interaction System totally revamped (3rd version/time ~ hopefully this one is the definitive)
Yeah, as you read it. It probably still needs some iteration, but so far so good. I noticed no problem at all at interacting with anything except sometimes receiving an attack/dodging it near an interaction, will remove the prompt in the screen for the interaction but still works if you press the button to do it.
Now, when there is more than one thing to interact with, the closest one gets priority, instead of the last one that entered the “interaction field”.
Also tested it with all the doors and they’re all working properly no matter the angle and also the door camera is working again (something that stopped working in the past for a not so clear reason XD).

+Fix+ Weapon upgrades aren't read when playing a different/newer version than the one where the upgrade was done
This one needed some strange workarounds, because the values were there saved, but somehow, they didn’t update for the weapons themselves, so we had to force that reload.
Also, we implemented some checks to avoid losing the upgrades when changing Rank Tier. I think we nailed it but it’s something really hard to test and we didn’t want to spend much more time on it, especially when the way this is working here in the Arena has nothing to do with the way it’ll work in the Game with the real save system in place.

+New+ Content for the Showcase Level: Designs
+New+ Content for the Showcase Level: Enemies

Yeah, some new sneak peaks have been added to the Showcase level. Nothing more to add, just wanted to make sure you noticed it XD.

The FAQ for Bioasshard Arena got its final update
As it sounds. Make sure you pay a read to it in case you missed anything. We think everything that could cause a doubt is answered in there.
And that’s all about this that we needed to remark, I think. Again, we mentioned this in the previous releases but just once more to be on the clear side XD:

We’re aiming to finish the Arena as soon as possible, that’s why we focused only on adding the necessary mechanics to call it done, before jumping to the Game. And that’s why there’s no new Sexttacks (or enemy types or new bosses, or put w/e you want in here that is not necessary for the Arena) added. Thanks for your understanding and be ready for the Game where there will be lots of those (Sexttacks, enemies, bosses, …).

With that said, here you can take a look at a reduced version of the Changelog:
  • +New+ Mission 11
  • +New+ 3 more jump types for Julia
  • +New+ 4 more jump types for enemies
  • +New+ Jump animations for the new jump types for Julia and the enemies
  • +New+ Key items can now have more than one use
  • +New+ 3 hair pubes styles (including a new fiber one) for Julia
  • +Change+ The physical attack to a stunned enemy command prompt has now priority over everything else, including dodging
  • +Change+ The POI icon for interactable stuff has got its behind the scene behavior (i.e., the code for it to work) reworked making it lighter and simpler
  • +Change+ Every interactable is now a 'child' of a Parent class containing all the shared code for them to be interacted
  • +Change+ The mission selector screen now allows scrolling through missions
  • +Change+ Tweaks have been made to Mission 1 in terms of enemy's behavior
  • +Fix+ Changing your tier level resets the weapon upgrades
  • +Fix+ There's a jump down in the "VR Level" (Mission 1 & 10) that can get Julia stuck out of bounds
  • +Fix+ Closed doors aren't showing their associated camera
  • +Fix+ Inflation keeps causing flickering on Julia's belly when it's not at full
  • +Fix+ Reading a document with a usable item equipped (does not happen with weapons) show both the item and the document in the hand
1697693451399.png
 

GifMeMore1987

Active Member
Sep 13, 2021
754
1,447
And that’s why there’s no new Sexttacks (or enemy types or new bosses, or put w/e you want in here that is not necessary for the Arena) added.
I guess you're all excited to hear that!

I have a question: is their plan to finish Arena with version 1.0 and then start working on the game itself releasing it the same way (0.1xx, 0.2xx, ...) up to the finished game version 1.0? Or are they aiming for a finished game version release after Arena 1.0 and maybe add extra stuff later? I'm guessing financially frequent updates would make more sense for them but it might be weird getting "game/Arena hybrids" or game versions that have less content than Arena.
 

odynson

Member
Oct 14, 2017
176
116


Hello everyone!
Once again, this time has come… A new release is almost upon us and here we’ll tell you some of the features added to it and also the release date.

+New+ Jump system 2.0
The Jump system got reworked from the ground up. It works basically the same as before for the player, but it’s easier to work with in the editor. No more adding NavLinks (the stuff necessary to make the AI to react to them) manually over the levels, they’re now procedurally generated.
This has been the main focus for this release; reworking this system along with adding the new jump types. Now you have 3 more jump types you can test on in the new Mission 11.
This also added the new jump types for the enemies as well (and this part is the one that required the most time for this release to be completed along with having to make new animations).
And we noticed that, sometimes, randomly, some enemy will get stuck in a jump… The thing is that the code for the jump is always the same, and the collisions for the enemy with any wall, floor, etc. gets deactivated so there’s no logical reason for them to get stuck. I don’t want to blame unreal on this because it’s more than probable that we missed something when coding the jumps for them. Anyway, they’re still killable so, if you find any stuck enemy, feel free to get that kill :p
This will require some iterations and hopefully for the next version it will be totally fixed.

+New+ WIP (temp?) jump camera
As part of the new Jump System, we also implemented a WIP camera for them. Nothing fancy, just to give it some more strength to the movement. We put the “temp?” part because we’re not sure you’re going to like it or prefer it the old way. So just let us know when you play it.

+New+ Interaction System totally revamped (3rd version/time ~ hopefully this one is the definitive)
Yeah, as you read it. It probably still needs some iteration, but so far so good. I noticed no problem at all at interacting with anything except sometimes receiving an attack/dodging it near an interaction, will remove the prompt in the screen for the interaction but still works if you press the button to do it.
Now, when there is more than one thing to interact with, the closest one gets priority, instead of the last one that entered the “interaction field”.
Also tested it with all the doors and they’re all working properly no matter the angle and also the door camera is working again (something that stopped working in the past for a not so clear reason XD).

+Fix+ Weapon upgrades aren't read when playing a different/newer version than the one where the upgrade was done
This one needed some strange workarounds, because the values were there saved, but somehow, they didn’t update for the weapons themselves, so we had to force that reload.
Also, we implemented some checks to avoid losing the upgrades when changing Rank Tier. I think we nailed it but it’s something really hard to test and we didn’t want to spend much more time on it, especially when the way this is working here in the Arena has nothing to do with the way it’ll work in the Game with the real save system in place.

+New+ Content for the Showcase Level: Designs
+New+ Content for the Showcase Level: Enemies

Yeah, some new sneak peaks have been added to the Showcase level. Nothing more to add, just wanted to make sure you noticed it XD.

The FAQ for Bioasshard Arena got its final update
As it sounds. Make sure you pay a read to it in case you missed anything. We think everything that could cause a doubt is answered in there.
And that’s all about this that we needed to remark, I think. Again, we mentioned this in the previous releases but just once more to be on the clear side XD:

We’re aiming to finish the Arena as soon as possible, that’s why we focused only on adding the necessary mechanics to call it done, before jumping to the Game. And that’s why there’s no new Sexttacks (or enemy types or new bosses, or put w/e you want in here that is not necessary for the Arena) added. Thanks for your understanding and be ready for the Game where there will be lots of those (Sexttacks, enemies, bosses, …).

With that said, here you can take a look at a reduced version of the Changelog:
  • +New+ Mission 11
  • +New+ 3 more jump types for Julia
  • +New+ 4 more jump types for enemies
  • +New+ Jump animations for the new jump types for Julia and the enemies
  • +New+ Key items can now have more than one use
  • +New+ 3 hair pubes styles (including a new fiber one) for Julia
  • +Change+ The physical attack to a stunned enemy command prompt has now priority over everything else, including dodging
  • +Change+ The POI icon for interactable stuff has got its behind the scene behavior (i.e., the code for it to work) reworked making it lighter and simpler
  • +Change+ Every interactable is now a 'child' of a Parent class containing all the shared code for them to be interacted
  • +Change+ The mission selector screen now allows scrolling through missions
  • +Change+ Tweaks have been made to Mission 1 in terms of enemy's behavior
  • +Fix+ Changing your tier level resets the weapon upgrades
  • +Fix+ There's a jump down in the "VR Level" (Mission 1 & 10) that can get Julia stuck out of bounds
  • +Fix+ Closed doors aren't showing their associated camera
  • +Fix+ Inflation keeps causing flickering on Julia's belly when it's not at full
  • +Fix+ Reading a document with a usable item equipped (does not happen with weapons) show both the item and the document in the hand
View attachment 3017255
Now we need new sex animations :D
 

DustyX

Member
Jun 16, 2017
240
260
I for one am excite to see that they've effectively finished the prototype/demo and are now set to commence with the main game itself.

They've spent this time getting the basics, this n thats down and so hopefully with that under their belt the development of the main game can proceed swimmingly. <fingers crossed>
 
3.80 star(s) 43 Votes