You must be 18+ to visit this website
The content on this website is AGE RESTRICTED
Please confirm you are at least 18 years old of age. Otherwise leave the website.
Gaweb Studio Adult profile
Gaweb Studio Adult
18+
Gaweb Studio Adult
Making adult games with real gameplay
Subscribe
Message

Subscription Tiers

FREE
Lurker

Get the latest news about my games

339 subscribers
Unlock
$1
USD monthly
Follower
  • "Follower" role on Discord
  • Polls access
  • 1 vote per poll
  • Access to H teaser posts
  • Access to ongoing paywall games after one month
3 subscribers Follower
Unlock
$2
USD monthly
Supporter
  • "Supporter" role on Discord
  • Polls access
  • 2 votes per poll
  • Access to H teaser posts
  • Access to all ongoing games after 3 weeks
0 subscribers Supporter
Unlock
$5
USD monthly
Fan
  • "Fan" role on Discord
  • Polls access
  • 5 votes per poll
  • Access to H teaser posts
  • Access to all ongoing games after 1 week
1 subscriber Fan
Unlock
$10
USD monthly
Patron
  • "Patron" role on Discord
  • Polls access
  • 10 votes per poll
  • Access to H teaser posts
  • Access to all ongoing games
  • Access to all completed games
5 subscribers Patron
Unlock
$15
USD monthly
Leader
  • "Leader" role on Discord
  • Polls access
  • 15 votes per poll
  • Access to H teaser posts
  • Access to all ongoing games
  • Access to all completed games
  • Access to Random render posts
1 subscriber Leader
Unlock
$25
USD monthly
VIP
  • "VIP" role on Discord
  • Polls access
  • 25 votes per poll
  • Access to H teaser posts
  • Access to all ongoing games
  • Access to all completed games
  • Access to Random render posts
  • Your name in the credits of all the ongoing games
  • Request 1 custom scene in Glassix (See Campaign page for more info)
0 subscribers VIP
Unlock

Welcome

  • Access to my adult games
  • More voting power
  • Discord Roles and more!

