VN Ren'Py Abandoned WEST [v0.1] [Light-Wan]

7767

EAT
Trial Moderator
Uploader
Aug 5, 2016
696
102,258
poster loo.png

Overview:
Three highschool idiots looking to get sum.
One awkward guy, a gun totting angry asian trump supporter, and a half-black half-indian guy with identity crisis.
Choose your character and follow the misadventures of our protagonists looking to get laid.​

Thread Updated: 2019-12-05
Release Date: 2019-11-29
Developer: Light-Wan F95zone
Censored: No
Version: 0.1
OS: Windows, Linux
Language: English
Genre:
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.

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

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

DOWNLOAD
Win/Linux: - -

2019-11-28 17_43_04-West.png 2019-11-28 17_41_56-West.png 2019-11-28 17_42_32-West.png steph lay.png
 
Last edited by a moderator:

LewdTheLolis

Friendly Neighborhood Lolilewder
Oct 1, 2018
2,049
3,726
A few things to point out:
PC is not an OS it stands for Personal Computer, so you mean Windows most likely, although since it seems to be Ren'py it's most likely Win/Linux
Developer Notes should be in a SPOILER tag as well

As for writers we also do have a Recruitment services where you can ask for help

Others: COMPRESSED - ANDROID (OR UNOFFICIAL ANDROID)

Patches: BUGFIX
Extras: WALKTHROUGH - 100% SAVE - MOD - MOD2 - MOD3
if you don't have this then you don't need to include it at all

I also suggest you 'Report' the OP and ask for it to be moved to 'Games' thread, a mod/staff will look it over and correct anything that needs to be corrected and move it for you

I also suggest you contact staff/admin and ask for a 'Game Developer' badge for your profile
 
  • Like
Reactions: rKnight
Aug 19, 2019
95
123
I got an error when I click on the preferences menu option:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find font u'../../launcher/game/fonts/NanumGothic.ttf'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Downloads\West-0.1-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\West-0.1-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Downloads\West-0.1-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\West-0.1-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\West-0.1-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Downloads\West-0.1-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 1579, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 1576, in sizeit
    rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
  File "render.pyx", line 298, in renpy.display.render.render_for_size
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\viewport.py", line 264, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\display\behavior.py", line 763, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Downloads\West-0.1-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\West-0.1-pc\renpy\text\text.py", line 1989, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "D:\Downloads\West-0.1-pc\renpy\text\text.py", line 619, in __init__
    glyphs = ts.glyphs(s, self)
  File "D:\Downloads\West-0.1-pc\renpy\text\text.py", line 242, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "D:\Downloads\West-0.1-pc\renpy\text\font.py", line 699, in get_font
    face = load_face(fn)
  File "D:\Downloads\West-0.1-pc\renpy\text\font.py", line 640, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'../../launcher/game/fonts/NanumGothic.ttf'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
West -
Sat Dec 28 21:50:51 2019

one more error, when I want to text Kate
 

Retro

Retired
Former Staff
Sep 7, 2017
3,216
18,585
to the shock of absolutely nobody, marked abandoned