Anonymous88

Member
Jun 26, 2017
159
315
seem like the option to remove NPC is there?

View attachment 2401885
Ah, that. That wasn't added by me, it was in the original game. It doesn't actually delete the character, instead it kills them (literally sets them as "dead" in the code). So, it's similar to what I want to do, the only problem is that the npc's ID in the code will not be freed up for usage later. Also, it seems this action is only available when you are in the Friends menu, and only for npcs that you have not had sex with. Enemies, lovers, best friends, mere acquaintances, addicts, whores, and drug mules apparently shouldn't have this option, so it isn't as versatile a feature as the requested feature to delete any npc.
Issue was fixed, or at least I could not replicate.

I'm going to try and add the bdsm club stuff from the latest translated version as it should be quite self contained
I'm glad that fixed it! ^_^ Can't wait to see your upload!

Edit:
I just realized this, what about allowing male to female PCs to get pregnant?
I'm not sure, but I think that's possible already? It seems to only be a 1/100 chance, but as long as you can have vaginal sex, the code will give you a chance to get pregnant, regardless of your original gender. At least, I couldn't find any code that says otherwise... -_-;
 
Last edited:
  • Like
Reactions: Susan Xandera

Anonymous88

Member
Jun 26, 2017
159
315
New update! ^_^
I'm doing a lot of restructuring of clothing to pave the way for cosmetic clothing, and I'm also trying a couple things to better implement settings and cheats to get them off the status panel~
  1. Options and cheats are their own tab in the objects panel (where "character" and "statistics" are)
  2. The new tabs should appear the next time your stats update, but the cheats tab WILL disappear if you have cheats diabled
  3. Infinite energy and energy refill cheats will now appear as their own icons above the energy bar, so you can now "lock" your energy to full at will
  4. If you are wearing anything in your 'socks' slot, you will not be described as 'barefoot' anymore
  5. Socks, stockings and pantyhose moved from dress/skirt descriptions to shoe descriptions, instead of being appended to dress or skirt descriptions. It's now a very dynamic system, you'll even get a description if you're wearing nothing but shoes and socks!
  6. Cleaned up descriptions for shoes, also made in-scene descriptions of dresses more concise (though I don't even know how you'd get one in-game without cheats)
  7. (Bugfix) You can now leave the slum market if it is closed
  8. (Code change) New locations added to modularly handle clothing descriptions, and to clean up the 'cloth' location
  9. (Experimental) I tried dynamically generating text descriptions with dresses, if that works, then combined with the changes to socks and shoes it might really clean up clothing code! ^_^ That means, more types and varieties of clothing could be easily added
  10. Functionally added eye contacts into the game. There are none actually implemented, but the framework has been added to the clothing system.
This version may have bugs as it's the midway point in changing one of the more confusing mechanics in the game. As always, please let me know of any bugs you have found, or suggestions you have. ^o^
 

Anonymous88

Member
Jun 26, 2017
159
315
Okay, I think I got it working!

  1. Colored eye contacts are working! Go to the Expensive Store to get them. There are 20 different kinds, from the normal eye colors to special ones, like heart-shaped purple eyes or yellow cat eyes.
  2. A couple cheats were added to the appearance window from your house. Nothing much yet, just the option to change your natural eye or hair features. You need cheats enabled to see them.
  3. Reworked the way tops are read in your Character tab. Now they will be slightly more dynamic, and with proper punctuation (I think). Also, characters in a slave harness will not have their nipples showing if they're also wearing a bra now.
  4. (Code Change)Nipples poking through your top is now more dynamic, and doesn't require you to necessarily have large nipples.
  5. (Flavor)You can now have average-sized nipples (yay).
  6. (TL)Rus hair is now properly called light brown hair.
  7. (Bug)The slum market will not sell you an undershirt when you asked for underwear.
 

Susan Xandera

Active Member
Jul 13, 2017
632
844
Okay, so in the last update I discovered that if you kill Mabuta a location error pops up at the bar in the Black District. Sorry for forgetting to post it up yesterday before you put this update out.
 

