Fan Art Rick and Morty: Another Way Home

kenta16807

Active Member
Oct 1, 2020
786
781
logo.jpg
Overview: Thought we needed a place to post fan-art/edits of: Rick And Morty - A Way Back Home and Rick and Morty: Another Way Home

Updated: 2024-12-31
Artist: ,Night Mirror and various others.
Censorship: No
Language: NA
Resolution: 1920x1080
Files: One Zip for now
Length: about 40Mb
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.

Change-log:
You don't have permission to view the spoiler content. Log in or register now.

Download: - -

s17_5_5.jpg S33_3_9b.jpg
 
  • Like
Reactions: Itisme50

kenta16807

Active Member
Oct 1, 2020
786
781
There's a somewhat easy method to do minor mods to loops in Ferdafs 'A way back home v4' (Unity)

You'll need for mono and plugins TextureReplace,

I'm on Linux, it may work differently on win(or not at all...)

It's probably unwise to run Unity with Net access so I'm using firejail:
firejail --nogroups --net=none --nodbus --nou2f --private-dev --private-tmp --seccomp ./run_bepinex.sh RM_v3_9bLinux.x86_64 -screen-fullscreen 0 -screen-width 1920 -screen-height 1080

This has the added benefit of running the game in a 1920x1080 window.
(Yes, the startup script for v4 is named v3_9b...)

If not planning on using the video in renpy mod, run any resolution...


Start 'Game' with the BepInEx script

Use ObjectExplorer to navigate to the scene you want to mod.
Screenshot_20250101_091950.jpg
Hit Alt-F11 to start a dump of assets, the script dumps a lot of irrelevant things also...

Find the texture files you need in [Game folder]/BepInEx/plugins/ModImagesDump/[Name of scene]

Ex. 'Visiting the cinema with Beth' is scene beth_15_0MB
we have texture_00_8fc0f6753fd79db160fb8d538237b7fc.png containing the condom and Beths trousers.
texture_00_8fc0f6753fd79db160fb8d538237b7fc.jpg
I want both gone, so use GIMP to remove them and save the image with the exact same name to
[Game folder]/BepInEx/plugins/ModImages
texture_00_8fc0f6753fd79db160fb8d538237b7fc_mod.jpg

You'll have to quit and start the game again for changes.

Now navigate to the scene, hit [Misc - Toggle HUD] and F7 to hide Object Explorer.

Record video with your favorite screen grab softw. :geek:

Night Mirrors post on the subject.