Others Completed Dream Knockout: Gloves of Love "Strawberry Edition" [v2.03] [BlueBowser 99]

3.50 star(s) 6 Votes

sina157

Newbie
Sep 28, 2019
38
58
man you forced me to use cheats , this game is very hard because she is vary tough and don't get
tired
 

neddyf

Member
Apr 15, 2019
192
138
Is there a way to access the graphics ?
I want to mod the game with better looking/different style art.
If someone know how to extract graphics and reinject them.
Thanks for any help
 

Succubus Hunter

Devoted Member
May 19, 2020
8,601
16,646
Is there a way to access the graphics ?
I want to mod the game with better looking/different style art.
If someone know how to extract graphics and reinject them.
Thanks for any help
I wish I could help you as if any game deserves a fan remake it's this one (And the original).
 
  • Like
Reactions: neddyf

shadowfire420

New Member
Mar 28, 2022
2
14
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
Screenshot 2022-07-05 162013.png
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

1657018806295.png

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
1657018916432.png

When you're done, remember to save with Ctrl+S.
Have fun!
 
Last edited:

Succubus Hunter

Devoted Member
May 19, 2020
8,601
16,646
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
View attachment 1908865
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

View attachment 1908879

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
View attachment 1908886

When you're done, remember to save with Ctrl+S.
Have fun!
I wouldn't call this necroing, you are posting some VERY helpful information here. I never modified a game before but given this is my all-time favorite h game I might have to change that. With this information, I am wondering if it would be possible to swap out one set of sprites for another as well as making changes to the text... (Thoughts of romhacking intensifying).
 

Succubus Hunter

Devoted Member
May 19, 2020
8,601
16,646
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
View attachment 1908865
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

View attachment 1908879

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
View attachment 1908886

When you're done, remember to save with Ctrl+S.
Have fun!
I finally got around to giving this a try. I have the Dream Knockout Strawberry application but idk how to get to the data.win file.
 

nothingisreal

New Member
Aug 21, 2020
1
0
I can't do anything but punch (left) or pull her hair (right) in the winning h-scene. I know for a fact that you can do other things. Poking around the code with the Mod Tool wasn't much help, either.
 

Succubus Hunter

Devoted Member
May 19, 2020
8,601
16,646
I can't do anything but punch (left) or pull her hair (right) in the winning h-scene. I know for a fact that you can do other things. Poking around the code with the Mod Tool wasn't much help, either.
It's simple, if you mouse click on her pink thong you can strip it off from her. After that you can ride her as well as tug her hair/ belly punch her.

Fun fact: If you win on challenge difficulty and ride her without punching/ hair pulling, you ger different dialogue as well as an Easter egg of Pharah. (A character planned for a future Dream Knockout game).
 
Jun 16, 2021
81
54
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
View attachment 1908865
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

View attachment 1908879

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
View attachment 1908886

When you're done, remember to save with Ctrl+S.
Have fun!
How did you get the data.win file of the game? A noob here.
 

neddyf

Member
Apr 15, 2019
192
138
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
View attachment 1908865
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

View attachment 1908879

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
View attachment 1908886

When you're done, remember to save with Ctrl+S.
Have fun!


VERY INTERESTING !! Thanks so much for explaining it.
I'm not good with working with data etc.
I'm really intersting in editing this game's graphics!! (The only real flaw of this game IMO)

I managed to DL it and test it.
Few questions.
- what is the use of mask sprite ?
-how can I replace a sound or a sprite ?

Also , more globally, is the "DKO2_Strawberry_203 .7z" version uploaded here, the most up to date version of the game, before I start editing anything?
 
Last edited:

shadowfire420

New Member
Mar 28, 2022
2
14
Apologies for the late response.

I finally got around to giving this a try. I have the Dream Knockout Strawberry application but idk how to get to the data.win file.
How did you get the data.win file of the game? A noob here.
Navigate to your install folder. The default install location is [USER FOLDER]/DKO2_Strawberry v203.
1668682962412.png

You should probably already have the undertale mod tool downloaded already. If you don't, I suggest getting it.

VERY INTERESTING !! Thanks so much for explaining it.
I'm not good with working with data etc.
I'm really intersting in editing this game's graphics!! (The only real flaw of this game IMO)

I managed to DL it and test it.
Few questions.
- what is the use of mask sprite ?
-how can I replace a sound or a sprite ?

