#ror2-modding

1 messages · Page 134 of 1

timid swallow
#

check on thunderstore

barren gate
#

I shall tomorrow when I'm at my pc again, thanks :3

alpine relic
#

What ones are those

timid swallow
#

like, you might think it's overwhelming at first, having 4 different mods that all add items

#

but it allows some really cool builds

#

psg not an instascrap anymore with those

alpine relic
#

Honestly I wish there where more mods that add enemies and bosses

timid swallow
#

regigigas

#

claymen, dwarfshroom

alpine relic
#

Screw the mushrooms

timid swallow
#

nah they're funny

alpine relic
#

Tho I do really like the direseeker

timid swallow
#

yeah, direseeker is cool

#

tho i can't find the third button

alpine relic
#

Hopefully we’ll get more enemy and boss mods in the future

timid swallow
#

sure, starstorm gonna add wayfarer as a boss, and some smaller enemies

#

gonna take some time

gleaming cobalt
#

does photomode mod work?

timid swallow
#

maybe we're even gonna see king crab in future

timid swallow
alpine relic
#

What’s the mod website called again

timid swallow
#

thunderstore

gleaming cobalt
#

thunderstore

alpine relic
#

Ight thank

gleaming cobalt
#

photomode works

alpine relic
#

What does deprecated mean?

timid swallow
timid swallow
alpine relic
timid swallow
#

yes

#

it's gonna be back soon

#

soon tm

alpine relic
#

Yay

#

How long till starstorm updates

sharp sluice
#

Every time you ask it takes longer

alpine relic
#

I’ve only asked once tho

rotund lake
#

question is r2modman not working for anyone else?

wise ferry
rotund lake
#

when i play modded, none of the mods are working

#

like i have character mods, but they dont show up

#

and other mods dont appear either

#

i have the latest version, 3.1.9

wise ferry
rotund lake
#

thank you

#

i will try it out soon\

mossy lagoon
#

also scaling blood shrines works

hollow oracle
alpine relic
real kite
#

so what does it mean for a mod to be deprecated?

acoustic raft
#

Usually means it doesn’t work

#

Sometimes used for other stuff

real kite
#

but does that mean that those mods cant come back and be tweaked for the new update to work again? or are they gone forever and their isnt support for them anymore

sharp sluice
#

The mod author can still release a new version

#

And then it wouldn't be deprecated anymore

#

But you'd have to ask them to know if they plan to

real kite
#

i see okay thanks

timid swallow
mossy lagoon
#

nice

cunning horizon
#

nooo all my fem mods are deprecated

brittle swift
#

lol

vale widget
remote briar
#

So it looks like Moffein updated BanditReloaded to work with EngimaticThunder instead of R2API, but how do I get it to work with the former over the latter?

mossy lagoon
#

download it

#

also wait what banditreloaded is still deprecated

remote briar
#

Yea idk, on github it says he made that update 2 days ago, and even updated yesterday to fix a askin

#

And on modman and thunderstore mod manager, I can't download banditreloaded without it installing r2api automatically

#

I'm gonna have to do this shit manually huh?

mossy lagoon
#

so it's probably not ready yet

#

but yeah you could build it from GitHub and install it that way

slow grotto
#

Not ready for release yet, still needs tweaks and fixes

untold berry
#

@gray mulch I've managed to get a little help from Rob to make a proper mod out of what I was attempting to do, we're basically 1 step away from finishing, though I haven't heard back from him, yet it's so close to being finished up. Do you know what I should use to call RegisterSurvivor in Awake()?

gray mulch
#

There is no registersurvivor to call anymore. that is done through adding a contentpack now and I haven't investigated exactly the funcs you call to do it.

untold berry
#

O o f. Hm..

abstract valley
untold berry
#

MMhook-Standalone

gray mulch
#

I personally just IL hook the catalog inits to add whatever I need. an On hook would work as well.

abstract valley
#

your easiest choice probably is to just add your SurvivorDef to your own ContentPack and hook ContentManager.SetContentPacks

#

add your ContentPack to the list and call orig

#

game will do the rest for you

untold berry
#

Uhh, I think I've done that actually

#

Correct me if I'm wrong and I'm looking at the wrong thing?

abstract valley
#

No, that's right

#

what's up with your references?

untold berry
#

Oh hol' up, I forgot to set references again, they were loaded up yesterday, but I just loaded up the Visual Studio save again.

abstract valley
#

You shouldn't have to re-do them every time

untold berry
#

H u h.. That's strange.

#

Regardless, I assume this is looking proper now:

#

I hope

cunning horizon
#

ah yes code

#

I absolutely understand none of it

untold berry
#

Same to be honest BUT I'm trying to get there regardless lol

#

Regardless of difficulty and lack of understanding and basically everyone who actually knows how to code carrying me here, I'm trying to get some place.

thorn plaza
#

If I just wanted to use the mod to save mid run, I still couldn't earn achievements and such right

#

Using mods would disable all that?

gray mulch
#

mods don't disable achievements

thorn plaza
#

Oh sick

#

My life is kind of hectic so at any point I have to stop playing runs, always sucks when I'm on like stage 6 or something before obliterating and then something comes up and I have to abandon

untold berry
abstract valley
#

yes

#

call RegisterSurvivor in Awake

untold berry
#

Kinda hoped this'd be simple but nothing's simple when you don't know what you're doing commandosweat

abstract valley
#

wait

#

where are you loading your survivor

untold berry
#

Trying to put it on the character select screen. Emphasis on trying.

gray mulch
#

for my sanity, pls, pls, pls, just add the const keyword before those strings

abstract valley
#

what are you truing to put on the select screen

#

you can use const in methods?

gray mulch
#

Yup

untold berry
#

Basically anything as a vanilla body in the game p much

abstract valley
#

immutable var const or weird C# field const

#

ah

gray mulch
#

Compile time const.

abstract valley
#

still yucky then

gray mulch
#

const in C# is always just a macro. basically #define but they at least write the value to metadata.

abstract valley
#

i want immutable vars huntresssip

untold berry
#

The basic goal was just, make a mod, be able to put any vanilla in-game body into the select screen as a standalone mod for personal usage. Majority of this was just Rob's handywork and the tutorial stuff. So uh..

#

If there is anything that needs adding, where and what?

abstract valley
#

anyway, you need to load the body of the grandparent from resources

#

RegisterNewSurvivor has to be called with the gameobject you want to add as a survivor

