xeivous

Member
Mar 16, 2018
342
231
I hope this won't end up like Healslut, where the real world or MC being male is never mentioned anymore after day one.
I think you might not have played healslut in some time or are just forgetting things due to the story pacing and worldbuilding elements but last I remember, the MC's non-virtual life was fairly relevant. It just gets hard to remember as the game updates slowly and the current session of "gameplay" has lasted a good while and roleplaying is enforced on the MC so they can't talk about their original self.
 

Rutonat

Well-Known Member
Sep 28, 2020
1,809
3,838
I think you might not have played healslut in some time or are just forgetting things due to the story pacing and worldbuilding elements but last I remember, the MC's non-virtual life was fairly relevant. It just gets hard to remember as the game updates slowly and the current session of "gameplay" has lasted a good while and roleplaying is enforced on the MC so they can't talk about their original self.
I know it is still mentioned occasionally, but there hasn't been a RL scene since the beginning - which was like 3 years ago.
MC essentially is a girl living in a fantasy world now and it's no longer about a guy playing a VR game.
That might not be the thread to talk about that, boys.
 

FallenHND

Newbie
Dec 2, 2018
59
66
The moans were added with the slapping sound effect so they are currently under the sound channel and not the voice channel. Which now the I write that out, doesn't make a lot of sense. I will update it for the next release.
Hopefully if you do add Futa on Male, you keep it optional haha.

Well anyway, really enjoyed the game, it's a porn game and it does so straight forward, love it, animations are smooth, can't wait to see where it goes!

Godspeed dev!
 

Uguns

Newbie
Mar 26, 2018
38
23
so... any potions to do some interesting things :D yea your story reminded me of some of the novels I have read at some points(New Gate and SAO)
 

Apostate

Member
Oct 14, 2017
269
381
Is there any actual transformation or is it just "You wake up in a female avatar in a virtual world."? Any transformations happen to the avatar, or to anyone else, within the virtual world? I read there was cumflation but don't see reference to anything else.
 

GoldenAcres

New Member
Mar 19, 2018
5
2
View attachment 1797013

Overview:
In One lewd World you play as John. A lonely man who is waiting for his new virtual reality headset to arrive. Through some twist of fate you find yourself inside a very lewd virtual reality game in a female avatar. Is this a blessing or a curse? Should you exit the game or are you a little curious?​

Thread Updated: 2022-05-07
Release Date: 2022-05-07
Developer: Zell Entertainment -
Censored: No
Version: 0.1
OS: Windows, Mac
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.
DOWNLOAD
Win/Linux: MEGA - - -
Mac: MEGA - - -


View attachment 1797006 View attachment 1797007 View attachment 1797008 View attachment 1797009 View attachment 1797010 View attachment 1797011 View attachment 1797012
You should add on the "pov" tag to this btw.
 

KL-001-A

Active Member
Dec 16, 2019
527
1,028
Is there any actual transformation or is it just "You wake up in a female avatar in a virtual world."? Any transformations happen to the avatar, or to anyone else, within the virtual world? I read there was cumflation but don't see reference to anything else.
You, a guy, boot up a fulldive VR game. You are now a girl. You get raped a handful of futas, the game ends.
 

majdaddin

Member
Nov 29, 2019
355
408
These first-person boobs do not look good. Third-person boobs like great. They're not the same set somehow. Is that the 3d engine being weird or something?
 

interlinked

Member
Aug 12, 2018
117
157
Imagine the amount of blood it would require to get those masive cocks hard. Those women would actually die with that much missing from their blood stream.
 

Zell Entertainment

New Member
Game Developer
May 3, 2022
14
589
Alright, I posted the updated version of One Lewd World (V0.151) with the tavern scene and the real world plot line here. Hope you enjoy the game!
 

merlin7560

Member
May 15, 2021
148
82
Ive found an error

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

While running game code:
  File "game/script.rpy", line 2828, in script
    $ modest += 1
  File "game/script.rpy", line 2828, in <module>
    $ modest += 1
NameError: name 'modest' is not defined

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

Full traceback:
  File "game/script.rpy", line 2828, in script
    $ modest += 1
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 2828, in <module>
    $ modest += 1
NameError: name 'modest' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
One Lewd World v0.151
Tue Nov  8 03:57:28 2022
 

merlin7560

Member
May 15, 2021
148
82
and here is another error

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

While running game code:
  File "game/script.rpy", line 3011, in script
    "Your Score: Slut-[slut]. Modest-[modest]. Aggressive-[aggressive]. Passive-[passive]."
KeyError: u'modest'

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

Full traceback:
  File "game/script.rpy", line 3011, in script
    "Your Score: Slut-[slut]. Modest-[modest]. Aggressive-[aggressive]. Passive-[passive]."
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'modest'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
One Lewd World v0.151
Tue Nov  8 04:51:08 2022
 

Zell Entertainment

New Member
Game Developer
May 3, 2022
14
589
Thanks for the error report. I have been trying to look into this, but have not been able to replicate this error on my end. It looks like both errors are cause by an undefined 'modest'. But 'modest' is defined at the same time as ‘slut’ in game, so I have no idea why one would give you an error and the other not. Do you do anything specific in game before the first error occurred?
 
4.70 star(s) 11 Votes