GAMERS LAIR

silent_passenger

Well-known member
Messages
3,691
Points
113
Nobody IRL wants a blow up sex doll, they're too hard to hard :ROFLMAO:

We need like one of those dick pumps that attaches to PC :LOL: or a vibrator sexual identification dependent :rolleyes:
OK, we'll wait for AI robot sex dolls. Knowing how progress works in human civilization, war and sex are always getting the most of that advancement.
 

WhatNitrous

Well-known member
Messages
23,434
Points
113
OK, we'll wait for AI robot sex dolls. Knowing how progress works in human civilization, war and sex are always getting the most of that advancement.
I might sign up to beta test for those...they sound fun :LOL:

Imagine all the rare pleasure you might get while they were trying to make it feel normal and real. Totally signing up.
 

RETRO

Well-known member
Messages
4,305
Points
113
day 62 new customer test

I just tested itchio page as a new customer

downloaded the game (pc version) as a new customer

I see game is like open source (installer can protect the data maybe)

ok next step as your new customer, I have virus checked files which is clean ofc (just testing)

after that as a brand new customer, which I have no idea of anything, I have tried to run the game

Wham bam thank you mam

error.jpg

is it hard to edit that Publisher data ? Great uninvisible wall

end result is. I will try all over again in few weeks...

One of your biggest fan and a friend (RETRO)
 

WhatNitrous

Well-known member
Messages
23,434
Points
113
day 62 new customer test

I just tested itchio page as a new customer

downloaded the game (pc version) as a new customer

I see game is like open source (installer can protect the data maybe)

ok next step as your new customer, I have virus checked files which is clean ofc (just testing)

after that as a brand new customer, which I have no idea of anything, I have tried to run the game

Wham bam thank you mam

View attachment 21836

is it hard to edit that Publisher data ? Great uninvisible wall

end result is. I will try all over again in few weeks...

One of your biggest fan and a friend (RETRO)
Considering I don't make the exe file, ren'py add's in the icon and such...generally yes 🤷‍♂️

If it was a final version I could add it through third party means or hex editing I suppose...but to add it into a ren'py app as a normal, I don't believe its possible...i've ran through and used every internal config variable I could find.

half of them still use the ren'py icon on PC even in the taskbar, I already have one on android ;) we're doing better than most :LOL:

We would even have a 32-Bit version but the newer ren'py no longer supports it
 
Last edited:

Victor

Well-known member
Messages
910
Points
93

silent_passenger

Well-known member
Messages
3,691
Points
113
Now you got me wanting to turn on Windows Defender to max and see if it flags anything odd after the whole unren BS :LOL:
That's not about Windows Defender. It's default Win10/11 bs where it blocks installing any application that's not from the MS Store. Unlocking "Installing from other sources" in Apps & Features fixes that issue.
 

WhatNitrous

Well-known member
Messages
23,434
Points
113
Also seems I can include our 'archives' as .zip files instead lf .rpa--if that works i'm going to use it to avoid forcing people to use unren...as long as the game can run compiled to save space idfc.

EDIT: No, that's just for the final destination files, gonna need to do some digging.

Found the file properties via python :LOL:

As I figured it uses a microsoft version info table (c++ style) and it can either be added later or I can find how to force feed it to renpy during compling by modifying the project files.

It also has a versioninfo import in python that may work. It will only work for windows but 🤷‍♂️
 
Last edited:
Top