gray mulch
#

Realistically speaking though, resources isn't how you wanna do that. Assuming they want to add more than just one thing.

abstract valley
#

¯_(ツ)_/¯

#

get something working, fix it later

untold berry
#

To be fair I could just make multiple of the same mod if I need to add multiple (unless it conflicts with itself or something)

gray mulch
#

You want to loop over stuff in bodycatalog and create defs for all of them. Much less code involved.

#

Ah I thought you said you wanted to do a bunch.

untold berry
#

Even then, I'd want to add one and get that working first

#

But no, I'm sticking with just one so far

#

I'll try to see if I can get multiple in the future, but, one step at a time

#

In which case, how exactly would I go about loading grandparent's body from resources? Also reminder, aim's to just add a vanilla body ID to the select screen, not create a new one

abstract valley
#

Resources.Load<GameObject>("path to grandparent body");

untold berry
#

Ah right. I can prolly get the path. Do I put that in awake()? Or.. Somewhere else?

abstract valley
#

yes, in Awake

#

you'll need to do something similar to

var grandparentBody = Resources.Load<GameObject>("path to grandparent body");
RegisterNewSurvivor(grandparentBody, grandparentBody, Color.WhateverColorYourWant, "", null);
#

at least i think the unlockable def can be null

gray mulch
#

Can't use body as a display. Need to do body.getcomponent<modellocator>().modelBaseTransform.gameObject

#

You'll break the logbook otherwise

abstract valley
#

oh

#

then heretic currently breaks logbook

#

cool, i'll fix that then

untold berry
#

Is the path to the grandparent body something like this then? "Prefabs/CharacterBodies/GrandparentBody"

gray mulch
#

Most likely

untold berry
#

I did try to use Windows' heretic mod as a base point before, but that's what caused awake() to kinda die, so I started from scratch instead.

abstract valley
#

depending on the version you used, yeah it was probably broken lmao

untold berry
#

I guess my thought process was just "He added heretic to the select screen, lemmie just change that to use something else instead"

abstract valley
#

either way copying it would only work for bodies that have a survivordef

untold berry
#

Broke entire game

abstract valley
#

heretic does, grandparent does not

untold berry
#

That explains that I guess.

#

So uh, have I done this right?

abstract valley
#

try it, see if it works

#

it'll break the logbook

#

but nothing too bad should happen

untold berry
#

Alright. Will try a compile and see.

#

Uhh, just installed and enabled, game has booted up fine, no errors in console I don't think? But, nothing has appeared on the select screen

#

Even the Logbook is intact so, It seems to have not registered.

#

Oh wait, hang on.. Think something went wrong. Lemmie try again

gray mulch
#

If you view the character it will implode

untold berry
#

I wouldn't be surprised, though nothing registered at first though I think I made a mistake. And now my steam's crashing so huzzah.

#

Ok I don't think something's worked. It loaded up the mod, though I can't see anything particularly wrong in the log, and the select screen is as normal as ever.

abstract valley
#

oh

#

try setting survivorDef.hidden = false; in RegisterNewSurvivor

untold berry
#

Wait there's two of them Which one am I putting this in?

#

Or am I misunderstanding entirely

abstract valley
#

second

#

the method

untold berry
#

Ok cringe moment inbound, I'm not sure where I'm putting that. In or after the brackets, but even so It looks messy as hell. So I can't tell where abouts this is supposed to go.

#

OH WAIT HOL' UP, I'M STUPID.

#

Supposed to go here isn't it

#

Alright, let me try again because I'm no longer fumbling around clueless.

#

Nope, still nothing.

#

Same result unfortunately..

#

Eh, @abstract valley, would it be more convenient if I sent over the project file for this or something for you to trial and error, I think it's clear I have no idea what I'm doing to even try to attempt to fix this.

abstract valley
#

you can try asking around in the development channel on the modding discord

untold berry
#

Hmmm. I might drop a message to Rob again to see if he has any input. Trying to find an alternative around editing Assembly-CSharp.dll being no longer viable to add characters to the select screen has been a difficult task.

#

God this used to be easy to do

lone edge
#

if a mod is depreciated does that mean it wont get fixed?

versed condor
lone edge
#

dope thx

late frost
#

Hey anyone know when the goku vegeta and trunks mods will be up and running again?

mossy lagoon
#

they are

late frost
#

Oh I've been trying and its not working

#

Won't even load the start screen

#

Like I updated them all today

#

Anyone know why this is happening?

cunning horizon
#

same issue lol

late frost
#

I'm so confused and don't know a lick about coding

#

Alot of the time thunderstore mod manage won't even open

cunning horizon
#

im just upset the fem mods no work rn

late frost
#

fem mods?

cunning horizon
late frost
#

oh eh cosmetic mods arent really something ive been into but i hope they work out soon

cunning horizon
#

theres some really cool ones tho ngl

late frost
#

i may check them out

#

it keeps getting stuck here

#

and then the screen is blacwith no soud

#

it shows the hopoo logo then nothing

#

any help?

untold berry
# abstract valley you can try asking around in the development channel on the modding discord

I've heard back from Rob, supposedly I just need one line to finish up the mod to add the contentpack. He sent something along the lines of

"on.ror2.contentmanager.something += addcontentpack"

Though I have absolutely no idea where I'm supposed to put this or if I'm just supposed to add part of it to something. Perhaps you know where? Trying to get this done asap so I stop having to pester people 24/7

late frost
#

are you having the same problems i am?

cunning horizon
#

man the new update really fucked over the modding aspect rn

#

cause like I don't even have the dragon ball characters

#

even though I have it updated

abstract valley
#

in awake

cunning horizon
#

and like the icons for abilities being broken

late frost
#

i cant even launch my modded version

abstract valley
late frost
#

ok ill give it a shot

cunning horizon
#

like whats up with the icons

grizzled bolt
#

ah yes my favorite modded character
l i g h t

cunning horizon
#

lol i windows+shift+s so loader did the shift ability

#

yes i use the default controls

#

but like

#

i don't get whats wrong with the icon

#

I don't believe anything should be messing with it

late frost
#

my stuff is m1 m2 m4 and m5

grizzled bolt
#

same

late frost
#

m4 is utility and m5 is the other one

cunning horizon
#

eh it too crowded for me like that

late frost
#

ok here goes nothing testing the waters

cunning horizon
#

like why would I be using all my moves on 1 mouse hmmm Think_spin

#

unless im doing something naughty