Also , more globally, is the "DKO2_Strawberry_203 .7z" version uploaded here, the most up to date version of the game, before I start editing anything?
Collision Masks, which is probably what you mean, are essentially the hitbox of the sprite.

The version uploaded is probably the up-to-date version of the game. Last I checked, BlueBowser hasn't updated his deviantart at all, let alone the game.

-how can I replace a sound or a sprite?



For sprites:
Select the sprite you want to edit. Let's try the "main" sprite.
1668683465777.png

Click on the three dots next to PageItem 0.
1668683531524.png
You'll probably open up a page like this. Scroll down to the "export" button.
1668683548740.png
1668683698648.png
This should give you the sprite you want to edit, in .png form. Give your .png a name, save in the desired location, and edit it in whatever photo editor you prefer.
I suggest paint.net or some other photo editor that supports transparent PNGs. Paint will make your png non-transparent.
Once you're done editing the sprite, click on the Import button to replace the default sprite with your edited sprite.
Here's a (very poorly done) recolour of the basic sprite:

testing2.png
Importing it into the main game, it looks something like this:
1668684701741.png

This is only one sprite, meaning other sprites will also have to be manually edited in the same way. Keep that in mind.

Sounds are mostly the same procedure; open referenced object, export, edit, import.

Good luck, and have fun.
 

valeriamessalina

New Member
Jan 9, 2018
1
5
Actually it is possible to use "cheats" even without a deep dive into the .win file. You can enable "dev mode" by pressing backspace in the game and then utilising 1,2,3,4,5 keys to trigger any of the humiliation cutscenes (this should work even without dev mode) or use keys a,b,c to immediately down her, cut her hp in half or make her tired. You can also enable dev mode by changing the value of devmode variable in the file "gml_Object_start_variables_Create_0" using the Undretale Mod tool as was shown by shadowfire420.
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
View attachment 1908865
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

View attachment 1908879

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
View attachment 1908886

When you're done, remember to save with Ctrl+S.
Have fun!
 
Dec 13, 2021
18
8
Hello.

First off, I'm really sorry for necroing a two-month thread, but I've found out how you can edit/mod the game and it's sprites to your liking.

The game is made with GameMaker Studio, so you can use the (Undertale Mod Tool) to open the game's data.win file that contains all the coding and sprites, to edit it as you'd like.
To do so, simply download the mod tool, open the game's data.win file with said mod tool, and click on the sprites section of the tool.
I HIGHLY SUGGEST YOU MAKE A BACKUP OF THE DATA.WIN FILE BEFORE YOU MAKE ANY CHANGES.
View attachment 1908865
From this tab, you can choose whatever sprite you'd like to edit, and then export it as a .png if you'd like as well.

Here's an example: the "main" sprite.
You don't have permission to view the spoiler content. Log in or register now.


You can also rig the game's scenes and difficulty as you'd like.
If you search for "start_variables", you'll find a script named "gml_Object_start_variables_Create_0" and change your and Violet's HP and her punch damage (have fun, LoveHurts!) as you'd like.
Variable for your hp: global.yourhp_max
Variable for her hp: global.herhp_max

View attachment 1908879

You can also edit the damage of your own punch combos in the 'gml_Object_player_punches_KeyRelease_40' script.
View attachment 1908886

When you're done, remember to save with Ctrl+S.
Have fun!
But this is link:-
 
  • Like
Reactions: Succubus Hunter

noblescott

New Member
Nov 7, 2017
14
9
Apologies for the late response.




Navigate to your install folder. The default install location is [USER FOLDER]/DKO2_Strawberry v203.
View attachment 2175252

You should probably already have the undertale mod tool downloaded already. If you don't, I suggest getting it.



Collision Masks, which is probably what you mean, are essentially the hitbox of the sprite.

The version uploaded is probably the up-to-date version of the game. Last I checked, BlueBowser hasn't updated his deviantart at all, let alone the game.

-how can I replace a sound or a sprite?



For sprites:
Select the sprite you want to edit. Let's try the "main" sprite.
View attachment 2175265

Click on the three dots next to PageItem 0.
View attachment 2175266
You'll probably open up a page like this. Scroll down to the "export" button.
View attachment 2175267
View attachment 2175271
This should give you the sprite you want to edit, in .png form. Give your .png a name, save in the desired location, and edit it in whatever photo editor you prefer.
I suggest paint.net or some other photo editor that supports transparent PNGs. Paint will make your png non-transparent.
Once you're done editing the sprite, click on the Import button to replace the default sprite with your edited sprite.
Here's a (very poorly done) recolour of the basic sprite:

