Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

smuanon

11
Posts
1
Topics
2
Followers
1
Following
A member registered Dec 24, 2022 · View creator page →

Creator of

Recent community posts

(1 edit)

Welcome back Kleinvoimond!

So… “Beatings will continue until code improves”?, back to hitting you on the head with all your coding mistakes?

Hi, please tag each of the 1.2.4 downloads with Win(+Linux) and MacOS so that the itch desktop client will download it.

“I’m a total nonce when it comes to writing code”. … I…. I’m not trying to be mean, but, yes, yes you are.

default heretowork = ""

[...]

        menu:
            "Yes":
                $ heretowork = "Yes"
            "No":
                $ heretowork = "No"

        if heretowork == "Yes":
            si"Ok great, thats. . .uhm, great I guess."
            [...]
        if heretowork == "No":
            si"Uh. . ."
            [...]

There is no need for heretowork:

        menu:
            "Yes":
                si"Ok great, thats. . .uhm, great I guess."
                [...]
            "No":
                si"Uh. . ."
                [...]

Also, getting the intro, and then being told “Silphy isn’t here.”… is weird.

Also also, while not a big deal. You can skip checking if sexworkintro == 0 twice, by doing:

if sexworkintro == 0:
  if silphsex == 0:
        si"Uhnm. . .hi. . .are. . .you here to work?"
        menu:
            [...]
   else:
        si"O-oh hey [povname], here to do some work?"
        menu:
            [...]

Also also also, when I think about it, you’re using 0 and 1, instead of False and True… Which, I guess it works.

I hadn’t actually really gone through much of the code - I didn’t need to, I quickly found what I needed to work on for a PoC…

But I’ve been going through just a small part of it and… well, thank you for the laughs.

You just need to be able to do a minimum of Ren’Py scripting.

Haha. I’m trying to not deal with it. And luckily all of the code for IP girls can pretty much just exist in samus.rpy.

Also version 1.3.1/0.2.0 is up.

The current version is stupid, I am loading in all mods at python init. I figured out why it didn’t work earlier and so 0.2.0 is goes back to loading once we actually need a girl. I’m also trying to figure out how to get a file-open-dialog but ren’pys python isn’t the full python library so it is proving just a bit problematic.

I’ve downloaded the zip for the latest release on windows, but when running the game it always shows as v1.2.0 everytime

Kleinvoimond probably just forgot to change the number.

Ok!!! I make it work, https://smuanon.itch.io/smu-with-modding

(1 edit)

I am very interested in this so I decide to implement it. I now have PoC done for adding in new IP customers. Problem left: save does not work when you’ve been to work.