#

jk jk

late frost
#

@abstract valley thank you so so so much it worked!!

#

ice just use that mmhookstandalone and it should work for goku vegeta and trunks atleast it did for me

untold berry
late frost
#

oh ok

abstract valley
#

capital O on

late frost
#

welp thank you guys now im gonna put my sick self to bed

cunning horizon
#

lemme make a new mod profile

#

see if that fixes anything

rotund lake
#

When i click start modded, it lags for a second and when I i try to play, none of the mods are active, even though i know i clicked play modded

#

any known solutions?

abstract valley
untold berry
rotund lake
abstract valley
stoic quartz
#

Is there a mod for letting Desperado stacks stay across stages? I know that'd be busted but it sounds fun

cunning horizon
# cunning horizon

ok I don't understand why does my icons appear like this?
and the dragonball characters not appearing

untold berry
#

Ok no more errors, will give it a shot, thank you.

untold berry
#

And good luck with your own modding. I can now take my leave and rest in peace for the night.

wise ferry
meager shore
#

this sounds chaotic

#

imagine doing a 10 hour run and oneshotting everything with desperado

dreamy fulcrum
#

Any idea why unlockall isnt working?

royal socket
#

looks dope

severe cosmos
#

Hiya! I would like to model some custom outfits for the survivors in Blender, but i'm unfamiliar with the basics on how to mod the game, or any Unity game in general. Are there any resources that can teach me how to mod custom character outfits into the game?

copper herald
jade prairie
#

What is with people's absolute disgust for mods? 99% of the time i talk about mods in a run they just shut it down and act like its Hitler as DLC

copper herald
#

I dont get that
I've posted modded runs and its fine
Clay Templar is way to much fun

brisk stag
solid shadow
#

is there a mod to start as heretic, and if so does everyone need to have it?

jade prairie
#

Yes, probably

brisk stag
#

There's a server side mod that makes everyone start as heretic

solid shadow
#

i found one but idk if everyone needs it

brisk stag
#

If it's "server side" only the host
If it's "client side" everyone needs it

severe cosmos
brisk stag
#

Wut?

severe cosmos
#

it's gamer speak for thank you kindly

brisk stag
#

I play videogames all day long (when i can) but i never heard this x)
Well... No problems 🙂

solid shadow
#

i wish there was a server side gender change mod but only for those that selected it

coral lotus
#

Is there a mod to remove ancient lemurians from the game?

bright flax
gray agate
#

Are itemstatsmod and betterui compatible with eachother or does betterui already have it integrated?

jade prairie
# jade prairie What is with people's absolute disgust for mods? 99% of the time i talk about mo...

Hello! This is because as a Hard Game:tm: there is an excess of fragile-egoed vanilla purists in the community who believe that installing any mods whatsoever makes them a lesser due to any possible advantages mods might give them. The fact that they refuse to use mods for this reason creates a 'sour grapes' effect and makes them extremely hostile towards even the mention of mods or modded runs.

#

You can see this in many other Hard Game:tm: communities

wraith linden
#

the fact that most mods of mine somehow manage to make my game harder

#

is just funny

cunning horizon
#

Literally if it werent for mods games wouldnt last as long

#

Literally look at minecraft

sharp sluice
cunning horizon
sharp sluice
#

When people post screenshots with BetterUI stuff on screen I often see people ask how to get it

cunning horizon
#

Sure there are game changing mods but they are just for memes and shit

sharp sluice
#

So that seems like a positive reaction

cunning horizon
#

Yeah

#

Because betterui is just so helpful

sharp sluice
#

I do like to think so

gray agate
sharp sluice
#

BetterUI integrates to display the extra itemstatsmod in the command menu and such

hot pollen
#

does anyone know if Hypercrit still works?

#

nvm i dont think it works

#

i have 231% crit chance

sharp lava
#

Can someone help me install mods for RoR1?

timid swallow
sharp lava
#

Yeah but i dont know which directory i have to verify

timid swallow
#

well, i don't remember if i verified anything, try to find ror1 directory in appdata or something

sharp lava
#

ok

sharp lava
timid swallow
#

oh, so ony rorml creates directory there

timid swallow
sharp lava
#

Sure, i didnt know there was a server for RoR1 modding

wise ferry
#

The directory that opens is what you set it to

sharp lava
#

ok

#

thx

#

worked

hollow merlin
#

Anyone else’s modded gameplay just not working, it like brakes my game

thorny bane
#

I have a Question I installed multiple mods via the manager and all of them seem to work but the character select screen doesn't show any modded survivors except for the Sniper

mossy lagoon
#

propersave is back baby

cunning horizon
thorny bane
#

@cunning horizon what is that? :D cant find it on google

cunning horizon
#

Lool it up in the thuderstore site

#

Or in the mod manager

thorny bane
#

is it called mmhook?

mossy lagoon
#

yes

#

a lot of mods depend on it now

#

so if you use r2modman it should automatically download if a mod you installed requires it

thorny bane
#

it is installed still doesn't work^^

timid swallow
#

many were wondering, propersave was updated for the latest version of the game

timid swallow
#

happy af

cunning horizon
#

My bad not mmk just mm

#

Lol

gaunt inlet
#

if I want to contact a mod author what is the easiest way to do so

gray mulch
#

Ping them on discord, usually you want to ping them at least 60 times in a row.

gaunt inlet
#

for you I just message your discord

#

but I can't find Rob or JavAngles discord

cunning horizon
#

Mfw my icons are broken when i launch modded

alpine relic
#

So paladin is very fun

wise ferry
alpine relic
#

Installed the clay men mod but they not spawning

timid swallow
alpine relic
timid swallow
#

then no surprise it's not working

alpine relic
timid swallow
#

you aint joshin?

alpine relic
timid swallow
#

well that's pretty good news

alpine relic
#

They are very tanky

alpine relic
fallow depot
#

ok so i dontknow which mod is doing this but it places way too many enginner tuurets at once, renderening them usless

cunning horizon
#

does no one else have issues with their icons being like this?

cunning horizon
gaunt inlet
#

do you use r2modman?

cunning horizon
#

yeah

#

wait lemme update some stuff maybe that'll fix it?

mossy lagoon
#

sending a LOG**** will be more useful

gaunt inlet
#

in settings go to profile and export profile as a code

mossy lagoon
#

but also yeah you should update everything lol

cunning horizon
#

yeah but that was yesterday

mossy lagoon
#