View attachment 2175287
Importing it into the main game, it looks something like this:
View attachment 2175292

This is only one sprite, meaning other sprites will also have to be manually edited in the same way. Keep that in mind.

Sounds are mostly the same procedure; open referenced object, export, edit, import.

Good luck, and have fun.
What engine does this game run on?
Bro quoted up there, looked at his DevianArt and it was last posted at 2018, his Patreon is still running but with very low income, wish he would try to come back, just found this game and it is pretty fun. Wish there where more of a community around it to mod.
 
  • Like
Reactions: Succubus Hunter

Succubus Hunter

Devoted Member
May 19, 2020
8,601
16,646
Apologies for the late response.




Navigate to your install folder. The default install location is [USER FOLDER]/DKO2_Strawberry v203.
View attachment 2175252

You should probably already have the undertale mod tool downloaded already. If you don't, I suggest getting it.



Collision Masks, which is probably what you mean, are essentially the hitbox of the sprite.

The version uploaded is probably the up-to-date version of the game. Last I checked, BlueBowser hasn't updated his deviantart at all, let alone the game.

-how can I replace a sound or a sprite?



For sprites:
Select the sprite you want to edit. Let's try the "main" sprite.
View attachment 2175265

Click on the three dots next to PageItem 0.
View attachment 2175266
You'll probably open up a page like this. Scroll down to the "export" button.
View attachment 2175267
View attachment 2175271
This should give you the sprite you want to edit, in .png form. Give your .png a name, save in the desired location, and edit it in whatever photo editor you prefer.
I suggest paint.net or some other photo editor that supports transparent PNGs. Paint will make your png non-transparent.
Once you're done editing the sprite, click on the Import button to replace the default sprite with your edited sprite.
Here's a (very poorly done) recolour of the basic sprite:

View attachment 2175287
Importing it into the main game, it looks something like this:
View attachment 2175292

This is only one sprite, meaning other sprites will also have to be manually edited in the same way. Keep that in mind.

Sounds are mostly the same procedure; open referenced object, export, edit, import.

Good luck, and have fun.
I gave your advice a try and was successful at making her punches do more damage to health/ stamina. I gave her regular punches a buff and made her uppercut a OHKO. I think I am getting the hang of it but how would I make it so the players gains stamina each time a punch is landed?

Actually it is possible to use "cheats" even without a deep dive into the .win file. You can enable "dev mode" by pressing backspace in the game and then utilising 1,2,3,4,5 keys to trigger any of the humiliation cutscenes (this should work even without dev mode) or use keys a,b,c to immediately down her, cut her hp in half or make her tired. You can also enable dev mode by changing the value of devmode variable in the file "gml_Object_start_variables_Create_0" using the Undretale Mod tool as was shown by shadowfire420.
Thank you for these tips as well. I was able to trigger her humiliation moves successfully but the ABC commands required dev mode to work.

Bro quoted up there, looked at his DevianArt and it was last posted at 2018, his Patreon is still running but with very low income, wish he would try to come back, just found this game and it is pretty fun. Wish there where more of a community around it to mod.
I agree with this so, so much. I would like to see this fanbase create a fan sequel with Allison Perals. I don't know anything about game development but it seems like the fanbase already has the skills to make a game like this.
 

noblescott

New Member
Nov 7, 2017
14
9
I gave your advice a try and was successful at making her punches do more damage to health/ stamina. I gave her regular punches a buff and made her uppercut a OHKO. I think I am getting the hang of it but how would I make it so the players gains stamina each time a punch is landed?


Thank you for these tips as well. I was able to trigger her humiliation moves successfully but the ABC commands required dev mode to work.


I agree with this so, so much. I would like to see this fanbase create a fan sequel with Allison Perals. I don't know anything about game development but it seems like the fanbase already has the skills to make a game like this.
I know you would agree with that banner of yours, actually just found the game because of it lmao, if i feel like it i might put it too to spread the game, but i am not as active. Maybe you should create a group somewhere, maybe here, to gather some people? Just a thought flying by...
 
  • Thinking Face
Reactions: Succubus Hunter
3.50 star(s) 6 Votes