Create and Fuck your AI Slut -70% OFF
x
4.10 star(s) 60 Votes

hakulaku97

Well-Known Member
Mar 13, 2019
1,673
4,340
471
That i know that 0+500 = 500 is but why is moolah rick in this case.
and getIntegerVariable is expecting are string that is why "money"
and the second say's setIntegerVariable weach means get what is stored in money and but it into num.
Because if i use this string money = "500"; the game crashes for me it seems ther is something wrong but not sure if its from the game or unity itself
money is type integer which mean only numbers like 1, 2 , 3 not strings which is tex. also molah is just a local variabl so to speak in context of the game itself there is no 1 to 1 connection to thhe actual conetx of the game

without game context the function has a parameter so addMOney(200) [moolah is now 200] can be called after that moolah will be set to 500. then we call the getInter unction to revieve potential bvalue of the variable money which is in all bases 0 at the beginning. we store this value in the variable num. then we the code does num + moolah and stores it into num which is 500 in this case. then we store the value of num into the variable money. after that only display text code

so speaking this code does not make sense at all. the variable money just stores the money you have in the game

he should have coded it that way:


Code:
public void addMoney(int amountToAdd)
{
    int money = getInteger("money");
    money += amountToAdd
    setInteger("money", money)
}
i left the set and get funtion simply to write faster and i left out unity display text

so in my case moolah is ammountToAdd the dev has just a terrible way of naming variables
 

Night Mirror

Well-Known Member
Modder
Jun 2, 2018
1,993
11,944
698
this game being almost 20gb is just hilarious
It's because the archive is unpacked. Instead of being a single data.unity3d file (sort of fancy zip file), it's all the individual asset elements instead, which is pretty big.

My guess (because I can only guess) is because the trouble he's been having with MACs having issues with single files more than 2GB. Splitting it open means no file is more than a few hundred MB. Or he forgot to pack it? Again, just a guess.
 

DickKingLoL

Member
Aug 17, 2020
278
277
139
what are major differences between this and other "another way home" i know its a parody of this but which one is more stable/ more content?
 
  • Like
Reactions: Hardiskzs

strenif

Engaged Member
Aug 18, 2017
3,369
6,265
755
what are major differences between this and other "another way home" i know its a parody of this but which one is more stable/ more content?
Another Way Home is the better version.

This one is the main game but it's in Unity and the dev tried to do a sandbox game but the coding sucks.
The renpy remake turns it into a VN and adds some spicier writing.
 

123k2kd

New Member
Jan 18, 2022
11
4
13
Going to skip this one. I can't get excited about the random alien chicks that were in one episode of the show.
I know it's very Rick and Morty to have zany adventures but I still rather the story be focused on the earth girls (mainly Beth and Summer).
Bruh the characters that have lewd scenes aren't even in the Rick and Morty main series, it's in some spin-off short series of the vindicators 2 lmao

Edit: my bad, seems like they were at least mentioned in the episode lol
 
Last edited:
  • Sad
Reactions: strenif

John Dirt

Member
Aug 29, 2017
191
66
212

hanzx

New Member
Jul 11, 2021
9
6
70
I stopped playing in version 3.6, saw the update, downloaded it, and... but what the hell happened?? Is it a new game? That was a super mega downgrade!
 
  • Like
Reactions: triscuits

qhrieughuebgq

Newbie
Nov 7, 2023
57
125
134
Are you serious? You can't expect the creator to cater to every ones particular fetish. You have to be realistic. There just isn't that many people who prefer erotica involving geriatric transsexuals. Not according to Google, anyway. Considering the few updates Ferdaf is doing, adding some new pathway would be a mistake.
Don't pretend like you don't want to plow Morty, especially the one dressed as Jessica, while he goes Oh Jeez, Oh Jeez, Oh Jeez.
 

master861

Well-Known Member
Nov 4, 2022
1,249
1,606
286
Can i it be that ther is are loop because i finshid the event with beth that wear morty turns into are horse, but the quest is still ther in the quest log?
 

Night Mirror

Well-Known Member
Modder
Jun 2, 2018
1,993
11,944
698
Why won't they combine forces officially?
Will you ever team up with Ferdafs?
Short answer, no. Longer answer also probably no. As strange as this may sound, the two games are not really compatible. This is mainly down to two major things. First is the wandering mechanic used in the original game. I'm... not a fan, to be as nice as I can about it, and I think this style inherently hurts the game instead of helping it, so I'm 100% unwilling to reverse course and add it in. Second, is that I have leaned heavily into some themes (incest) that pateron frowns on. And again, I'm unwilling to censor my work.

On top of all that, I'm doing this project for fun, and free. Getting paid for it changing both the expectations and my enjoyment.

Plus, I'm not sure how much people would get out of something like this, it would be a very different dynamic working under someone as opposed to the level of control and communication I current have.
Honestly, I'm not sure what people would expect out of this? Me switching to Unity to fix bugs (haha, no fucking way)? Him switching to Renpy (haha, no fucking way)? A single game? Well... I mean, just pick one and play that, either version. If you are DLing it from this site, it's not like it impacts either game.
 

jvbatman

Active Member
Feb 16, 2024
910
2,238
320
Honestly, I'm not sure what people would expect out of this? Me switching to Unity to fix bugs (haha, no fucking way)? Him switching to Renpy (haha, no fucking way)? A single game? Well... I mean, just pick one and play that, either version. If you are DLing it from this site, it's not like it impacts either game.
They just want to see you two kiss.
 
4.10 star(s) 60 Votes