I had that bug from captainshotgunmodes

cunning horizon
#

and i had everything updated then

mossy lagoon
#

or whatever it's called

cunning horizon
mossy lagoon
#

yeah

#

it's that

cunning horizon
#

disable it?

mossy lagoon
#

yes

cunning horizon
#

alr

gaunt inlet
#

still update though

cunning horizon
#

yeah fixed it

#

@mossy lagoon very epic man

mossy lagoon
#

cheers

cunning horizon
#

hold up

#

auto sprint doesn't work

#

damn gotta wait for update then

trim scarab
#

BetterUI has advanced item descriptions (the ones you find on the logbook), but it's not as descriptive as ItemStatsMod. I've seen a few people run them together before, I have no clue if they still work together now after the updates

mossy lagoon
#

they do

#

also they have the same descriptions

#

itemstatsmod just shows calculated stack bonuses

#

which better UI added support for in its command menu and scrapper tooltips

grizzled fossil
#

so i got modman but my pc wont let me open up the manager

mossy lagoon
#

are you running as admin

wise ferry
#

Then there’ll be a run anyway option

grizzled fossil
#

I got it now ty

#

Can you do multiplayer with mods on?

mossy lagoon
#

yeah everyone needs em

grizzled fossil
#

So they need the same mods in order for it to work

grizzled fossil
#

Ok cool ty guys

lone edge
#

does anyone know if any of these work?

quiet vine
#

@lone edge

lone edge
#

well i suppose i can try them out one at a time, its only 3

jade prairie
#

uncapped convergence sounds like hell vs convergence pillars

grizzled fossil
#

it keeps telling me to change the directory

zealous arrow
#

I'm not sure why but when launching modded RoR2 its just a black screen

#

with the refresh symbol in the bottom right.

#

Anyone got any guesses?

quiet vine
#

Incompatible mods

#

Unfortunately, the api itself needs to be updated. most mods, even if updated, might not work

wise ferry
wise ferry
grizzled fossil
#

Ty

robust kiln
#

So how do we update R2 a PI if it's outdated on both mod managers?

#

Or do we just sit and wait for it to be updated?

mossy lagoon
#

it's probably dead but we'll see

tardy parrot
#

so uh no mobs spawn with mods?

midnight fractal
#

something went horribly wrong with proper save xd

#

i aint supposed to have this

thorn swift
#

hey which mods are fixed

#

also

#

where are the mods downloadable

#

what the fuck

cunning horizon
late frost
#

heya does anyone know how to go about making a mod for ror2

cunning horizon
#

SAD no

#

sorry

tight surge
#

Any one have a lunar heretic as a proper character mod

mossy lagoon
late frost
#

thunderstore has a mod for it

#

@tight surge lil heretic by lunafubuki

#

hope that helps

prisma oracle
tight surge
#

Thx

neon blaze
#

When I try to start the game modded, it tells me it can't find the directory, what do I do?

tight surge
#

Idk I haven’t played modded before as primarily play console but could use help on how to install too

late frost
#

i was having similar problems if you dont have it instal MMHOOK_Standalone

cunning horizon
#

omg most of the fem mods are back

#

less gooo

tight surge
#

What about male huntress tho

cunning horizon
late frost
#

yea i tried them and merc (my favorite) is pretty neat

tight surge
cunning horizon
#

still waiting for loader milk shirt skin

tight surge
#

Or fem multi

neon blaze
cunning horizon
tight surge
#

Rly

cunning horizon
#

yeah

#

lemme find the mod for it rq

tight surge
#

I may need to download it so double saw fem multi

cunning horizon
#

it also makes some enemies fem

late frost
#

@neon blaze then idk how to help im so sorry

cunning horizon
midnight fractal
#

is it just me or do character mods not work right now

#

it’s still not showing goku for me atm

carmine quest
#

mine work

#

goku vegeta trunks

midnight fractal
#

the thing is he does exist on the title screen

#

so the mod is definitely loaded

#

but when i go into character select he’s nowhere to be found

carmine quest
#

is kingsmod updated

midnight fractal
#

i have everything updated as far as i can

carmine quest
#

any decrepted mods?

midnight fractal
#

also not running any deprecated mods

carmine quest
#

last thing do u have every req mod for goku

midnight fractal
#

those installed when i got goku in the first place

#

so yes

#

also updated

carmine quest
#

are u using ror2modman?

midnight fractal
#

yes

carmine quest
#

huh no idea why its not working for u

neon blaze
#

ok so, in r2 modman how do you set risk of rain 2 directory?

midnight fractal
#

i’ll try reinstaling the mod with its dependencies

#

that’ll be 2moro tho

cunning horizon
#

@midnight fractal i had the problem then I updated the shit yesterday and fixed

karmic ledge
#

anyone getting problems activating the teleporter with mods

hot pollen
#

What happens if I host a server and my friends don’t have any of my mods?

sharp sluice
#

Depends on the mods

tight surge
frank hemlock
#

alll da mods

alpine relic
#

CHEF

tight surge
#

Do you have fem multi tho

alpine relic
tight surge
#

Rip

#

I don’t even know how it would work

grizzled fossil
#

Now I’m getting a black screen and loading. How long does it normally take to load modded ror2

tight surge
#

Depends how many mods

jade prairie
#

I have a question, my friend have issue playing with controller when the game is modded. The controller will be connected but nothing works is there any thing to fix this?

olive hare
#

Can anyone help me with playing online in modded public lobbies?

bright flax
#

My only solution is to make sure the controller is turned on before launching the game with mods, and repeatedly pressing the start button on the controller until the game launches

#

Idk why, how, or if this even does help
But it has worked everytime

gleaming cobalt
#

DIMMABANDIT IS UPDATED!

carmine quest
#

had a great run

#

kings items(solorun) head of dio is broken lol

jade prairie
carmine quest
#

stops time for 9 sec

jade prairie
#

wow
that is really good

carmine quest
#

but it can only be ised in a solo run

jade prairie
#

oh, true

lyric shale
#

RoRCheats updated. Time to check some stuff out. 😩

jade prairie
#

yeah that would be weird in multiplayer

or at least just kinda annoying, because then everyone else either has to sit there for 9 seconds, or they also get the effects and that's just kinda op

lunar sequoia
#

risk of cheats fixed yet

hot pollen
sharp sluice
#

character mods won't work

#

better ui is client side so it will be fine

lyric shale
jade prairie
#

Oh thank youu

