Wutzel

Member
Aug 6, 2017
166
125
Sry I´m too lazy too look all 36 prevs, how can I change the language I dont speak russian. Thx
 

addkim18

Newbie
Aug 6, 2017
19
3
Hi guys pls. help The game always says error occured everytime i try at the old lady shop and because of that I can't ask miranda about her panties since she always asks if i have the ingredients or not, what do i have to do? :(
 

addkim18

Newbie
Aug 6, 2017
19
3
aftrer
I made a few local fixes in order to be able to see all the content in this version. Here is each fix and what it does, you can reproduce it yourself with a text editor. Lines with '-' at the start were removed and lines with '+' at the start were added.

game/scripts/bookshop/elion_action.rpy:
I removed two levels of indentation from the check_action() shown here. This seems to fix the bug where the 'Action' dialog options have no effect.
Code:
                 if brayanGuyEleon == 0 and complicate_life_elion > 0:
                     if not (label in can_use_actions_after_lost_brayan):
                         complicate_life_elion = 2
                         renpy.say(cedrick_sprite, "(Elyon doesn’t need that much money to help her parents. Perhaps it is necessary to figure out how to worsen her financial situation... Maybe it's worth to get rid of her parents .. I need to find someone to whom it can be assigned..)")
                         renpy.jump('dialog_elion')
-                        check_action()
+                check_action()
         renpy.jump('dialog_elion')
game/scripts/bookshop/elion_actions/blowjob.rpy:
I renamed a label, this fixes a crash when the blowjob scene starts.
Code:
label elion_blowjob_reject:
     "Elion has no mood"
     jump first_brayan
-label elion_blowjob_brayan_accept:
+label elion_blowjob_accept:
     show elion_norm
     cedrick_sprite 'Elyon..'
     hide elion_norm
     show elion_kosi_izv_2
     with Dissolve(.5)
game/sprites.rpy:
Some of the blowjob cg files are jpgs but the code was looking for pngs. This fixes a crash partway through the scene.
Code:
image cg_elion_blowjob_4='scenes/cg_elion_blowjob_4.jpg'
 image cg_elion_blowjob_5='scenes/cg_elion_blowjob_5.jpg'
 image cg_elion_blowjob_52='scenes/cg_elion_blowjob_52.jpg'
 image cg_elion_blowjob_6='scenes/cg_elion_blowjob_6.jpg'
-image cg_elion_blowjob_7='scenes/cg_elion_blowjob_7.png'
-image cg_elion_blowjob_8='scenes/cg_elion_blowjob_8.png'
-image cg_elion_blowjob_9='scenes/cg_elion_blowjob_9.png'
-image cg_elion_blowjob_8s ='scenes/cg_elion_blowjob_8s.png'
-image cg_elion_blowjob_9s ='scenes/cg_elion_blowjob_9s.png'
-image cg_elion_blowjob_9vnez ='scenes/cg_elion_blowjob_9vnez.png'
+image cg_elion_blowjob_7='scenes/cg_elion_blowjob_7.jpg'
+image cg_elion_blowjob_8='scenes/cg_elion_blowjob_8.jpg'
+image cg_elion_blowjob_9='scenes/cg_elion_blowjob_9.jpg'
+image cg_elion_blowjob_8s ='scenes/cg_elion_blowjob_8s.jpg'
+image cg_elion_blowjob_9s ='scenes/cg_elion_blowjob_9s.jpg'
+image cg_elion_blowjob_9vnez ='scenes/cg_elion_blowjob_9vnez.jpg'
 image cg_elion_podstol='scenes/cg_elion_podstol.jpg'
 image cg_elion_podstol2='scenes/cg_elion_podstol2.jpg'
 image cg_elion_podstol3='scenes/cg_elion_podstol3.jpg'
 image cg_elion_podstol4='scenes/cg_elion_podstol4.jpg'