Gaweb Studio Adult
Public post
Hey everybody !
It's been a while since my last post and it's time to fix that!
First, I'll have to make a change with the game name because Lust City is actually already used by other games so I've decided to switch to a pretty long and straight forward name: "Nympho City Survival" which should capture all of what this game will be about.
Now about what's going on with the game itself, I'll have to admit I've been procrastinating more than I should lately and didn't advanced much, trying to figure out the best way to deliver this new project.
The original idea was to go Glassix 2 way with a grid like city map, real time management and the usual exploration, sex battles and survival features. Thanks to ChatGPT (and DeepSeek when my VPN was down), I got some pretty complete pathfinding algorithm to calculate travel time between buildings in this grid city. Then it was time to create the city which would take days to find the proper buildings, roads and lights which would require specific sizes and entrance positions to match the need. Wanting to fast, I went to the Unity asset store to see if I could find some already prepared low poly city and there were a few actually. I found this one which had nice visuals.
This asset looks quite nice, does match visually with what I had in mind with Glassix 2 and NCS (Nympho City Survival), has lots of building to explore and would save me a huge amount of time on city building. The main issue was that it was not a grid like city which made it impossible to use the pathfinding and time calculation between building. But the city was there, really nice and would save me a lot of time.
That's where I started to think if I was going the right way with some of my ideas since one of my goal with NCS was to deliver some proper survival gameplay fast and not make this game overcomplicated like I did with Glassix 2. So I decided to scale down the project and simplify it. First, let's scrap pathfinding and time calculation... If I drop that, I need another time management feature. Other games usually go with time periods so let's go with that. Let's make it Morning, Afternoon, Evening and Night. Exploring would consume one period and you can move around as much as you want during this period. That'll make time pass faster too which is a nice bonus in the end. Evening and night would require lights too and luckily, this city asset does come with the required materials. Mix it with Unity day/night system and I could scrap the new basic time feature for NCS. (Might need to make it brighter though)
The city actually uses less than 20 materials so it's also cheaper in performance than what I have in Glassix 2.
Now that the city is taken care of, time to move to locations you'll explore. Here again, another question occurred. Should I keep going Glassix 2 way with fully built 3D models of each locations like this
or might there be easier solution ? Because creating the room itself can be quite time consuming on the wall thickening part with Blender messing up things and forcing me to fix many little things manually. So once more, let's look online if I can't find some nice indoor assets. Here again, some options like this nice garage for example (plus this one was free for testing)
By adding my own highlight component on the various furniture, the player will then be able to interact with objects and scavenge resources. However, there was a lighting issue with the wall not being thick enough letting light pass through as well as a camera problem where it was not possible to see inside the room if the camera went out of it. So again, looking into how other games do it, I found that using modular wall blocks made things easier and I prepared a few of my own.
So by stacking walls of 2mx0.4mx2.5m I could shape my own rooms quite fast and fix my camera and light issue at the same time. I'd still need to furnish the rooms but I actually could mix a bit of both, replacing the walls of the garage by my own and keep the furniture as is for example to speed things up. Walls use the same material so it's also not costly performance wise and since windows and door are a separate objects from the wall, I can change their models without impacting the wall which is a really nice addition. (Would be nice for Glassix 2 location editor too but would require a huge update to make it work)
And that's currently where I'm at with NCS development due to work, procrastination and laziness and thinking things through. Next step would be to import the character models in the game and start working on the battle fuck system with cloth destruction. Though I've been thinking about the exploration gameplay lately.
The original idea was to be similar to Glassix 2, the player appears at the entrance with the camera hovering over the room and you can move it however you want, click on furniture to instantly teleport the player and scavenge. But another way to do it would be first person, meaning you'd control the character directly and move in the room, get near the furniture and click on it to scavenge. Enemies would also be handled differently. With Glassix 2 style, entering and scavenging would trigger combat directly with enemies appearing in the room but not requiring to move them around. This means easier and faster gameplay. The first person gameplay would have the enemies rush at you and trigger combat only when they touch you, which would require AI pathfinding (Unity already offers that so it shouldn't be a huge burden) but would make exploration longer since the player needs to move around each room himself instead of instantly clicking. So I'm not sure which gameplay would be the best. I might release a poll to ask patrons once more.
While I'm talking about combat, I'll also warn you I plan to go the easy way and when combat occurs, it moves the player to another scene to battle in turn based battle fuck. The combat will not occur in the current room since it would require more complex collision detection and some small rooms might make things complicated. Plus, you'd be travelling with your companions which would make it even more crowded. Having a different battle scene makes battle fuck easier and the current room could still impact the battle scene with specific furniture appearing or not depending on the current room furniture, like bed or couch, unlocking various sex positions during the fight.
Also, the city is quite big and will require lots of room which is obviously time consuming. The idea to make it faster to release while keeping it entertaining in game and matching a version update style would be to release it by neighborhoods. Meaning I'll focus first on the 4-5 first building introducing the story (The usual, all the girl have gone nympho, you're the last man? in the city and only your semen can cure them) and I'll add more neighborhoods with each versions, unlocking new girls and outfits to collect and adding more to the story and events.
Aaaannnnd while I'm at it, I'd also like to give a brief explanation about the base management system I'm planning for the game. So basically, you can claim any building in the city as your base and the rest should be obvious : each building has a specific number of rooms by default and you'll be able to change those rooms with the right resources. You'll need to manage your food with possible indoor hydroponics room, bedrooms to shelter more girls prisons to keep the dangerous ones, entertainment to keep them happy and workshops to craft items. And of course, the bigger the building and the more people you have, the more threats will be sent at you so it would be better to start small. There will also be skills for girls which would make exploration or combat easier of course, with more dangerous neighborhood having better skills.
That's about it at the moment. That should give you a better idea of where I'm going with this game. I'm not sure I'll be able to deliver anything in October either so you might want to cancel your support again until I can at least release something playable. I apologize for the slow pace, it should get better now that I've got the basics for the game.
Thank you for your patience and support!
Like(0)
Dislike(0)
Comments  loading...
Sign Up or Log In to comment on this post
Gaweb Studio Adult
Public post