hot pollen
sharp sluice
#

Hmm

#

if you just have those mods, you just won't be able to join vanilla games

hot pollen
#

what if i host a game?

gleaming cobalt
# hot pollen what if i host a game?

theres 2 things you can do :

  1. only use client side mods and unmoddedversion
  2. go into "recruiting" chats in discord servers and advertise that you wanna play some modded runs
chrome shard
#

the only way to play with someone if you have mods is if they have the same mods.

ionic zenith
#

does the sharing profiles in r2modman also copy the configs

winter sedge
#

did ror1 enforcer ever have a minigun? or is that just the ror2 mod

jade prairie
#

Ror2 enforcer doesnt even have a minigun

winter sedge
#

nemesis enforcer mod does, should have clarified

#

I'm going to assume that's a no on ror1 enforcer having a minigun though, :(

warm trellis
#

nemesis enforcer is from the Starstorm mod for ror1, and was never a part of the vanilla game, correct.

winter sedge
#

oooh

#

that makes more sense

carmine quest
#

nemforcer is apart if the enforcer mod i think

jade prairie
#

He is, yeah

timid swallow
#

there was lad who was trying to get claymen back, great news, they're updated

boreal drift
#

Hey so is multitudes currently broken? Every time I try and use it I get scaled spawns but not loot (or on stage interactables) With or without artifacts

jade prairie
#

I reinstalled my mods after the update but the game now crashes when booting up.

primal sequoia
#

does toomanyfriends work with the current version of ror2? it was last updated 8 months ago for the 1.0 release

timid swallow
primal sequoia
#

aight cool thanks

jade prairie
#

Anybody know why I could be crashing?

shadow rock
#

Hey guys. Can someone make a bandit skin mod? Or is it possible to salvage existing bandit reloaded skins for the current vanilla one?

jaunty sedge
#

My mods wont load

brisk stag
jaunty sedge
#

Yea i got it working

brisk stag
#

fine

brittle swift
#

waitin for the starstorm2 update

#

patiently...

plain storm
#

Question: how do I make a Mod Pack or Mod Collection?

mossy lagoon
#

-use r2modman to create profile with all the mods you want and configure them to your liking
-go to settings and click export profile as code or export profile as file
-send either the file or code to whoever you want
-have them install r2modman
-on the profile selection screen, they click import, then select either file or code

#

code: lasts about 2 hours but is a little more convenient
file: lasts forever

bold finch
#

my game black screened i only use ui mods and encountered this in my logs

#

my modlist

brisk stag
#

Have you updated these mods?

bold finch
#

only encountered it today, was working fine ever since the update

#

will check later tho

wise ferry
bold finch
alpine relic
#

Welp ancient wisp has updated

mossy lagoon
#

clay men too

alpine relic
#

Am very happy about this that

#

Now I just gotta wait for dire seeker

nocturne orchid
#

guys i nead a quick help x)

#

how do i fix that i installt newest bepin ex i also have r2api and enigmatic all newest version

#

bep 5.31 r2api 2.5.14 and enigm,atic 0.1.1

dense trout
#

Warning is not an error

nocturne orchid
#

but when i start the game only this happens

#

those 2 arrows appear

#

okay now i know whats the problem when i enable EnigmaticThunder then the game stays in a blackscreen after the hoppo image x.x

haughty leaf
#

Have you also got mmhook-standalone installed as well? Pretty sure you need that if you're running r2api and enigmatic together

mossy lagoon
#

yes

nocturne orchid
#

I LOVE YOu

#

thx !!!!

jade prairie
#

new to modding ^^'

#

is there a guide?

timid swallow
#

wait a lil, the most exciting things aren't there yet

timid swallow
jade prairie
#

When is ror cheats comin back up i need my diablo strike and some lunar coins but its outdated

jade prairie
#

what does this mean?

timid swallow
#

it means mod is not working

#

recent update broke everything

jade prairie
#

oh xD

timid swallow
#

modders are trying to get things back, mostly successfully
i recommend you to try out thing on the top of updated list

#

but acrid regen fix and fresh bison steak are known to break some things, this are only things im aware of that better not to install rn

jade prairie
#

oh

twilit mason
#

u have to go into the settings tab and set that up before the game will work

jade prairie
#

nvm Im a smart boi

#

I got it :DDDD

#

do I need to reinstall the mods that I installed?

twilit mason
#

nope i dont think so

alpine relic
#

So I tired out the house earlier and it’s...interesting

wise ferry
wise ferry
#

Although anything you've installed through the manager doesn't need to be reinstalled

jade prairie
#

can I close this, I don't like to have many things open :C

mossy lagoon
#

it will close the game

#

you can turn off the console in the bepinex config

jade prairie
#

how?

wise ferry
#

On the left on the manager there's a config editor

jade prairie
#

ye I see it

wise ferry
#

Expand the BepInEx listing and click edit then click on the Console.Logging link inside

#

then set the console enabled option to false and hit save in the top right

jade prairie
#

ty ty ❤️

#

anything else I should do? :o

wise ferry
#

nope, that's it

jade prairie
#

thanks :D

#

can I close the r2modman or will that close the game too?

mossy lagoon
#

you can close it

delicate latch
#

mu

sweet galleon
#

classic items died

#

or is it just gonna get an update l8r?

#

nvm im potato

reef yoke
#

classicitems is dead iirc

sour needle
#

why does my mod man look like this

#

i dont like it

wise ferry
#

that's RoR2 Mod Manager

#

if you want to use r2modman, you can't do it through RoR2 Mod Manager

#

Click manual download on the link there

sour needle
#

ok thank you

alpine relic
#

Ancient wisp is pretty hard

mossy lagoon
#

kind of baby

#

reins ancient wisp was pretty tough

#

but he died

alpine relic
#

And clay men can be pretty rough

jade prairie
#

Is rorcheats updated

alpine relic
sweet galleon
#

anyone got any advice for black screen when modded risk with a loading circle in the bottom right?

mossy lagoon
#

download mmhook standalone

sweet galleon
#

should we all download it?

#

we playing as a 5 stack

mossy lagoon
#

yes

timid swallow
#

just share the code

mossy lagoon
#

you should all be using the same mods

sweet galleon
timid swallow
#

the profile code

sweet galleon
#

how would we do that?

timid swallow
#

from r2modman

#

or you don't

wise ferry
summer furnace
#

is EnigmaticThunder broken after the update?

#