game/scripts/fight/fight.rpy:
In order to complete the new branch, you need to:
Get 200 gold by clicking the area on the horizon in Meridian to the far left to fight bandits and slowly get gold
Talk to the creature at the inn
Get 200 more gold
Talk to Miranda and ask for her panties. She asks for a scorpion tail.
Click the area on the horizon in Meridian just left of the castle to fight monsters. Run away until you fight a scorpion. If you are lucky, you will only need 3 potions (bought for 100 gold each from Miranda) to win the fight. If you win the fight, there is a 1/5 chance of getting a tail...even if you cheat to get infinite gold this takes so long I decided to change it so the tail always drops:
Code:
         jump send_brayan_to_meridian
     else:
         'You won'
         if (rEnemy['item']):
             if (rEnemy['name'] == 'Morpion'):
-                $ giveItem = renpy.random.choice([0,0,0,0,1])
+                $ giveItem = renpy.random.choice([1,1,1,1,1])
                 if (giveItem):
                     $ inventory.items.append(rEnemy['item'])
                     $ hasHvostScorp = 1
                     "You got the tail of a Morpion"
Hope this helps somebody.

Edit: I've made a zip of the modified files, you can extract it into the directory with the .exe
Edit2: Since people are still referencing this post and missing Semiguacamole's post below, I have updated the patch to include Semiguacamole's fix and also translated a few missed lines of Russian into English.


after i extracted this to the folder of the game, it made an error error everytime i talked to elyon
 

Benezin

Newbie
Feb 11, 2018
18
80
You don't have permission to view the spoiler content. Log in or register now.


Howdy, patrons! It's the time for another post. I'd like to tell you a little bit about the voting results for the game I'll be doing after I'm done with the W.I.T.C.H. Trainer. According to the results of the voting, Scooby-Doo is the leader, in second place Gravity Falls. Third place is divided between a game of the universe of Harry Potter and Wakfu. Sooner or later, I'll end up with the W.I.T.C.H. Trainer, then we should to re-vote. Why do you need to vote a second time? The matter is that in the comments were many options which weren't in the vote. A lot of people asked for Totally Spice, Kim Possible, Ben 10 etc. I'll add them in the next vote. Also, it's possible that by the time the W.I.T.C.H. Trainer release some games from the list can already be done or may be under development, for example Scooby-Doo.

As for Gravity Falls, I can say that the drawing is not quite suitable for porn games and I will have to deal with the style drawing change, it's a bit problematic. I don't know if it's worth it right now. Scooby-Doo, Totally Spies, and the Wakfu in this kind of situation is much better. It will be easier to portray the characters in the game, which will be similar to the originals.

About the Harry Potter universe. I know that there are already a few games, but apart from the wonderful game from Akabur, where there is quite a bit of graphic content, finished, as such, there are no games. Of course, there are a lot of mods, from the original game.. The first one is unfinished game by Sad Crab, where two years later they publishing another 0.1.x version. The second one game with some crappy arts in the development from the great Chicken Studio.. So it's likely that I can make a game of this universe. I expressed my opinion on this topic.

Now let's talk about our game. For version 0.4, I've practically finished the arts on the storyline with Irma. After that, I'll take a small branch with the Grumper sisters. Maybe I'll finish the story with Tarani. When I'm done with that, I'll start editing all of the previous content. I don't know how long it will take, but I hope that version 0.4 will be released by the New year.

I should finish on this. Thank you all for your support in this month and as always, I'll attach a small image to the post. Goodbye, everyone!
 

fulcrum

Engaged Member
Feb 2, 2018
3,351
1,901
Wakfu... hmn. That could get interesting; the designs do appear lewd friendly.

i.kym-cdn.com/photos/images/original/000/691/942/b20.gif
 
  • Like
Reactions: MrShaDowAnDub
U

User_755695

Guest
Guest
The woman from 1st page-porn comic.I think it's Yan Lin in her younger years.But who knows?

As for the next game,I had some ideas of my own,but I'm sticking with the more interesting ones.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
 

Benezin