Anonymous88

Member
Jun 26, 2017
159
315
Okay, so in the last update I discovered that if you kill Mabuta a location error pops up at the bar in the Black District. Sorry for forgetting to post it up yesterday before you put this update out.
Can you get a picture/the text of the error?

Edit: I might have fixed it, let me know if the error still appears.
 
Last edited:
  • Like
Reactions: Carloschacal2

Anonymous88

Member
Jun 26, 2017
159
315
Darksloi , I'm having trouble reproducing that error, so I just have a couple questions -
What were you doing at the time to get that error?
Was it just when you entered the night club, or when you clicked a specific action?
And (just in case): Are you using the most recent version in the OP, or my most recent version?


Edit: I found it! It was an error when fighting while dancing, right? Fixed in the attachment.
 
Last edited:

Anonymous88

Member
Jun 26, 2017
159
315
New update! ^_^

There were a few bugfixes in this update, but the big thing added is a small revamp on whore pill-feeding. It's all on the main screen, in an easy-to-read table! I even added the ability to batch-feed up to 100 pills at once! Also, I adjusted Estrogen, since there seems to be a vanilla problem with the game, that feeding too much Estrogen to a girl can actually lead to her having a negative weight and figure. It's weird and involves calculations for "build", so for now you can't use Estrogen to make a character less than 30 kg lose weight (they might still go lower than that if they are close to 30 kg when you feed them the pills though, but probably nothing negative).

The Pills menu is collapsible, and will remain expanded if you leave it open, but it is unique to each whore, so you can leave it open for one whore while keeping it hidden for another.

This feature is new to me but I hope it's a step forward in improving the flow of the game. If something doesn't work, you notice another pill that doesn't work well with batch-feeding, or you don't like a change added by this update, please let me know! ^_^
 

Anonymous88

Member
Jun 26, 2017
159
315
Okay, this is a bit of a weird update, so bear with me:

  1. The University is now available on weekends.
  2. University description is more flavorful, and better tells you the state of the facilities.
  3. The gym and library on campus have their own sub-prompts, shortening the action list (this may be temporary, depending on the direction the University content takes).
  4. You can rent a private study room in the library for ¤1. If you are horny, you will still be able to gain knowledge, and if you are not, you can gain up to 5 knowledge instead of 3. Also, studying in the private room will not trigger the student asking you for help studying.
  5. You can apply to university after the game has already started by bribing the Admissions Officer. This has not been tested much and will probably have bugs, so let me know if and when something breaks when trying it out.
  6. The computer rooms in the University are now inside the library. This means that to access them you have to access the library.
  7. You can train with the football team even if you miss the first hour of training.
  8. The coach will now only recruit you if teachers are roaming the hallways when you are jogging.
  9. The university itself is better modularized. As of now, there is scheduling added to keep better track of when the gym and library are open, and when teachers should be roaming the hallways.
  10. On the weekends, the library will be 'practically deserted'. There will be nobody else around, so there will be no frustrated students to help with formulas.
As a side note, the way the game works now, going to classes is merely a segment of your home's 'go to class' action, but in the future, I plan to have you able to visit classes directly from the street instead of having to go home first. You will still be able to do it from home, but it will actually send you to the university. For anyone out there who's wondering why that matters, it will make classes in the university more modular, so they'll be easier to change or add to in the future. That means things like driving lessons, or specialized courses to train skills will be possible in addition to the normal classes. It also means you'll be able to barge into a classroom while class is in session, for all kinds of fun events.

...I haven't really had time to double-check if everything is working alright with the new scheduling code, so let me know if options don't appear or appear too frequently.
 
Last edited:

KOV1970

New Member
Oct 3, 2017
14
4
А есть у кого нормальная ссылка последней версии, а то не работают те что тут есть.
 

DeMarcus16