Glassix 2 v0.19 PUBLIC release


Hi guys !

Info & download links

Enjoy!

Like(0)
Dislike(0)
Comments  loading...
Sign Up or Log In to comment on this post
Gaweb Studio Adult
Public post

Glassix 2 v0.19 released to Supporters


Hi guys !

Info & download links

Enjoy!

Like(0)
Dislike(0)
Comments  loading...
Sign Up or Log In to comment on this post
Gaweb Studio Adult
Public post

Poll results out!


Hi everyone!
So with a bit of delay, we have the results for the latest poll to decide which game I should work on. With an amazing amount of 3 voters (2 if we don't count a VIP patron who didn't want to use his full power, you're too caring Spectre :D), the winner is Lust City, quite a surprising result actually but quite interesting as well. Meaning a single "Fan" patron could have change the result! Too late now!
I've always enjoyed playing zombie survival/management games (though not a fan the necrophiliac aspect which is why Lust City will focus on Nymphomaniac virus instead of Zombie virus) but I always felt most of those games were lacking in features and I hope to achieve something familiar but refreshing in some aspects with this project.
Since this project will be more static than Glassix 2 while using lots of similarities like a city map to explore and locations to visit, it should be faster to get some proper gameplay. As suggested, I'll open a new channel on Discord to discuss about it more easily as I've already a few ideas in mind for the game I'd like your opinion about.
Glassix 2 will be on stand by until then though I might tinker a bit with it at the same time to test some stuff.
I'll thank the 2 voters for their time spared on voting and will try to deliver something as soon as possible but considering a basic release, the earliest would be September or October since I won't have much time in August due to vacation. You might want to cancel your pledge until then.
Thanks a lot for your patience and support !
Have a nice day!
Like(0)
Dislike(0)
Comments  loading...
Sign Up or Log In to comment on this post
Gaweb Studio Adult
Public post

Glassix 2 v0.19 released to Fans


Hi guys !

Info & download links

Enjoy!
Like(0)
Dislike(0)
Comments  loading...
Sign Up or Log In to comment on this post
Gaweb Studio Adult
Public post

Poll time: Campaign update!


Hi guys!
As I've hinted in previous posts, Glassix 2 development has been really slow due to being more dynamic than most games, everything is loaded dynamically from the mod folders which will allow easy modding in the future but makes lots of stuff not easily usable like other games and it's also been even slower due to a massive increase in my main we dev work which left me little time compared to before.
Looking at the state of the game, it's more of a tech demo with lacking features and no content. As for performances, it's also quite heavy on the memory and GPU due to rendering too many things at once, which can be fix with more textures/shader optimizations or reducing the amount of rendered stuff (for example, just show "shadow" NPC like most other games for never met NPCs).
Glassix 2 needs a lot more stuff for it to reach the basic state I envision:
  • Editors: Since I want the game to be easily modded, it will require editors for each aspect of the game: Create your own locations, buildings, cities, scenarios and so on. I've already started with the Characters and Events editor but those would also need a better UI to be easily used. So lots of work just on that.
  • Events: What's a game without NPCs interactions and naughty stuff! On this aspect, I think ChatGPT will be a huge help since it can deliver all the code I need in less that 1 second with the proper input. Some stuff needs to be carefully redacted of course, but for some other stuff, some AI content would work just as well, for example, having NPCs with specific traits and personality which would gives different dialogs when interacted with, as well as different dialogs based on affection and obedience, same as what Glassix 1 did.
  • Content: Besides events, the game also relies on unique entities, such as businesses, jobs which are used to make the city feel alive and simulate real life. You could start as a bum, find a job as a gym trainer, get ripped while earning money, buy your own gym, hire sexy trainers, implement a mandatory naked outfit for members and get even richer ! Jobs have promotions features, businesses have owners and can be purchased. A city would have several businesses to offer and let the player do whatever he wants. Some jobs could be basic "click to work" while others could add new gameplay or event opportunities like fireman or police man. Businesses would have unique employee ladders with different way to get promoted which would allow more replayability.
  • Spells: Lots of stuff planned here too. Some are quite basic like boosting attributes while other would open a whole new way to play the game which would require their own event and possibly UI. For example, the invisibility spell which is already in game lacks the actual naughty interactions and I'd like to create some kind of naughty mini game here where we'd be able to molest girls like some other games already do. So spells could have their own gameplay but also be used as event requirements to make the game easier.
  • Animations: Both daily life and sex animations. The sexy ones are intended to be modulable so that the same pose can be used with additional partners and make those more entertaining. Similar to Cumshot Simulator, you'll be able to move to different furniture and access different positions, the usual here.
  • UI improvements: The current UI is a bit blunt to say it nicely and I'd like to make it more game like, for example, the citizens UI would need an update to show citizen portraits for those who have been met and with better details. Text size would also need to be adjustable in the game options for wide screens.
  • Performances and quality: The game could use less resources of course. And there are some stuff which requires some fix, for example, transparent materials are currently still visible in the dark, the hair shader has not been updated yet to improve visuals. So some more work needed here too.
  • Online sharing: The game has its own website and I'd like to use it as a hub so that content can be easily shared, be it translations or game content. In game menus would also allow stuff to be shared easily.

Now that's a lot of stuff still planned for the game before it gets any better and with my current busy schedule, the pace will be quite slow for the next few months.
The fact that Glassix 2 is dynamic forced me to look into stuff which would have not been required if I had worked on a classic game. The shader part is actually quite a big topic on its own and were I've spent several months learning and testing, which slowed down the development quite a lot.
With the release of Cumshot Simulator where stuff was more static and faster to release, I thought it might better to put Glassix 2 on hold and work on another more static game where I could deliver fun gameplay faster. I originally had 3 games in mind with kinda the same mind control/corruption settings: Glassix 2, Vampire Revenge 3D (Not to confuse with Vampire Revenge Rebirth which was 2D and had to be cancelled due to the artist bailing on me) and Lust City (name to be changed maybe). I've reviewed my original introductions of those games to make them easier to create and I'd like patrons to decide if I should switch the currently active project (I still plan to release all 3 games, it's only a matter of order and time) or simply keep working on Glassix 2, any result is fine by me, but note that 2 other games would be patrons exclusive (require a minimum of 1$ pledge to access the beta version after 1 month).
As for the question, would those 2 games be really faster than keeping working on Glassix 2? I think so. I can't really say exactly how fast I'd be able to deliver their full version but similar to Cumshot Simulator, a lot of assets can be reused and I'd be able to focus on what I do best: coding, creating the battle feature and base managements which have a planned start and end as opposed to Glassix 2 which would require much more content.
So you can check the introduction for Vampire Revenge 3D here and the one for Lust City here then simply go there to vote!
Let's see what you want!
Like(0)
Dislike(0)
Comments  loading...
Sign Up or Log In to comment on this post
View next posts (6 / 209)

The subscription gives you:
  • Access to Creator's profile content.
  • Ability to support your Creator by pledging – one-time or recurring.
  • Means to reaching out to the Creator directly via Instant Messenger.

Creator Stats

346 subscribers
340 posts

Goals

$33 of $3,000
per month
Full time work! I'm currently working about half time on this campaign and would require this much to be able to work full time on this project.

Other Creators

Features

The subscription gives you:
  • Access to Creator's profile content.
  • Ability to support your Creator by pledging – one-time or recurring.
  • Means to reaching out to the Creator directly via Instant Messenger.
Subscribe
WE USE COOKIES

SubscribeStar and its trusted third parties collect browsing information as specified in the Privacy Policy and use cookies or similar technologies for analysis and technical purposes and, with your consent, for functionality, experience, and measurement as specified in the Cookies Policy.

Your Privacy Choices

We understand and respect your privacy concerns. However, some cookies are strictly necessary for proper website's functionality and cannon be denied.

Optional cookies are configurable. Disabling some of those may make related features unavailable.

We do NOT sell any information obtained through cookies to third-party marketing services.