Newbie
Feb 11, 2018
18
80

You don't have permission to view the spoiler content. Log in or register now.

Aloha, people! At the moment I can say that I almost done with the Irma's storyline for 0.4 version. I only have left to add the emotions, the variation in scenes and dialogues. So we need to decide what else I should add to the next update, because I want to release it as fast as I can. So I decided to do only one of these options:

1) The continuation of the story with Taranee.
2) New mini storyline with Grumper sisters.

And what of this gets to the update, I suggest to choose you in the voting!

Thank you all for your support!

P.S. About Irma's sprite voting.

I think that it is already clear to everyone which option won, so I'm working with that sprite right now

Sisters Grumper 48%
Taranee 52%
 

BastardX

Well-Known Member
May 13, 2018
1,400
517
I do hope the game grows to involve all the hot girls in the series n more! ^_^ I vote complete Taranee the sisters after out of the 2! :)
 

Volensheit

Member
May 25, 2017
130
34
immediately after the scene where elyon was lying down on the grass, after sending the picture, an error occurred. Pls tell me how to fix
 

Benezin

Newbie
Feb 11, 2018
18
80
You don't have permission to view the spoiler content. Log in or register now.


Hi there! Well, as always, a bit of news at the end of the month. The planned content for the update with Irma is almost ready. I've already drawn all the sprites and scenes. All of the dialogues is written. It remains to draw some emotions and a couple of variations of them. That will take quite a bit of time.

Also, according to the results of voting in the next update, Taranee won in the voting! That's the branch I plan to complete in this update. And that will be the first completed character with the storyline. We have already come up with the basis of this plot, so it remains to finalize some points and start drawing scenes for her. In the storyline we'll be presenting her new costume from the original series, it's called "Taranee Punk". Picture with this sprite above.

Uh, about the release date... Everybody asking me again: "when will the next update be released?" I'm asked constantly and everywhere: in the mail, in the comments, in the discord, although I have already written about it several times and I can't name the exact release date, because I don't know how things can happen, but I will try to do it by the new year and maybe a little earlier..

I also thought about to make a channel in discord where you can offer or collectively, to discuss gameplay\story ideas for the game, report bugs, ask me a question and get an answer much faster than by mail or in the comments on Patrone. What do you think about this? Is it worth it or not?

I'll say it again for patrons who donate me 50 bucks. If you want to order some art for a pornographic magazine in the game, write me about it in private messages, in a discord or in the mail.

That's all, lads! Thank you all for your support!
 
  • Like
Reactions: drefes

nashk

Member
Apr 9, 2017
115
102
Well, this game had me go rewatch a few episodes from the original series. I'm actually quite surprised, its fairly decent. A really low animation budget it seems (at least for the first few episodes I watched) and some of the humor is awkward, but I liked it.

And then I find out it has an entire comic book series that's completed and holy shit there is a lot out there.
 

Safetydummy

Well-Known Member
Jan 18, 2018
1,353
1,584
Well, this game had me go rewatch a few episodes from the original series. I'm actually quite surprised, its fairly decent. A really low animation budget it seems (at least for the first few episodes I watched) and some of the humor is awkward, but I liked it.

And then I find out it has an entire comic book series that's completed and holy shit there is a lot out there.
I'm sorry. What series? Is this based off of something? Do the characters look like this in the show? You've piqued my curiosity... :)

Also, I'm guessing, that old saves don't work with this version? I tried loading mine and it's nothing but roll-back errors...
 

Azami <3

Newbie
Jun 22, 2017
84
156
I'm sorry. What series? Is this based off of something? Do the characters look like this in the show? You've piqued my curiosity... :)

Also, I'm guessing, that old saves don't work with this version? I tried loading mine and it's nothing but roll-back errors...
This game is a parody of a cartoon name W.I.T.C.H, if you want to know more i suggest you should look it up on google, this series is quite entertaining to watch in my opinion
 
3.50 star(s) 79 Votes