Member
Apr 12, 2017
222
126
Ahh, the memories.
not trigger the student asking you for help studying.
I added the ability to sex them up if the relationship was high enough (10/19 version??). But I didn't know/understand the sex system well enough to do a polished job of it. I did it by sending it to the "invite home", (or whatever), with a trigger to send you back to the library when finished. Worked OK.

Good times! I'm gonna have to download your version soon, though it's a busy time for me at work. Keep it up!
 
  • Red Heart
Reactions: Anonymous88

Anonymous88

Member
Jun 26, 2017
159
315
А есть у кого нормальная ссылка последней версии, а то не работают те что тут есть.


This is the official forum for the most recently updated version of the game. Download links are in the first post.
Это официальный форум последней обновленной версии игры. Ссылки на скачивание в первом посте.
(Reply brought to you by google translate, hope it's right.)
 

KOV1970

New Member
Oct 3, 2017
14
4


Это официальный форум последней обновленной версии игры. Ссылки на скачивание в первом посте.
Это официальный форум последней обновленной версии игры. Ссылки на скачивание в первом посте.
(Ответ предоставлен вам гугл-переводчиком, надеюсь, он правильный.)
[/ЦИТИРОВАТЬ]

И где там игру ЗЛО искать? Может скинете ссылку на скачивание игры? Лучше с МЕГА или Гугл-диска.
 

Susan Xandera

Active Member
Jul 13, 2017
632
844


This is the official forum for the most recently updated version of the game. Download links are in the first post.
Это официальный форум последней обновленной версии игры. Ссылки на скачивание в первом посте.
(Reply brought to you by google translate, hope it's right.)
Why do people forget that to tell others that YOU NEED TO MAKE AN ACCOUNT TO SEE MORE ON THE UPTOWN SITE!
 

Anonymous88

Member
Jun 26, 2017
159
315
Why do people forget that to tell others that YOU NEED TO MAKE AN ACCOUNT TO SEE MORE ON THE UPTOWN SITE!
Oops, yes, you do need to make an account. I guess I assumed they already did. :whistle:
And where is the game EVIL to look for? Can you post a link to download the game? Better with MEGA or Google drive.
Main game



Patch files



Keep in mind that the game hasn't been updated in about a year, so this is the most recent version.
 
Last edited:

Anonymous88

Member
Jun 26, 2017
159
315
New update!

  1. Your house is actually a place in the world, you can now see it in the list of buildings.
  2. Different houses have different locations. The dorm is in the same place, but the apartment and mansion are now located downtown
  3. If you have bodyguards, they will offset the chances of your first meeting with Mabuta. They will not completely prevent it, though.
  4. New visual format for downtown businesses, if you like it I'll do more with it, if not I'll get rid of it.
  5. Houses you are not living in will still appear in their location, but you can't interact with them (yet).
  6. The money cheat is now input-based, you can give yourself any amount of money you'd like.
Edit: I got tired of spamming the thread with new posts, so I'mma overwrite the attachment here, re-download for the update!
  1. The new format for the downtown area now also includes Residences, making all downtown buildings included in the new format now.
  2. Condensed the formatting to make the options less spread-out.
  3. Business and Residence buildings are side-by-side instead of top-to-bottom, for better widescreen viewing.
  4. Tried a mechanic for dynamically adding to an array, it seemed to work! In the future, this system will allow way more dynamic placement of buildings with way less code actually used.
TLDR: I'm slowly making parts of this game dynamic and modular now. This update is helping me form a framework for adding new buildings to a location without adding several lines of code, which means modding in things like...maybe a building for cheat items, or perhaps a dojo for taekwondo or something, would be easier to do.
 
Last edited:

KOV1970

New Member
Oct 3, 2017
14
4
Ой, да, вам нужно создать учетную запись. Наверное, я предполагал, что они уже это сделали. :свист:

Основная игра
Мега

Файлы патчей
Мега

Имейте в виду, что игра не обновлялась около года, так что это самая последняя версия.
[/ЦИТИРОВАТЬ]

Огромное спасибо! (у)
 
  • Red Heart
Reactions: Anonymous88