View attachment 2548302
Overview:
This is a mod that fixes various bugs from the original game and adds new content. That is, new animations, changes in character designs, redesigning levels, adding new mechanics and much more. The mod was created without the participation of the developers of the original game. Therefore, the storyline and new features may differ from those planned from the original game forum.
Updated: 2024.01.27
Game/Creator:You must be registered to see the links
Modder: RedEye Samurai
Mod Version: 3.0
Game Version: 7.8
Language: English
Links:You must be registered to see the links
Genre:
You don't have permission to view the spoiler content. Log in or register now.
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Helpers:
You don't have permission to view the spoiler content. Log in or register now.
Change-Log:
You don't have permission to view the spoiler content. Log in or register now.
Game File
You don't have permission to view the spoiler content. Log in or register now.
Other Stuff
You don't have permission to view the spoiler content. Log in or register now.
(Screenshots)
View attachment 2163703 View attachment 2163704 View attachment 2163705 View attachment 2163706 View attachment 2163707 View attachment 2163726 View attachment 2163710 View attachment 2163711 View attachment 2163728 View attachment 2163713 View attachment 2163714 View attachment 2163715 View attachment 2163716
Yeah, but when I want to try and download tYeah, but when I want to try and download the mode, it kept on giving me a Google link. Can you send me a new one?he mode, it kept on giving me a Google link.Can you send me a new oneAt the end of the zone, near the building with that door, on the right should be one tombstone, that you should jump over. To be able to get closer to the door and break them.
Could you give me the link for the mod? That isn't from Google. It keeps on corrupting the fileWell it's hard to say. Overall the idea is not bad and could be a variety, although I would have to think about how to solve it.
At the moment I came up with the idea that I could do it in such a way that:
1. During the death animation, a script would run which would count the number of entities on the screen -1 (player) and if the number, for example, does not exceed the value of 4 then the script is run.
2. Next it would be checked which opponent dealt damage and which should be respawned. Well, this is not a simple task because after the sex animation our character immediately flies away, so taking the type of enemy through getentityproperty(Self, "opponent"), is out. The only thing I can think of for now is to add that after dealing damage the enemy will add a global variable with its name if player has 0 hp.
3 And finally the script will retrieve the variable, with the name of the opponent, then save it as a local variable and delete the global one. At the very end, it will take the player's coordinates and spawn the enemy in its place.
The only drawback is that animation cannot be played in such a case. Because during the death animation our character can't do anything else. By this I mean that if I force the pregnancy animation to be played, the character will play it and when the animation is over. It will stand still and not moving.