goku and other mods depend on it and whenever i enable it i get tons of errors and the game doesnt start

haughty leaf
#

ARe you using r2api as well? Install mmhook-standalone as well if so

mossy lagoon
#

enigmatic thunder didn't exist until after the update

#

also read the errors and see what mods it mentions

ionic jacinth
#

hello i have question. I dont play risk of rain lot of time and now i back. And now my split screen mod make i cant chose survavior (fixedsplitscreen mode)

#

and on thunder store so many mods get disappeared

#

only i have this problem?

mossy lagoon
#

no the new update broke a ton of mods

#

if it hasn't been updated in the last week assume it's broken

ionic jacinth
#

so probably in some time everything will work?

#

?

mossy lagoon
#

not everything

#

but some stuff has been ported already

#

I'm sure some stuff is dead for good though

ionic jacinth
#

oh

#

i hope split screen will work

jade prairie
#

is there a mod that can unlock ONLY survivors locked skills?

#

or cheat

livid sigil
#

You could save edit that yourself if you look up the relevant achievements.

jade prairie
#

and how do I do that?

livid sigil
#

I don't know. I know it's possible through save editing but I just mass unlocked everything.

#

You'd need to find the name of the achievement for the save and put it in a specific section. Other people would know more.

mossy lagoon
#

google risk of rain 2 save editor

jade prairie
#

the place where the save should be in is empty

#

I have my ror2 in another drive (if that makes a difference)

fresh flare
#

are there any mods that increase player limit working?

main agate
#

if im using mods can i not progress in eclipse?

mossy lagoon
#

you can

main agate
#

i did a run with mods on engi and didnt gain a level?

mossy lagoon
#

it's possible one is bugged

main agate
#

rip

weary laurel
#

Is there a replacement mod for the old 'Steam ID' mod so my friends can join without having to install mods themselves?

mossy lagoon
#

unmoddedversion

weary laurel
#

Awesome, thanks

mossy lagoon
#

did the last half hour of this chat get purged wtf?

versed condor
#

nah i think it was just silent?

mossy lagoon
#

NVM I was thinking it was a different chat

old tapir
#

I tried installing the .net from VS but I'm missing more stuff it seems, so I wonder if someone with experience can compile it

fickle bronze
#

Oh shit

#

Wrong channel

cosmic light
#

I know the update broke a lot of mods and some of them need updates, but do I also need to get an updated version of r2modman, or should the previous version still work?

jade prairie
#

i thought they were going to make modding easier

gray mulch
#

Well at minimum, they made it a lot different, and there is a learning curve. We won't really be able to sat yes/no to easier for a while. I can say it was extremely easy before though.

#

Like previously you could make a basic character in 2-3 hours.

#

Right now everyone is way to busy trying to port all the work they already did over to even think about making new stuff

mossy lagoon
dusky sluice
#

is there perhaps a guide or something for modding ror2? i'd love to do some modding (particularly some item/artifact ideas i have) but wouldn't really know where to start

#

i have past experience coding, but ik that things often vary a lot by game and i dont even know what language most ror2 mods are written in lol

amber vapor
#

I've been thinking about a mod idea for a pretty long time

#

Basically just a mod that brings the Doom Slayer and his mechanics from Eternal to ROR2

#

I'm wondering if it'd even be possible though.

main agate
#

if a mods deprecated does that mean the modder is just ditching the mod?

main agate
#

whats it mean then

safe apex
#

How do i install mods?

jade prairie
safe apex
#

thats not enough of an explantion

jade prairie
#

download r2modman and go from there

#

it has the explanation in the mod page

safe apex
#

im going to try that

#

i dont think it worked

hollow oracle
safe apex
#

what is a mod manager?

hollow oracle
safe apex
#

any other ones?

hollow oracle
#

thunderstore mod manager, which is an offshoot of r2modman

safe apex
#

:l

thorn swift
#

hey

#

im getting into risk of rain 2 modding, i've got mod man, what now?

thorn swift
#

btw whats kind of annoying its its doing weird stuff

main tulip
#

i am going fucking insane thunderstore mod manager is downloading the mods but when i pick start modded risk of rain 2 has no mods

I AM GOING INSANE

thorn swift
#

i tried to change directory

#

but when changing it, risk of rain 2 wouldnt show up in the files so i put it in the same file-ish area

#

and

#

wait nvm it was working till i tabbed out

shy vortex
#

Hey is there an aim assist mod for gamepads out there?

main tulip
#

I've been having this problem with getting mods to work, so here's the screenshot, everything looks fine, right? gonna add sniper, enforcer, and miner to the character roster... right?!

#

asking for a friend

prisma oracle
#

yes, Enforcer and Miner are deprecated

main tulip
#

sniper?

prisma oracle
#

they do not work on the current version
any mod with that red text won't work

#

sniper should work, but the other mods will cause issues

main tulip
#

mmk and uninstall the other 2 and see if sniper will work

#

thought deprecated was just like "might not work" and not "will not work"

#

well it's taking way longer to start so that's either a good thing or a bad thing

#

yeah probably a bad thing
it's been stuck with this final paragraph of command text for like 5 minutes
[Message: BepInEx] Chainloader startup complete
[Info : R2API] [NetworkCompatibility] Adding to the networkModList :
[Info : R2API] com.EnigmaDev.EnigmaticThunder;0.1.0
[Info : R2API] com.Moffein.SniperClassic;0.6.3

#

ok i guess all character mods are broken
it loaded with no problem when i disabled sniper

#

very funny modding modded mod

mossy lagoon
#

not all character mods are broken

#

and sniper classic works fine

main tulip
#

how long did it take you to start?
when i enable him it loads forever.

mossy lagoon
#

idk like 30-40 secs with my mods

#

is he loading in though

#

in lobby

#

it should be in front of commando

main tulip
#

no, i had to disable the classes in order for the game to load.

#

i'm trying it again

mossy lagoon
#

wait lol

main tulip
#

with the sniper

mossy lagoon
#

you have r2api still right

main tulip
#

yea.

mossy lagoon
#

do you have mmhook standalone

main tulip
#

no

mossy lagoon
#

download that

#

enigmatic thunder and r2api are incompatible without that mod

main tulip
#

bruh

mossy lagoon
#

hey you're the one who downloaded deprecated outdated mods

main tulip
#

but that's the thing

#

it automatically downloads dependencies

mossy lagoon
#

I know

main tulip
#

why not mmhook

