imthesword

Newbie
Jul 20, 2017
32
28
Also! stuck on Shantrel is a Pornstar mission i dont know how to start it, any help? Edit: Nvm i figured it out still dont know how to continue with it tho

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: kahlyan

L0R3M

Member
Apr 10, 2020
387
647
If you start the game for the first time, you must start the game and save it. Quit the game, start first unren.bat, then sknf-mod.bat. Everything worked for me after these actions. Note: use mod v. 0.4.4. Important: Unzip mod to main folder (Where the exe. is).
I tried what you said, making sure I was using v0.4.4 of the mod and unzipping everything into the main folder, but still no cigar.
 

yuyu2008

Member
May 17, 2017
265
190
I tried what you said, making sure I was using v0.4.4 of the mod and unzipping everything into the main folder, but still no cigar.
- Unzipp mod in the game folder (three files : UnRen-lite.bat, sknf-mod_v0.4.4.bat and snnf_mod.rpy)
- Start your game
- Save and close
- UnRen-Lite.bat
- sknf-mod_v0.4.4.bat. Press button to continue.
- When the dos windows is closed, launch your save. You would see the word "MOD"
 
  • Like
Reactions: RoloKinGH

Icedreams

Member
May 4, 2017
192
67
Nah, but for real tho. I can't advance Shantal quest 9 because it is waiting for quest 8 but quest 8 is already completed.
You need to go to college Wednesday and Thursday and then on Friday evening. Meet Shantal at the shops but dont give her any money you need to do this 3 or 4 times. I hope this helps
 

L0R3M

Member
Apr 10, 2020
387
647
If you start the game for the first time, you must start the game and save it. Quit the game, start first unren.bat, then sknf-mod.bat. Everything worked for me after these actions. Note: use mod v. 0.4.4. Important: Unzip mod to main folder (Where the exe. is).
- Unzipp mod in the game folder (three files : UnRen-lite.bat, sknf-mod_v0.4.4.bat and snnf_mod.rpy)
- Start your game
- Save and close
- UnRen-Lite.bat
- sknf-mod_v0.4.4.bat. Press button to continue.
- When the dos windows is closed, launch your save. You would see the word "MOD"
I managed to solve my problem, I needed to change the encoding language in WinRAR to Russian when extracting the game, thanks for the help though.
 

Logan3000x

Member
Oct 10, 2018
276
211
Shantal quest 11, when am I supposed to give her 1000 and then ask her to study history? I tried on Friday evening but she just leaves.
 

rave

Member
May 29, 2017
122
82
got an error each time i try playing.
anyone knows about it ?

While loading <'Image' 'images/WarningAge.png'>:
File "renpy/common/00start.rpy", line 252, in script
python:
File "renpy/common/00start.rpy", line 256, in <module>
renpy.call_in_new_context("_main_menu")
Exception: Could not load image 'images/WarningAge.png': error('Unsupported image format',)

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\main.py", line 478, in main
run(restart)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\main.py", line 144, in run
renpy.execution.run_context(True)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\execution.py", line 734, in run_context
context.run()
File "renpy/common/00start.rpy", line 252, in script
python:
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 256, in <module>
renpy.call_in_new_context("_main_menu")
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\game.py", line 316, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\execution.py", line 734, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
ui.interact()
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\ui.py", line 278, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\core.py", line 2496, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\core.py", line 2850, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\core.py", line 1916, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 416, in renpy.display.render.render_screen (gen\renpy.display.render.c:6685)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\layout.py", line 661, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\layout.py", line 661, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\layout.py", line 661, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\screen.py", line 618, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\layout.py", line 661, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\layout.py", line 1074, in render
back = render(style.background, bw, bh, st, at)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\image.py", line 255, in render
return wrap_render(self.target, width, height, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\image.py", line 124, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
cr = render(child, widtho, heighto, st - self.child_st_base, at)
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\transition.py", line 363, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
rv = d.render(widtho, heighto, st, at)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\im.py", line 478, in render
im = cache.get(self)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\im.py", line 200, in get
surf = image.load()
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\im.py", line 529, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\111\Second_happiness-3.4-all7_Kompressed\renpy\display\pgrender.py", line 155, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image 'images/WarningAge.png': error('Unsupported image format',)

Windows-7-6.1.7601-SP1
Ren'Py 6.99.11.1749
Second happiness 3.4
 
  • Like
Reactions: RottenPlum

sknf

Member
Modder
Oct 15, 2016
385
555
when i use the bat file, it says its malware named windows/system32/cmd.exe
it's a bat file so you can actually see what it does

which av do you use ?

i can't do anything about this , sorry , "train" your av
 

beegemgeege

Member
May 10, 2017
390
732
Since asking for any kind of complete save is poppycock and I only really care about our waifu shantrel, can someone post a save or two at or near her scenes? Please and thank you!
 

Meow1ng

Newbie
Dec 15, 2018
46
18
Can anybody help with fuck stella? I'm get blowjob from her, but I don't know what I must do next -_- I can't close that task
 
3.00 star(s) 66 Votes