Aila

Newbie
Jul 10, 2018
90
42
В игре всего 2 квеста. Что еще можно делать в игре где нет ничего? Строить отношения с НРС, а зачем? Зарабатывать деньги и прокачивать скиллы, а для чего? Игра существует уже долгое время, но кроме мелких изменений внутреннего интерфейса, в ней нет ни чего из того ради чего люди играют в подобные игры!Уже давным давно в игру были добавлены различные локации, такие как к примеру, школьный туалет. А зачем? Там даже по писать нельзя!

There are only 2 quests in the game. What else can you do in the game where there is nothing? Build relationships with the NPC, why? Earn money and skills, but for what? The game has existed for a long time, but besides minor changes in the internal interface, there is nothing from what people play such games for it! Various locations have been added to the game, such as for example, a school toilet. Why? You can’t even write there!
 

KibaXinuzuka

Member
Jan 30, 2018
200
48
To get the cheats to work with any code...

(open the html file in notepad++ to edit)



For version 0.0.10 the line to replace has changed into:

Code:
window.DevEng=function(e){!function(e,t){return"20c7f8b2"===function(e){let t=0;if(0===e.length)return t.toString();for(let a=0;a<e.length;a++)t=(t<<5)-t+e.charCodeAt(a),t|=0;return(t>>>0).toString(16)}(e)}(e.toLowerCase())?alert("Invalid password. Try again."):($.wiki("<<run Dialog.close()>>"),$.wiki('<<goto "NewCheats">>'))}
Other than that, the Raven's post is still valid.
This doesn't work as I got a error warning when I started the game and Raven's link is dead now
 
May 20, 2019
35
33
My advice, which is obviously based on what I enjoy in a game, so I don't expect everyone else to love it, but maybe it can give some ideas...

1) Focus on at least ONE story arc. Maybe just Ethan to start. Develop that story completely with all the options and story you can think of. That way we have SOMEONE to focus on, if we want.

2) Keep making our character a character. Are we a college student? If so, we should HAVE to go to class or flunk out. Pick a major/degree field. Why are we wanting to change people? How do we get the idea to change people? Have our skills to change people develop, too.

3) Do something with the fact you called this game VICEburg. Maybe this town engages in their vices to a more open extent than the general population. Make your title relevant to what we're doing!

Anyway, if this helps, great, if not, just keep doing what you're doing.
 
  • Like
Reactions: mathias and Aila

Hardor

Member
May 29, 2020
431
266
In other words, the game is in your head. It's like Dungeons & Dragons, but porn.
I see my friend that you are a new comer. If you would have started playing during ADVANCED Dungeons and Dragons second edition, you would know from the pictures in the books that D&D IS PORN. ;)
 
  • Haha
Reactions: mathias

Hardor

Member
May 29, 2020
431
266
This doesn't work as I got a error warning when I started the game and Raven's link is dead now
Let me guess, you tried to start by refreshing the page in browser. I got that error too, but it works when you close the window/tab and re-launch it from the file, which should come with no errors.

If its not that, you replaced too much or too little, so ctrl+z in notepad++ (if you didn't close the file from it) and try again.
 

BubblesTheAllMighty

Active Member
Sep 22, 2020
863
954
To get the cheats to work with any code...

(open the html file in notepad++ to edit)



For version 0.0.10 the line to replace has changed into:

Code:
window.DevEng=function(e){!function(e,t){return"20c7f8b2"===function(e){let t=0;if(0===e.length)return t.toString();for(let a=0;a<e.length;a++)t=(t<<5)-t+e.charCodeAt(a),t|=0;return(t>>>0).toString(16)}(e)}(e.toLowerCase())?alert("Invalid password. Try again."):($.wiki("<<run Dialog.close()>>"),$.wiki('<<goto "NewCheats">>'))}
Other than that, the Raven's post is still valid.
Wasn't sure if I was doing it correctly, but got it to work on the first try at least.
Thanks (y)
 
  • Like
Reactions: smokrader

KibaXinuzuka

Member
Jan 30, 2018
200
48
Let me guess, you tried to start by refreshing the page in browser. I got that error too, but it works when you close the window/tab and re-launch it from the file, which should come with no errors.

If its not that, you replaced too much or too little, so ctrl+z in notepad++ (if you didn't close the file from it) and try again.
I didn't refresh the page

I got the error as soon as I start the game

I did what you show to do and I got the error
 

Hardor

Member
May 29, 2020
431
266
I didn't refresh the page

I got the error as soon as I start the game

I did what you show to do and I got the error
And the game worked correct WO errors before you replaced the line? You did find the whole line to be replaced with search (if you didn't then you might have another version for some reason)? Did you replace with painting or b using the replace-function in notepad++ (reduces chance of replacing too much or little)? Did you use Windows notepad or Notepad++ (yes, there is a difference)?

You might want to post the error code and perhaps even a picture about the code AFTER you have replaced the line, since even one missing or extra comma or other character can and usually will cause problems.

For me and couple of others that has worked perfectly, so the problem is most likely something on your end.
 

KibaXinuzuka

Member
Jan 30, 2018
200
48
And the game worked correct WO errors before you replaced the line? You did find the whole line to be replaced with search (if you didn't then you might have another version for some reason)? Did you replace with painting or b using the replace-function in notepad++ (reduces chance of replacing too much or little)? Did you use Windows notepad or Notepad++ (yes, there is a difference)?

You might want to post the error code and perhaps even a picture about the code AFTER you have replaced the line, since even one missing or extra comma or other character can and usually will cause problems.

For me and couple of others that has worked perfectly, so the problem is most likely something on your end.
I did what you say and I still get the error warning

I had attached pictures to show you what I change and what it said when I start the game
 

Hardor

Member
May 29, 2020
431
266
I did what you say and I still get the error warning

I had attached pictures to show you what I change and what it said when I start the game
You didn't copy the litany to replace the whole initial litany, which is proven by the first picture. As you can see (maybe) the argument starts from comma (,) and ends to another comma, where your replacement line ends into a semicolon ( ; ).

Also the argument to be replaced should have last characters "))}" but you have "a=0".

So try copying the whole argument line and search for it and then use the Notepad++ "replace" (next tab from search in the same search-window) to replace it with the new argument. And yes, it is insanely long argument replaced by quite short one.

You are lucky you don't need to do this with hex-editor, since there replacing something with non-equal length is a pita, as is copy-paste and just single hex wrong and you risk BSOD (or atleast did, since now OS's tend to be more sturdy and allow comebacks with quick-button task-kills). ;)
 

Sick&Alone

Member
Aug 30, 2020
397
157
old saves don't work? [had save file from .8, won't load, errors]
also: New game, but keeps changing profile pic! WTF?

Really wish could load save file, but maybe too many changes since .8?
 

Sick&Alone

Member
Aug 30, 2020
397
157
I assume still no way to replenish ENERGY? [mentioned this several versions ago]
No options in Kitchen (eat?!? yes Dev IRL people EAT!) Bathroom (shower/bath) etc.
 
2.40 star(s) 18 Votes