mossy lagoon
#

it's not a dependency for those mods

#

r2api is a dependency for enforcer and miner

#

ET is a dependency for sniper

main tulip
#

ok it worked that god

#

thank*

main agate
#

whats it mean when a mod is deprecated?

prisma oracle
#

it won't work on the current version

main agate
#

so if a mod hasnt been updated but its no deprecated itll work?

prisma oracle
#

yes

main agate
#

ahhhh ok cool cool

hollow oracle
haughty leaf
#

BAre in mind if you using any combo of mods that use Engimatic Thunder and r2API you're gonna need mmhook-standalone as well

prisma oracle
#

some mods depend on standalone MMHook anyways

maiden helm
#

Having Enigmatic and Mhook with R2api gives me Mod errors and is making games bugged out

#

ill come out of a game with like 200 mod errors and the game starts to get laggy

reef yoke
#

because mods are outdated

prisma oracle
#

I haven't been having any issues with my mods, which include ET MMHook and R2API

maiden helm
#

ya, its just weird cuz the ones most of em arent outdated and they dont add anything

reef yoke
#

its not cus of those, its because all mods essentially got nuked and we gotta wait until they are updated

prisma oracle
#

so its most likely an outdated mod causing issues, maybe one which isn't marked properly as deprecated

reef yoke
#

only a few have been fixed so far

#

but considering we will probably get a hotfix soon, they are probably waiting for that

maiden helm
#

ok so i tried with just those dependancy API ones and its still saying i have an error

#

maybe a reinstall of them?

reef yoke
#

can you listen

#

all mods are broken unless they have been updated in the last week

#

nothing works properly

brisk stag
#

"just those dependancy API"
ET, R2API, MMHOOK?

maiden helm
#

yes just those enabled give me errors

brisk stag
#

create a new R2modman profile

jade prairie
#

Bruh...

brisk stag
#

And download these 3 only

reef yoke
#

is it really that difficult to understand

#

nothing works. end of story

maiden helm
#

bruh i get it lmao

reef yoke
#

good

#

👍 glad we could help

prisma oracle
#

I don't think you're really helping them

timid swallow
#

i can share a profile with like 4 characters, 2 item mods, bunch of qol and acrid fixes if you wanna, nothing bugs out

prisma oracle
#

because all of what they mentioned works on my end, I was playing earlier today with mods

reef yoke
#

huh

#

epic

maiden helm
#

i was having a separate issue

#

turns out my profile was just bugging out somehow

brisk stag
#

It works now?

prisma oracle
#

yeah I know

maiden helm
#

yah loaded up with them and no Mod errors

brisk stag
maiden helm
#

figured that was the issue but didnt want to go thru all my mods again

timid swallow
#

yea we're (not) trolling

reef yoke
#

never

prisma oracle
#

generally if a mod isn't marked as deprecated on r2modman, then it will work fine
a few exceptions will probably pop up, but I haven't had any issues since I've been messing with modded again

haughty leaf
#

If it only uses r2api but wasn't updated past 25th march it probably wont but otherwise if it updated it probablly works for the most part

brisk stag
prisma oracle
#

based on the announcement from the modding discord I would assume all the mods which haven't been updated recently were marked as deprecated

is that not the case?

haughty leaf
#

Yeah most should be marked by now if they haven't updated

#

THe main issue people have been having now is using enigmatic and r2api together without having mmhook-standalone

prisma oracle
#

ye

wise ferry
modest zephyr
haughty leaf
#

Don't you need to do the pillar events prior to the mithrix fight?

modest zephyr
#

i tried

#

but with pillar charged still wont spawn

haughty leaf
#

Hmm, cause I'm pretty sure the find the tele objective is supposed to change to Release the Escape Ship

modest zephyr
#

and the pillar can be skipped if u just reach the arena

#

i tri find the tp once and still no spawning

haughty leaf
#

Yeah there isn't a TP on the moon but it changes to the ship objective as you run around

#

Maybe a trigger you managed to skip over on the level

modest zephyr
#

yeah i mean the ship

haughty leaf
#

All I can think of is maybe trying the level again and playing through the level/objectives normally and see if it happens again?

modest zephyr
#

ok

haughty leaf
#

Yeah cause I don't see anything in the modlist that should effect the mithrix fight at all

modest zephyr
#

i try with only propersave now the boss spawn

#

now i will add the mod one by one and test

haughty leaf
#

And that's with you doing exactly the same thing as last time when it didn't spawn?

topaz kite
#

Someone else had a similar problem on the modding discord. Not sure what caused it but items weren't spawning in void fields on that run as well

#

Can you check the console that appears when you load the game for errors? Usually something errors in the initial load which can cascade and cause issues later on.

haughty leaf
#

Yeah I see the guy on mod discord with the issue aswell. Shame they went to bed before figuring out what caused it

silk gate
#

how can we play for more than 4 people?

topaz kite
#

Toomanyfriends mod

modest zephyr
#

i figure out

#

this mod is too pld

#

old

topaz kite
silk gate
#

yeah some are too old

#

thx

haughty leaf
#

Odd that that is the one causing it but atleast it's solved

modest zephyr
#

i gave the mod dev feedback

#

maybe they will fix it

arctic agate
#

Hey are there any mods that give you something like a boss rush / score attack mode?

#

I'm realizing I want something like a coliseum, where difficulty scales extremely fast, you play for a fixed amount of time, and get item drops basically immediately

#

No teleporters, game over after 25 minutes. Like firefight in halo

#

Idk if the current mod API gives you that level of flexibility, but if that doesn't exist and it's something other people want, I might look into learning it

#

Then again if I could pick up and play a complete game in 20 minutes it would maybe destroy my life lol

modest zephyr
#

what mods can use in vanilla multiplayers

mossy lagoon
modest zephyr
#

too late

mossy lagoon
#

wym

modest zephyr
#

i already found out

#

but thx u anyway

echo temple
#

I would like stuff like bossitemdrop but they're way too op

mossy lagoon
#

it's not that bad

#

though I wish there was a good way to make teleporters only drop green items

mossy lagoon
#

there is but it's outdated and also overwrote AWU, direseeker, and aurelionite drops

copper herald
#

Direseeker?

reef yoke
#

ror1 elder lemurian that you had to kill to unlock miner

#

he became kinda a fan favorite amongst modders

mossy lagoon
copper herald
#

Ah ok
I thought so
Was confused since I was sure he wasn't in 2

sharp sluice
#

ok but would you just not get any yellow items?

mossy lagoon
#

i have it set to only have bosses drop their yellow item at a 10% rate

lofty oriole
#

the samus mod feels kinda awkward

#

anyone got tips?

spice vault
#

10 is way too much

#

or i’m a lucky bitch

#

set it to 5

#

😎

#

should i set the chance to not drop any item at 95 and the yellow drop rate at 100 or at 5 HuntressThink

timid swallow
#

yez

tepid pier
#

do mods work now or do we need to wait for bepinex and r2api to update?

mossy lagoon
#

it all has to add up to 100

mossy lagoon
#

also 10 is fine

timid swallow
#

the ones that was updated during the last week should be fine

#

apart from that bossitemdrops or something
it breaks the mithrix encounter sequence

nimble rune
#

should i be concerned with this

timid swallow
#

enigma said something about it like "this info is my worst mistake ever" so don't be bothered until something breaks

alpine relic
#

Absolute god run

stark phoenix
#

how can I add the timer before the server name like all the Pyre servers?

stuck bluff
rigid galleon
stuck bluff
#

I got an air canister out of it, worth

rigid galleon
#

can someone join my modded server? password is "crabby"

steep ore
#

hey ive not played around with mods with this game at all, can i run mods while playing multiplayer

#

im basically just looking to do the itemstats mod

prisma oracle
#

yes, but people playing with you will need the same mods (in almost every case)

jade prairie
steep ore
#

gotcha

jade prairie
#

Most mods are not clientside

#

Anything that adds content cannot work with unmodded clients at all

prisma oracle
#

does unmoddedversion even work atm?

steep ore
#

oh wait is unmodderversion a mod

prisma oracle
#

yeah

steep ore
#

oh i just figured he missed a space haha

#

its not updated in 8 months, so id doubt it works

rigid galleon
#

I'll join a modded server, if anyone creates one

mossy lagoon
minor chasm
#

Hey, peeps. I'm looking for a certain directory, where profile stats are stored. I wanted to experiment with some stuff that is recorded in a profile where everything is numbered for every character I played.
Any idea where that stuff can be found?

final crest
#

C:\Program Files (x86)\Steam\userdata\[Number]\632360\remote\UserProfiles is where profiles are stored, and that should contain the data you need

minor chasm
#

Oh wow. Is there a way to structure contents of that file? My notepad++ recognized the file but only in a singular line, lol

final crest
minor chasm
#

Thanks a lot

restive path
#

is there any mod that allow me to pick up items i want right at the beginning of the game or something

jade prairie
restive path
#

thanks!

alpine relic
#

So I have recently discovered that Paladins vow of silence skill one shots aloy warship unit

tender pebble
#

W h a t

#

I've never used his vow of silence

alpine relic
tender pebble
#

Oh

#

Huh

alpine relic
#

And once AWU hits the ground it dies

versed condor
#

funni momentum kill

alpine relic
#

Indeed

#

Tho it strangely does not do it to vagrants

#

Still makes them easier tho

fringe nacelle
#

any fixes for unmoddedversion?

#

when i try connecting to a server it just bugs out and doesnt load

#

i would play alone but im bad

fathom tapir
#

hey guys what does deprecated mean

prisma oracle
#

it means the mod will not work on the current version

fathom tapir
#

oh

dreamy granite
#

Hey guys anyone know if there is a mod to continue playing after Mithrix?

#

Like an endless loop

#

I cant remember if I saw something like that a while back or not

prisma oracle
#

there is, but I'm not sure if its updated

#

the one for continuing after a twisted scav works currently though

mossy lagoon
fringe nacelle
#

i think skins are compatible?

#

i just want to play with my skins again

pulsar latch
#

anyone able to play with "itemtweaks" mod?

fringe nacelle
#

in a bit maybe

pulsar latch
#

mine says "[Error : Unity Log] KeyNotFoundException: The given key was not present in the dictionary."

fringe nacelle
#

oh i thought you wanted to start a server

#

nvm you dont have to

spice flax
#

why was starstorm 2 mod deprecated?

prisma oracle
#

because the new ror2 update broke a lot of mods

mossy lagoon
green ferry
#

Will R2API and BepinEx be updated to work for the new update?

gray mulch
#

Bepinex works, r2api might be fixed for next patch if all goes well.

stuck bluff
#

I have a hunch that this was not intended when they added a "eye trail" lmfao

#

paladin is fucking ascending

#

The eye trail itself works but he's turned into a lightbulb

lyric shale
#

Become one with Grandparent.

paper topaz
upbeat fable
#

He's always been based on providence

#

In fact his cloak and sword are Providence's

pulsar latch
proven raptor
#

I want Enforcer to be fixed :(

pseudo frigate
#

same

spice vault
#

which aspect enhancing mod do you guys recommend ?

nova flint
#

i just got zet aspect, though i would suggest changing the config to make them yellows instead of reds

#

i also looked a bit into elite aspect change which as far as i can tell has them be more common but less powerful, and also supports cloudburst

#

more common and less powerful than zet aspects i mean

spice vault
#

ah HuntressThink i will look into it thank you

mossy estuary
#

is anyone using BetterUI, quick question about the DPS meter overlapping chat

#

oh naw modded just cleared out my entire monster and environment logs, Hollowed

spice vault
#

yo same 😩

hushed kayak
#

whats up with enforcer gang?

fringe nacelle
#

anyone know what this is supposed to be?

spare veldt
fringe nacelle
#

it's just stuck on this screen

spare veldt
#

make sure all of your mods have been updated since the content update

fringe nacelle
#

everything updated

spare veldt
#

by update I mean that the mod dev updated them

#

no mods whose latest release where from before the content update

fringe nacelle
#

i disabled the mod (unmoddedversion) and it didnt work

#

still on that screen

spare veldt
#

can I see your mod list?

fringe nacelle
#

alright but there's a bunch of stuff i havent uninstalled

#

i mean deleted

#

hold on maybe its the validation of my files

#

logos still there

#

also my game completely freezes after the hopoo logo pops up

fringe nacelle
#

oh wait maybe enigmatic wasnt updated hold on

#

that fixed it

wise ferry
#

Settings -> Toggle theme

fringe nacelle
#

sure

timid swallow
spare veldt
#

I've been super busy so I haven't worked on him in a few weeks unfortunately

fringe nacelle
#

how do you transfer your vanilla in-game profile to the r2modman client?