#ror2-modding

1 messages Β· Page 91 of 1

mystic kayak
#

wait what

#

driver mod?

#

if this dumbass had a wrong mod installed the whole time im gonna kick his ass

quiet flint
#

ok yeah you guys definitely are not matching mod profiles

#

everything is exploding on their end

mystic kayak
#

also i gave him my pr ofile code like

#

10 times

#

pretty much every time we tried disabling something i gave him a new mod code

quiet flint
#

ok good

#

thats what you should be doing, the driver mod related stuff is fine. that's Red Alert 2 trying to add guns to him

mystic kayak
#

oh ok

#

should i give a list of all mods we're using

#

or share the code

#

actually yeah ill share hte code

#

01968466-1c24-9001-9803-91051203a464

quiet flint
#

nah youre fine

#

dont need it, the logs tell me more

#

youre loading 53 mods, he is loading 50

#

thats the issue for sure

#

maybe try importing the code as a new profile for you, sometimes you need to get a fresh profile cuz old stuff messes it up

#

make sure they are also importing that code as a new profile

quiet flint
#

it's only ok to have some client sided mods that are different between the two of you, but it's usually just easier to match

#

awesome

mystic kayak
#

😭

quiet flint
#

Google drive with all of robs mods:
https://drive.google.com/drive/folders/1ZF2ZXl_lGUa5NEAHgllKvXOPclUDe8LH?usp=sharing

Driver is still alive, just under new management.
https://thunderstore.io/c/riskofrain2/p/public_ParticleSystem/Driver/

Individual links where you can edit the versions of if you want to download specific versions:
https://thunderstore.io/package/download/rob_gaming/Belmont/2.1.7
https://thunderstore.io/package/download/rob_gaming/HUNK/2.7.20
https://thunderstore.io/package/download/rob_gaming/Ravager/1.5.5
https://thunderstore.io/package/download/rob_gaming/Tyranitar/1.2.4
https://thunderstore.io/package/download/rob_gaming/RobItems/1.4.3
https://thunderstore.io/package/download/rob_gaming/Overkill/1.0.2
https://thunderstore.io/package/download/rob_gaming/BetterQueensGland/1.0.0
https://thunderstore.io/package/download/rob_gaming/LessBlueRoost/1.0.0
https://thunderstore.io/package/download/rob_gaming/MagicalWizardThatTeleportsYouToMithrix/2.0.0
https://thunderstore.io/package/download/rob_gaming/SteelMechorilla/1.1.0
https://thunderstore.io/package/download/rob_gaming/Regigigas/1.5.3
https://thunderstore.io/package/download/rob_gaming/YoungVagrant/1.0.2
https://thunderstore.io/package/download/rob_gaming/HUNKVariants/1.2.0
https://thunderstore.io/package/download/rob_gaming/SwampMiniboss/1.0.2
https://thunderstore.io/package/download/rob_gaming/TeleporterBeam/1.0.1
https://thunderstore.io/package/download/rob_gaming/GupAttackTelegraph/1.0.1
https://thunderstore.io/package/download/rob_gaming/OutOfBoundsItemsFix/1.0.1

mystic kayak
#

yeah

#

and ravager isnt in that list of thunderstore pages

#

which is what caused the problem

quiet flint
#

they can be used, but they won't be transferred with profile codes anymore. both of you need to install it locally

mystic kayak
#

i aint installing it if i cant install it off thunderstore

quiet flint
#

you can, it's just an extra hoop to jump through, at rob's request

mystic kayak
#

at least it works now

quiet flint
#

he wanted them taken down

#

you can find rob lore in the mod discord

#

or in robcord

mystic kayak
#

ok

fringe plank
#

Does anyone know a mod to either fix or remove the radar scanner?

quiet flint
#

fix?

fringe plank
#

It's still causing lag and crashes after like a month

fringe plank
#

Thank you πŸ™

quiet flint
#

don't see why it would cause crashes but yeah can be laggy

fringe plank
#

Our guys like to play 4+ players games so there's more interactables to torture the CPU, so well it happens

quiet flint
#

gotcha

#

i can see it being the nail in the coffin

neon jacinth
#

8 Lee's would put any Chromebook to it's knees

#

But I doubt the scanner would. It's not doing anything too expensive

quiet flint
#

you'd be suprised, scanner sucks

neon jacinth
#

Scanner doing find child through the entire scene in update

quiet flint
#

!getcomponentsinchildren

fringe plank
neon jacinth
#

Optimization? More like buy a better cpu

fringe plank
#

My Ryzen 5 5600X is looking humble in this game 😭

neon jacinth
#

Peasant tier for this game

dapper sleet
#

need the amd epyc 96 core cpu to get above 40 fps past stage 3 modded <//3 ,.,

quiet flint
#

no you just need better mods

quiet flint
#

i can double check you don't have some bad actor installed

fringe plank
#

Got it. It happens to all of us though. There's also some other cases in this server if you search for "radar" if you perhaps wanna ask more people

#

I think it may a vanilla issue rather than mod related. I don't usually speak here so I figured this was the right channel to ask for a mod to fix it. Maybe ror2-discussion was the right one?

quiet flint
#

nah this was fine. you asked for a mod that fixed it

#

it probably is a vanilla issue

fringe plank
#

For now we'll remove the radar with the mod you shared. If there's any out-of-the-ordinary slowdown after that I'll let you know right away

robust cave
quiet flint
#

yikes

neon jacinth
#

That's funny

fringe plank
# robust cave It's a very bad vanilla issue

Not a Unity guy, but wouldn't that be fixed by just caching the NetworkIdentity's on equipment trigger? Ignoring the fact that it's not even caching the GetComponent call there

quiet flint
#

yes but it's still a bad idea to run it 60x per second for every object

#

caching would help significantly, reducing the amount of times that it runs would also help

#

usually for things like this, it's limited to 0.1s or 0.25s update intervals

#

also the way that it handles dictionaries is generally inefficient (using for and elementAt are slow for no reason, being O(n*n))

#

also checking for count and returning if 0 does literally nothing. the poor intern that wrote this has a lot to learn

quiet flint
#

after further consideration, i don't think this code section needs to exist at all. when an object is pinged it should be able to remove the duplicate indicator icon on that object

fringe plank
slow estuary
#

Is this worth using over r2mm

fringe plank
#

Yes

dapper sleet
#

preference mostly .,, is better performance wise i think though because r2modman is electron where as gale isnt ,,,

fringe plank
#

It's a day and night difference performance wise imho

quick shell
#

uses less space if you have many modpacks

#

since the mods arent installed more than once from what i know

#

and ui looks nice i guess

wise ferry
#

memory usage appears higher, but that's because Windows doesn't show any memory usage that Gale uses as part of the WebView2 runtime

vocal ginkgo
#

gale also has nice features :)

#

you can read the full mod description without opening browser and configs are nicer

fringe plank
#

I just remember the long load times and how sluggish and janky the thing was at times with no example in particular

wise ferry
fringe plank
#

That's good then. I probably won't use it but now it won't be the worst thing to have for other people

rigid lantern
#

as someone who just found ror2 on thunderstore, is there any qol mods i should look at

lusty delta
#

lookingglass & propersave

rigid lantern
#

ight

quiet flint
#

miscfixes

cunning jackal
#

i noticed that hunk hasnt had a re upload yet and i dont know how to upload a mod anyone up for taking the files from me and uploading it?

neon jacinth
#

Reuploads get taken down

quiet flint
#

author asked them to be removed

hot crag
#

is there a mod that lets me host vanilla lobbies with more than 4 players

hollow bolt
#

there is a command to increase lobby size

hot crag
hollow bolt
quiet flint
#

dont use that one

#

use the one i posted

hot crag
#

I can just use the command instead right

#

or do the mods add some qol

neon jacinth
#

Command does not work

#

You can't join a lobby that's already at 4 in vanilla

hollow bolt
#

really?

#

i used the command method when i first got ror2. or did a update change it

quiet flint
#

yes

hollow bolt
#

ohh ok my bad

odd wyvern
#

Hey im new to the game and i was wondering how can i install mods and what are the best mods to install

neon jacinth
#

R2modman or gale mod manager

fickle belfry
#

heyo, more help. Does anyone know what's causing this? The text I mean. It's more detailed but the number values seem off, well it's displayed off as when I pick it up the item works fine. Btw this is displayed whenever I ping some items. Most display fine, but some are like this.

granite grove
#

that's so good

final crest
# fickle belfry

I'm pretty sure that's an issue with Bubbet's items specifically

#

iirc there's not really a fix, they're just busted unfortunately

fickle belfry
final crest
#

sadly it hasn't been for a long time. I wouldn't count on it

mint gust
#

any way to get a simple invincibility mod in this game? I'm struggling with the mercenary ethereal achievement and just want the ability

zealous violet
#

lmao

crimson marten
#

πŸ”₯

granite grove
#

DebugToolKit has "god" but iirc prismatics are disabled with mods anyway

#

so your only "cheat" method would be RealerCheat, above
or git gud happiesttroll

#

but for a legitimate clear, some trials are MUCH easier than others. wait for a glass artifact and follow Cabbage in #prismatic-trials

astral bolt
#

re enables prismatics but disables scoreboard

cobalt laurel
#

What are other vanilla mods that are Quality of Life mods besides ProperSave, Direction Fix, Pizza Fix and LookingGlass

stable sedge
#

Is there a mod that helps keep track of difficulties and runs/artifacts you've beaten on each character, I'm trying to do every run type on every difficulty on each character but I keep losing track

clever moss
#

i need a little help, i have an issue regarding explosions in my modded runs. something is causing explosions to keep triggering very fast and i don't know what mod caused it... yes, i've looked in the log and disabled some things listed in there (i'll add the log to this message). does anyone know how to help?

#

nevermind, i fixed it

obtuse silo
#

Is there a mod to speed up enemy spawns only in bulwarks ambry? I want to get the artifacts legitimately but half my time is just waiting for enemy spawns there

daring barn
#

are there any mods improving looping in any way?

calm chasm
#

i check this chat every week to see if theres any update
so sad

quiet flint
hollow wyvern
#

is there a way to downgrade ror2 past pre-gearbox updates?

#

I'm trying to play pre-sotv mods that have been deprecated since

quiet flint
lunar goblet
#

anyone know a mod that shows items descriptions in the command window? looking glass used to do it but it's broken now

The error I get when I open a command window with looking glass is:

[Warning: Unity Log] InputSourceFilter.Refresh: Null eventSystem on CommandPickerPanel(Clone)
quiet flint
#

that error is entirely unrelated

#

check looking glass config

#

and also its not an error its a warning

hollow wyvern
#

(if it's the same, I wouldn't know lol)

quiet flint
#

ok fair enough

#

same concept applies though

#

if you can find a modpack from around that time, usually those are the most consistent way to ensure all your dependencies are downpatched for the mod youre using

#

modpacks make you download specific versions, whereas just having the mod autofill its own dependencies will grab the latest versions

somber portal
#

Im out of the loop, what happened to the HUNK mod?

cobalt laurel
# somber portal Im out of the loop, what happened to the HUNK mod?

*`It's ded, ded as hell

Well, leaving the joke, this had already been explained in another thread but in summary, the creator of the Hunk mod is the same who made the Belmont mod, and recently its creator was banned from thunderstore for putting an armband with Nazi symbology on Belmont default skin, so all his mods (Belmont, Hunk and Driver) were removed from Thunderstore, you can still play with them if you already had them installed before or if you get a link to an old version.`*

cobalt laurel
#

sucks that those mods where good

nova blaze
#

any gud large modpacks?

quiet flint
# cobalt laurel *`It's ded, ded as hell Well, leaving the joke, this had already been explained...

Yeah this is really inaccurate and honestly quite frustrating to read. Buns is correct. He had severe mental health problems and he did the Nazi armband thing to "destroy everything he built" in his own words. He was not banned from Thunderstore, he asked for all of his mods to be delisted voluntarily, of his own accord. At any point is is allowed to return and relist them all at his own discretion.

cobalt laurel
quiet flint
#

reddit is full of idiots that have no idea what they are talking about, but i appreciate the honesty

cloud blade
#

is there any other survivor mods that support skills++

#

except the 2 that the creator linked

mystic kayak
#

Does downloading a mod from Google drive work with r2modman?

#

If it has to be manually installed then I don't wanna do it

whole birch
#

dumb question but,is there a mod that makes you create a character with whatever abilities you want?(the one from mods too)

granite grove
#

like captain m1, commando m2, huntress shift, arti R, all on one?
SkillSwap, in that case

final crest
whole birch
inner gorge
#

wake up samorai, your probably f#####

#

i forgot why you shouldnt do this...

#

MY PCCCCC!!!

inner gorge
final crest
#

you will still suffer from the FPS lag of rendering 2078 items, but at the very least the game won't freeze entirely
-# though I would recommend configuring it so that it drops the items in a reasonable amount of time; the default configs would take over 3 minutes to drop 2078 items. I'd advise making the delay shorter and increasing the number of items that can drop per delay

daring barn
#

Best mods for a vanilla experience but add a ton of content?

quiet flint
#

ss2, sandswept

daring barn
#

thanks

#

Are there any eclipse skin mods or not?

daring barn
#

Also what is the most fun modpack for experienced loopers?

#

And is ror2 randomizer going to be updated anytime soon

lean roost
#

how do i activate budget rex

#

i see

full garnet
#

nice HP

gaunt depot
#

do mods disable steam achivements

#

im just using starstorm 2 and stage aesthetic rn

dapper fractal
#

No

gaunt depot
#

bet

midnight owl
#

How will mods break when the new update drops?

inner gorge
final crest
calm birch
#

how do you get mods working through thunderstore, they havent been working for me since the seekers of the storm dropped

final crest
final crest
inner gorge
final crest
#

optimization is important but typically you optimize for situations that, like, actually tend to happen during gameplay. sure you can make item drops infinitely scalable and very performant if you want, but the reality is 0% of vanilla players are going to encounter that. so optimizing other aspects of the game, like physics interactions or rendering pipelines, is a lot more effective

#

-# this is also why physics changed at some point after Gearbox picked up the game; they introduced a more performant physics engine, which caused some minute differences in character physics. that's why h0st skip doesn't exist in vanilla anymore

calm birch
#

the majority are characters

final crest
#

hm. uh. you should maybe go through those and make sure they're all functional on the latest version

#

when the game updates, mods tend to stop working, and they generally need to update in order to continue functioning

calm birch
#

okay

#

thank you

midnight owl
final crest
#

it depends. sometimes so little changes that all it takes is a small patch or middleman mod

midnight owl
#

How do you beat inferno

final crest
#

that's what SeekersPatcher is, it solves a lot of compatibility issues from the initial SOTS update because some of the most critical issues were just small changes

midnight owl
midnight owl
#

I should add that Incase some mods are not working

final crest
#

aye, it's pretty useful

midnight owl
#

But it's broken on Merc

final crest
#

mmm. idk if SP will fix that but you can definitely try

midnight owl
#

I can't use the slash on him

gaunt depot
#

yall got any character mod reccomendations

#

i was gonna download the spearman but i cant find it

plucky pendant
#

dose anyone know how to use CustomChaosPool?

https://thunderstore.io/package/konomiyu/CustomChaosPool/

i want to remove radar from Bottled Chaos due to the bug but im not fallowing the way its showing how to do it??

with Method 1, i have no idea what BepinEx is??

and with Method 2, my files dont seem to be the same even though the modded launcher looks the same???

i dont have a "Thunderstore Mod Manager" folder/location?

chrome beacon
#

anyone have any fun profiles codes for playing solo? wiped my pc so my profile is gone and i dont want wanna find and tweak a ton of mods

chrome beacon
#

anyone know what mod the void walker character is from?

plucky pendant
#

is there a mod that removes radar or allows me to remove specific equipment from Bottles Chaos that works???

somber niche
exotic glacier
#

why is my loading screen stuck at 99?

jade lichen
#

How dose executive card work with composite injector in star storm 2?

jade lichen
plucky pendant
jade lichen
#

Oh lol

#

You need to download the thunderstore mod manager

#

It dose the rest

plucky pendant
#

so i cant use r2modman??

jade lichen
plucky pendant
jade lichen
#

Have you tried checking the mod settings?

plucky pendant
#

yes.

jade lichen
#

The configuration file?

plucky pendant
#

i did step 1.
but cant find step 2

#

this dose not match

jade lichen
#

Go to settings

#

Browse profile folder

#

It should elbe there

plucky pendant
plucky pendant
jade lichen
plucky pendant
#

method 2 seems to be unfinished as it dosent say HOW to edit. .

i tried removing the radar from the list.
i tried removing "Is in default pool"

nether worked

jade lichen
#

You just open it

plucky pendant
plucky pendant
jade lichen
#

Ok i see the issue

#

This isn't to configure

plucky pendant
jade lichen
#

Neither, its just to see what's what

plucky pendant
#

so how do i edit!?!?? πŸ’€

#

is this mod not for that???

jade lichen
#

You sure you're checked the configuration file

#

After you booted up the game

plucky pendant
#

ill check again.
i think i did but i might have done it with the game off but dont recall. . ..
give me a min

jade lichen
#

Ok

jade lichen
plucky pendant
#

49 is not there but it is 100% still in game when i use it. . .

#

i need to remove

49 : "Scanner" | "Radar Scanner" | Is in default pool

but 49 is not in the "pool"
but still is in game when i try and use Bottled Chaos

jade lichen
#

They change indexs

plucky pendant
#

no

jade lichen
#

You can also just use names

plucky pendant
#

where????

jade lichen
#

Should be there if you scroll down

plucky pendant
#

nope

jade lichen
#

I can check in a couple minutes how to do this if you'd like

plucky pendant
jade lichen
#

Oki

#

loading up the game

#

ok so the first option "eqipment", you put a comma and the name of the eqipement

#

id also enable

#

sorry cursor got stuck

jade lichen
#

pool

#

equop1, equip2, equip 3

#

for removal

pulsar fossil
#

Hey all, me and the gang are doing multiplayer RoR2 modded and we're struggling with some skin problems. Has anyone had issues with Mercenary skins not loading? Literally every other one we're using works fine, but the Jetstream Sam, Vergil and Gabriel over Mercenary mods we're using don't function, like, at all.
Any common roots of the problem we can troubleshoot for?

plucky pendant
jade lichen
plucky pendant
#

thank you!!

jade lichen
jade lichen
pulsar fossil
jade lichen
#

probs sorry

daring barn
#

How do I fix my game going all black when I'm using mods

#

By all black, I mean

glacial vortex
#

Do you know if there's a mod that removes sale star cap?

glacial vortex
daring barn
glacial vortex
#

idk what them

#

then

daring barn
#

ok

#

but thanks for helping though

copper zinc
#

where did the 56 leaf clover go [talking abt the classic item returns mod]

obtuse silo
#

trying to make a skin mod for engi, and can't find how to replace the the grenades' models. they dont seem to have an index listed on that github txt file with all the indices, and im not sure how id reference them in the minion skin replacements. can anyone help?

dapper sleet
thorny quail
#

I could be wrong tho idk

#

Is tough times (not tougher) also not there?

rocky fjord
#

has anyone got a copy of the Ravager character mod? dude looks fun as but i think the mod creater took down the mod for some reason

copper zinc
thorny quail
copper zinc
#

yeah i dont have the dlcs

wraith lark
#

are there any peformance improvement mods

real narwhal
#

So all mods are broken rn right?

#

Okay

candid wharf
#

Hey I use r2modman for using mods, is it good to use with the new patch? I remember when SOTS first came out there were some problems with mods

versed pebble
#

does persistent rebirth still work post-update?

gaunt depot
#

Are mods gonna be affected by the new update

obsidian goblet
#

Yes?

granite grove
#

sorry to the like 3 modding channel regulars that are gonna keep telling people that updates break mods for the next few weeks πŸ™

versed pebble
#

aslong as persistent rebirth still works (which it does) im fine with it

whole birch
ocean dagger
#

hey uhh

#

for some reason on the modded version everything is invisible

#

all survivors are invisible in selection and during the run

#

and all the enemies

civic kindle
#

So how de we fix this?

slow steeple
#

has anybody else had problems with ror2 mods? whenever i open the game with my mods it just stays at 99% and wont load any further

shy shard
#

what is meridian step caalled in gamae files

astral bolt
#

YourMom

shy shard
#

so funny

astral bolt
#

thanks

#

but i knew that

shy shard
#

do you actually know what its called

viral wing
#

which stage 3 has the most lunar pools?

last cloud
#

is there a mod for rejoining lobbies?

#

ive been having constant DC issues when playing with friends as of late

compact hull
#

there a way to save modded survivor progress after an update to the game?

trim yacht
#

i wanna try mods havent tried be4. dk how to do it tho. can i get help with that here on how to do it and all or in the quetsions channel?

hardy pond
#

So. I booted up today and the majority of the characters are invisible. Base game included. Vanilla is fine but I'd like my mods ngl

clear gull
#

any difference between those 2?

neon jacinth
#

Autosprint by score has good code kek

#

And custom supports a bunch of modded survivors

clear gull
#

code be damned my game will run in negative fps by the 5th stage anyway

neon jacinth
#

Celestial war tank makes your game go from 200 FPS to 100 no enemies.

#

You need some code

clear gull
#

celestial war tank already tanks my fps in the lobby LMFAO

jade lichen
#

do the mods work with the new patch, im not sure if im updated or not

astral bolt
copper zinc
vivid geyser
#

is there a mod that allows for saving runs partway through and if there is, is it compatible with multiplayer?

#

I have propersave already installed, just wondering the specifics of the function and whether it works with multiple people

astral bolt
#

Everyone needs to be present to continue that particular run

#

But you can have multiple saves with different players

vivid geyser
#

I see

#

I'm not on rn, is there a separate GUI for starting saved runs or something?

astral bolt
vivid geyser
#

Alr cool

#

Thanks for all the info ^^

quiet flint
clear gull
quiet flint
#

😠

clear gull
#

honestly not sure which one i picked already

#

but i think one of them wasn't sprint canceling the attacks animations and obviously as an acrid melee main that's totally unacceptable so i went with other one

quiet flint
#

mine is more geared towards modded survivors, but if there's any issue with the vanilla guys just lmk and ill fix it

honest nebula
#

modded survivors aren't appearing in my character select screen, is that a normal issue right now?

full garnet
#

install seekerspatcher's current version

#

depending on the modded survivor it may also be broken entirely

jade prairie
#

does zet aspects work with this patch

somber niche
frigid flare
#

Yo we sharing cool screenshots?

#

I'm on my way

#

damn :(

whole birch
#

bad quality tho I didn't had a clue about what was happening

frigid flare
#

"Hey you should pick up rusty jetpack"

remote whale
#

okay I wanna start modding but idk how

#

does anyone have a tutorial or smthn?

frigid flare
#

use r2modman

#

start small, looking glass, quick restart, bigger bazzar, some qol stuff

remote whale
#

ok

frigid flare
#

there's even a photo mode mod which i love

#

lets you do cool shit like this

mellow harness
frigid flare
#

unless you can find betterui then i dunno what to tell ya (if you know you know)

lost elk
#

Wait so are mods completely broken? I know this questions been asked a bunch however I’m a new modder

#

And I just wanna make sure

mellow harness
#

mods are fine some are just buggy and some have compatibility issues with other mods especially the big ones

#

out of my 60 mods downloaded only looking glass is buggy for me

frigid flare
#

im no modding expert but since this update was a survivor focused one i don't think mods not relating to survivors would break

lost elk
vivid geyser
#

Weighted anklet with mostly tame mimic is actually so busted

mellow harness
#

ooh it is up updated i hope its fixed

vivid geyser
frigid flare
lost elk
#

im launching my modded now lets hope its not busted

cold pecan
#

Can anyone still mod survivor, my game after i bought the dlc and some survivor like enforcer, rocket not showing anymore

#

Only survivor from starstorm like nemesis commando, nem merc

mellow harness
#

i have modded survivors and theres no issue maybe try to verify file integrity, reinstall or check if a mod is causing issues

cold pecan
#

I still can mod "the driver" survivor but other not showing idk why

#

I re verify game and mod but still not see

mellow harness
#

try to disable everything and only reenable one or a few custom survivor mods see if they pop out

cold pecan
velvet kelp
#

No.

neon jacinth
#

Vergil but gun

trim yacht
#

Downloaded the losth through time skin pack and the mercenary skins are glitching a bit. Selected the last one and tried to start run and I ended up being invisible. Not sure why. Does this happen to every1?

neon jacinth
#

Mercenary skin fix mod

pure prawn
#

hunk mod depreciated?

trim yacht
neon jacinth
#

Now download lee

trim yacht
#

What’s lee

ashen acorn
#

someone know what the update did?
im launching r2modman and load the game very slowly and 5 fps
but normal in steam

gaunt depot
fallen stag
#

is there any recommended modpacks?

trim yacht
#

I wanna know too

#

Also any idea why does this appear on my screen?

quick shell
#

your pc is warning you

trim yacht
#

Why

quick shell
#

idk

neon jacinth
#

Thats a YouTube video

#

Why is that there

tribal crag
#

is there any mod that does a better job at describing what items do from SOTS

oblique trellis
#

Nemesis mercenary as a boss kinda tweaking

final crest
#

I'd say check out the wiki for more complete information: https://riskofrain2.wiki.gg/wiki/Items

Risk of Rain 2 Wiki

Items are special collectibles that spawn while playing the game.
Players can pick items up to gain a special effect based upon what type of item it is. Each item's icon also has a colored border to indicate its rarity:

Some items need to be unlocked by completing a Challenge to appear in game. Pick up an item to unlock its logbook entry.
There...

tribal crag
#

i dont have that issue with base game and SOTV ngl

#

ill check it out though thanks

final crest
#

I do think a lot of the Seekers items are weirdly higher concept; they're more complex and thus harder to explain in shortform descriptions

tribal crag
#

yea maybe! im not on the game right now so its a little hard for me to give an example

oblique trellis
trim yacht
neon jacinth
#

Why is that in your menu

trim yacht
#

oh lmao

#

no idea

#

i prob had chrome open with a page on yt with this vid but still

#

anyways how many expansion mods r there?

prime monolith
#

Anyone got a mod profile for r2modman that's sorta vanilla plus?

vivid geyser
vivid geyser
trim yacht
vivid geyser
trim yacht
#

Also u mind checking if amp works for u?

vivid geyser
#

if it has characters it's most likely just not up to date yet, given the recent sots patch

trim yacht
#

I just download it and when I run the modded vers he just isn't there

vivid geyser
#

yeah most character mods aren't updated for the new patch yet

trim yacht
vivid geyser
#

just wait a few days

trim yacht
vivid geyser
vivid geyser
trim yacht
#

Alright ty for the info

#

Wait when was the last patch

final crest
#

it's called starstorm 2 because it's a sequel to starstorm 1 from risk of rain 1

dapper sleet
#

and then starstorm returned and petrichor exploded ,,,,,,,,

astral bolt
#

belmont is never gonna be playable..

dapper sleet
bronze sky
#

😨

vivid geyser
#

Thanks for correcting me on that eee

dapper sleet
#

and then starstorm got a bit bored and turned into ror2 board game expansion that caused the reform of all board games as we know it ,,..,,.,.,

tawny lance
#

Hey, updating mods isn't supposed to make the enemies and yourself immortal right? that's not some new feature they decided to add to the game? Feep feelsKermit

astral bolt
#

yes it's an issue with your mods

tawny lance
#

Any known that are doing it rn cause it seems to be duplicating procs millions of times over but not ever despawning em..

dapper sleet
#

do yoy have seekers patcher ,,,,

#

reminds me of initial sots bugs that get fixed with it ,,,,,,

tawny lance
#

yeah, also been looking at removing startstorm2 because it's been a whole host of issues on top usually..

#

im also making sure to remove any mods that interact with trying to make enemies passthrougheable for projectiles since it seems to be a projectile bug...

#

as in there's 1 mod that's causing the projectile to bounce off and proc completely seperately and then another that seems to proc on every enemy in the path of the projectile and duplicate the effect on impact which the first one that duplicates also seems to be the one that prevents me from taking damage and enemies to be properly targeteable as well as they're creating damage pools basically that start to lag heavily while not taking dmg..

#

kinda annoying honestly cause all these mods worked fine before the dumb update to the game...

#

and yes i tested the mods that updated completely seperately and they dont seem to be the cause either..

#

so it's legit one of the older ones that didn't update and the game's update decided to rewrite some values for damage and actual hit registration and now it's fucked up several mods -_-

#

sometimes i'd rather play without updates entirely; it doesn't add anything im ever going to use anyways..

#

cause imma be flat real, even with the update and the rework i'd still say fk chef cause i'd rather have a working extra set of skills to paladin and some other characters extra deleted skills as well and everything working properly so fuck chef and his whole rework..

astral bolt
#

love the modder, hate the modded player πŸ₯€

tawny lance
#

don't get me wrong it runs but it's a fuckin pain the list of mods that just flat wont load with it on launch, it gets to be a hassle to keep it workin in a modpack lately not because of ss2 but because of the other fkrs..

#

It's nothin on your side i agree, it's legit everyone else that doesn't want to be compatible; and then tiny things break and seemingly partially fix when i disable that until i figure out the dumb mod that caused it and remove that instead and reenable ss2; so it's legit just a back n forth of trying to figure out what new mod doesn't work with ss2..

#

sittin on 320, im at the point of where even 1 domino makes it unstable so one dev not making a compatability just ends up with me rewriting it again from scratch...

#

That's wierd; i step 5 feet and find one..

#

Mabey im just drawn to incompatables..

#

or my knack for making wierd shit happen draws me to wierd mods..

#

fair, alot of the time i end up lookin through myself and play wackamole..

#

usually works but it's bout 12 hours per incompat..

#

wish i could send all the mod names without also sending logs cause im sure it'd be easy to spot the ones that are clearly out of date to someone whole looks at the updates on that discord..

#

just like the several proc solvers i have on* here that one would think is the issue until i enable them and they wierdly have no issue at all despite that being literally the problem is the procs reproc'n..

#

got a link to that discord?

shrewd sentinel
#

hey, my buddy gets the "BD crippled" (or something like that) status effect permanently when playing; does anyone know what mod could possibly be causing this issue ? it happens seemingly out of nowhere

clear kestrel
#

what's the name of the mod that makes it so items you pick up don't show up on you, i forgot

#

or was it deprecated

junior dust
#

boys in green

clear kestrel
#

thank you

clear kestrel
#

any qol mods that are notorious for putting you in the "create profile" screen?

#

it's not removing my profile but it is making me make a new one everytime i boot up

#

i'm trying to solve it rn

#

getting logs about a null eventSystem on everything in the main menu

#

i would like some help with this because i've had to make two useless profiles already

#

just to see if the game would actually work

#

this is what i've narrowed my mods down to
0196abbb-2520-f90d-4dfb-ed7a52036d5a

#

ftr my original profile isn't gone the game just makes me make a new one everytime

#

every time i boot it up in modded, i mean

#

i'm also currently using the gale modloader if that means anything

#

ok i launched in vanilla and it's happening there too..

#

validating files

#

fixed the issue

#

some files got broken or something to that effect

pine junco
#

how do I know my mods are running? im trying to use debugtoolkit and I'm trying to use the next_stage command but nothing happens

ocean dagger
#

when will this gal ever come out?

shrewd valve
#

😭

modern sable
#

anybody know why the hud for lee hyperreal might not be working for me? I just downloaded it and none of the hud elements aren't changing from just sitting static like this (and the showcase showed there was a bit more than this lol)

neon jacinth
#

Huh

#

Are you using a hud mod?

#

Can I get a modpack code?

versed pebble
#

im aware that combining the r2api mods into one massive dependency would possibly break a few older mods but PLEASE IT WOULD MAKE THINGS SO MUCH EASIER

final crest
#

why. are you manual installing or something

#

it did used to be a single package, and it was split up so it could be worked with more modularly

#

dependencies should be easy because your mod manager handles it just fine

neon jacinth
#

If you manually install. You want to suffer. It's just helping you to suffer at that point.

modern sable
neon jacinth
#

Does it work with only lee?

#

New profile just lee

#

Might be some wack incompat between mods where I'll have to suffer

modern sable
#

checking it rn

#

seems to work correctly like that, but in that case I'm just gonna comb through the mods for myself Tearstorm . thanks for the help tho :3

neon jacinth
#

Atleast tell me which it is if you find it.

#

Can probably fix it

modern sable
#

are you the mod creator?

neon jacinth
#

Somewhat

#

Part of the team

modern sable
#

well sick work this is cool as shit

neon jacinth
#

Gaming

modern sable
#

im assuming it's supposed to be used without them then

neon jacinth
#

You can

modern sable
neon jacinth
#

We support a bunch but not all

#

Oh. We support better hud but not betterhudlite I guess

modern sable
#

do you reccomend one a certain hud mod in general? I can't remember the old one I was using but it was depreciated and I haven't really looked for another

neon jacinth
#

Hunkhud goes kinda hard if you want unique

#

Riskui otherwise. Or default

modern sable
#

hunkhud is quite neat. thanks for the help again :D

jade lichen
#

anyone know if the sonic mod, by ds gaming still works

quiet pollen
#

does anyone have a interactable blacklist mod that is up to date? im sick of shrine of shaping eating all the credits on my stages

dapper sleet
dapper fractal
candid wharf
#

hey is r2mod man useable again with the current patch/ also ik the code was a little fucky for mod makers is that still the case

sharp arch
#

Mod idea i just thought of: CHEF voice pack but it's Gordon Ramsey's voice, screaming as he does his various attacks

gaunt depot
#

yo does anyone know where to find an empyrian elite in starstorm 2

dapper sleet
dapper sleet
crystal torrent
bitter idol
#

does anybody have any idea why this error pops up? can't find a solution to fix it

neon jacinth
#

Seekerspatcher

crystal torrent
astral glade
#

Is sharesuite working currently?

#

Odd question Im sorry I just played a round with my friends and we felt insanely OP, is it working correctly. If not, are there alternatives?

whole barn
ripe nebula
#

Does anyone know if there's any mod that removes the cap on focused convergence? The one I had became deprecated

oblique trellis
#

Ok is nemesis mercenary's utility bugged for anyone else

knotty bronze
#

Does anyone have a good mod that speeds up scrappers, printers, chance shrines etc? I can't find one that speeds up all of them

tawny lance
#

@waxen plaza Troll

wicked harness
#

weird. anyone know why some modded characters wouldnt appear for selection?

full garnet
#

if you're looking for the nemesis characters, you need to unlock them first for them to show up

wicked harness
#

nope, particularly its uhhhh
broly and yone from dragonyck

#

i noticed a few other characters active in TMM (the deputy and the mortician) also were failing to show up

#

actually-what are nemesis characters?

dapper sleet
full garnet
wicked harness
dreamy tapir
#

anyone know why rob_gaming deleted every one of their mods?

olive scroll
#

having a weird bug causing me to be able to spawn multiple turrets without lysate cells. can i upload my modlist to ssee what could be causing it?

#

heres the share code 0196b4a5-dcef-d645-8f00-60064c0e85f8

dreamy tapir
midnight owl
#

Yeah he did that after he crashed out on streamers criticizing his mod

dreamy tapir
#

oh I see it now

#

okay that makes sense now thanks

#

oh and

#

what mods exactly were they criticizing?

velvet kelp
midnight owl
quiet flint
#

the streamer thing was like over a month prior, where he made belmont do 0.01% dmg for a patch

#

this was just out of nowhere

midnight owl
#

honestly i hope he gets the help he needs

quiet flint
#

yeah seems like he's doing better now, but got a long road ahead

granite zenith
# wicked harness actually-what *are* nemesis characters?

Mechanically they are meant to parallel the main counterparts but with a twist often having the opposite means of achieving something. An example is Nem Mercenary primarily uses a gun instead of a sword and his dodges are more reliant on timing iframes rather than quantity. Lore wise they are traitors basically.

sturdy drum
#

Hey

#

Is there a mod to improve the game perf, pls guys i have a shitty pc

trim yacht
#

Many mods I download won’t load in the lobby. I’m guessing they haven’t been update yet since the patch. But how long does it usually take to update them for the latest patch?

carmine spire
#

was gonna download stage aesthetics but saw it was marked as deprecated. is there an alternative people use for stage reskins?

copper blade
#

Time to download like 100 content mods and make my pc suffer

granite zenith
#

Fixes a lot of stuff

#

Anything that doesn’t work with it does need an update which really varies between creators

copper blade
#

Guys which mod are the nemesis survivors in

#

Cool thanks

fringe peak
#

anyone know a mod where you can remove certain interactables?

gray barn
fringe peak
#

i guess what i'm saying is i can't really find any interactibles in the config

jade prairie
#

does anyone know if there's a mod that keeps the music playing after teleport completion?

gray barn
fringe peak
#

specifically blood shrines really

#

i have a very religious friend and he doesn't wanna play the game if you sacrifice blood or smth so i'm trying to help him out

#

i tell him you don't have to use it but he insists

#

but i'm not gonna pry on him for it, he's a good friend and i want to be able to play with him yk

#

anyway that context was kinda unnecessary, but if anybody find out how to remove it lmk

gray barn
#

makes sense, but yeah that mod should be able to do it but never tried

fringe peak
#

alright, thanks dude

jade prairie
#

I have a question about modding ror2, where do i find the mods

dapper sleet
#

get r2modman from thunderstore.io with manual install and go through installer ,,, select ror2 through game selection page ,,,,,, make new profile ,,,,, download random mods until yoyr computer runs out of ram ............ might wanna grab seekerspatcher too since recent update might breaks some things on like month oldish mod s!!!!!!

final crest
#

OR Gale mod manager!
-# I like it more than r2modman!! but both are fine

somber portal
#

is there a mod that displays how much time a buff has left?

patent crow
#

90% sure looking glass does that among other things

somber portal
#

oh it does, I just don't have the NetworkedTimedBuffs for clients

#

okay thanks

dapper sleet
frigid flare
#

dumbass tripped

hollow wyvern
#

anyone have any good manhunt mods?

#

like 1v3 pvp with chaos turned on

amber steeple
#

hey i need some help i use thunderstore mod manager and everytime i load up with modded the mods dont load can someone help?

final crest
amber steeple
#

thank u

prime osprey
#

is there a working mod for VR?

upbeat juniper
#

Hi, does anyone know if there is a mod to remove or rebalance Sonorous Whispers? I've played a lot of time and I have to either throw it off or not pick it up.

hollow wyvern
#

Unfortunate

prime osprey
carmine spire
woven smelt
#

I’m still upset the vr mod for this is broken. At least the one I used, is there any ones that work for the newest version?

#

As far as I know the author has dropped it since he’s way too busy to work on it

#

Besides with how much gearbox keeps updating the game to fix their constant mistakes and changing how the game works every damn time it’s probably better to just forget about modding it at this point

dapper sleet
dapper sleet
# woven smelt Besides with how much gearbox keeps updating the game to fix their constant mist...

im not reallt happy with how gearbox as a company handles ror2 either (like intial sots <///3 100% pinning that on rushed deadlines from higher ups( but alot of the time with core updates like the codebase merge its really just about waiting for apis to update and for mod devs to rebuild their mods then fix bugs like any ofher content patch so i wouldnt go that doomed pilled to jusr throw modding out the window !!! and rhanks to mr gearbox alot of core mod devs actually playtest rhe update which let them have code changes for r2api bwsically rhe moment the update drops ,,,,

olive scroll
#

YOOOOO

#

Have "some" mods downloaded. and now im not longer getting item descriptions on pickup. Any mods or could someone help me look at my list and resolve the issue

dapper sleet
olive scroll
#

Alright ill disable that

copper blade
#

Me and the bois when loading the game takes 20 minutes

limber wave
#

anyone know what the hell "skill co efficient" its a different stat to proc co as far as i can tell

copper blade
copper blade
#

How can you find the internal name of a mod? I can see one listed in the log but I can't find any mods in my list with the same name so I assume the internal name is just really different to the display name

astral bolt
#

If it hasn't budged for a while then it got stuck somewhere

copper blade
astral bolt
#

bepinex opens a separate window for logging if you enable it

#

you dont need to open any files

copper blade
astral bolt
#

99% doesnt mean it's not doing anything

#

progress bars are not that literal

#

that's usually when the mosr stuff happens i think

copper blade
#

If it hasn't budged for a while
I meant that it wouldn't be able to 'budge' if it's at 99% since any more and it would be fully loaded

astral bolt
#

no, i mean the log budging

copper blade
#

Right

astral bolt
#

if nothing gets logged then the game is hanging, which isn't normal even at 99%

copper blade
astral bolt
#

open bepinex config in r2modman, like any mod config

copper blade
#

Ok I've found where it stops, it says
[Error : Unity Log] KeyNotFoundException: The given key 'displaylightningarmright' was not present in the dictionary.I'm going to look back up through the log file to see if displaylightningarmright is mentioned anywhere else

#

It is not

astral bolt
#

what new characters do you have

copper blade
#

Quite a number so that's unsurprising

astral bolt
#

possibly a skin mod as well

#

i would do a full sweep of any character/skin mods and systematically disable them

copper blade
#

I don't think it's a skin mod cuz I think all of those worked before I added all the content mods
But yeah I'll check through

copper blade
#

Ok I think it was the fisherman mod, I'm just doing one last check

prime osprey
#

what version is that?

copper blade
#

The fuck is this

#

I think it's called 1.76MHz

topaz badger
#

Hey, do you guys know a way to unlock items ? Like a mod or smtg else ? I was playing a loooong time ago and I was using UnlockAll, but it's deprecated now πŸ˜“ Just want to make some games without farming for new items

strong condor
#

everytime i boot up ror2 with thunderstore my frames tank super hard, like down to 2 fps, idk how to fix it

strong condor
#

it also just gets stuck at 99%, ive removed a bunch of mods to find the issue but still nothing

mighty quest
#

chat help asap please where does propersave store its save

#

damn game sent me to a duplicate bloody save that i for some reason have

#

and can't delete because steam is being steam

strong condor
final crest
#

the underlying codebase changed, regardless of whether you have the DLC or not

final crest
mighty quest
final crest
#

oh.

#

I guess you could change that to a path of your choice and it would still fix the problem? lol

mighty quest
#

yea

strong condor
final crest
#

it's not. but ok

final crest
#

if you tell it to look in a different folder then it will stop looking at the broken save

#

but I'll see if I can find where it saves by default

mighty quest
#

thanks

mighty quest
#

because it bloody used a duplicate one

#

dug through the github page and i think i found it

final crest
#

I've been digging around there and I can't seem to find it

mighty quest
#

got lucky with my search results ig

#

now question is how do i transfer it between profiles

final crest
#

mod manager profiles? I imagine just drag and drop it into the same place in the new profile

final crest
#

oh. oh

mighty quest
#

YES

final crest
#

hmmm. that might be defined in the save file

mighty quest
#

like i said earlier the game duplicated my ingame profile with THE SAME EXACT NAME and used an outdated one

mighty quest
#

currently trying to see if i can find the thing i need to edit

final crest
#

it looks like save file metadata includes a field called UserProfileID

#

that's probably what you're changing

mighty quest
#

upi i presume?

somber niche
mighty quest
#

ok i think i figured it out

#

nope

fiery cedar
#

anyone know why a ton of character mods don't show up in character select?

mighty quest
#

I FIGURED IT OUT

#

JUST CHANGE THE FOLDER NAME

#

LES GOOO

fiery cedar
final crest
#

not a man but happy to help

shy shard
#

is there a mod to be able to use artifacts in eclipse

ocean dagger
#

day 69 of asking if this mod will ever get released

ocean karma
#

been busy lately

tribal whale
bronze sky
#

Soon 2 years ago

#

It’s gonna drop tomorrow trust

split turret
#

Does anyone know how dronemeld mod interacts with items for drone like spare drone parts or microbots for instance? I like the concept of the mod to cut down on lag but I want the drone items to still feel impactful

shy shard
#

anyone know of a custom stage color mod that lets you select which stages its applied on

final crest
shy shard
#

ah

#

i have cooler stages mod but it doesnt let you change much

strong condor
#

how do i fix the "Create profile" thingy each time i boot up modded ror2?

sharp iron
#

is there a good mod that allows me to put my own music in to be played for the stages?

ebon vapor
#

hello, is there any modman mods that allow me to instantally unlock the "Oil Spill" utility skill for CHEF? or a command to unlock skills? thanks! @ me

fiery cedar
#

anyone know whats the mod that shows your stats like attack speed, damage, speed, etc

final crest
fiery cedar
ebon vapor
shy shard
#

is there a mod that lets u use artifacts on eclipse

ocean dagger
oblique trellis
#

The day this drops I explode

subtle mantle
#

is there a mod to make seeker's direction color coded? i have a visual impairment that makes it hard to tell the arrows apart

shy shard
final crest
final crest
shy shard
#

is there no way to do this using the cooler stages cause i wanna include some of those too

final crest
#

I haven't used CS so I'm not sure

astral kiln
#

WHERE IS BELMONT'S CHEST AT PRIME MERIDIAN PLEASE HELP

#

(nvm i found it)

dawn lark
#

Just wondering if I can run both client and server mods on the same profile or will I need a separate profile for each

astral kiln
#

yes you can

dawn lark
#

oh so it won't cause any compatiblity issues when I join someone else?

#

realized that's what I meant to ask lol

#

@astral kiln

astral kiln
#

misunderstood ur question mb

#

you cant play with server side mods with vanilla players

#

you can with client side mods

#

i thought you meant thered be some compatibility issues if 2 players were modded and someone also had extra client side mods

#

and some mods that you dont think would work do work

#

like itemblacklist for example you can use that with vanilla players

strong condor
#

anyone know of any good modpacks?

copper zinc
#

so are mods working?

jade prairie
#

How do you tell if a mod is client or server side?

final crest
#

mods technically have tags that say if they're client or server side, but the tags are often not very helpful

#

if you're looking for things that are vanilla compatible, some mods will outright say that, but otherwise it's hard to actually tell

#

when in doubt, just synchronize mods with a mod code

strong condor
#

does propersave work for multiplayer?

final crest
dawn lark
final crest
#

you might be able to join them, but it wouldn't work if you aren't the host

#

because the server handles how long scrappers and printers take to work

dawn lark
#

I was just getting tired of swapping between client and host profiles ren_shrug

chrome vector
#

anyone know of any well-known mods that make it so dlc bosses other phases can't spawn?

#

everytime I try to fight dlc bosses, only first phase spawns

woven smelt
#

Oh really? I actually didn’t know they do that-

hollow pond
#

is there anything like aerolt that can be used rn

woven smelt
#

Yeah.

#

Definitely needs a more static API

dreamy hound
#

Anyone knows how to manually install mods here?

novel inlet
#

also guys is there a mod that makes the child enemy not invincible its annoying

#

and is there a mod that makes it so seekers self revive can only be used once per run

copper blade
novel inlet
#

bruh

copper blade
novel inlet
#

yeah uh so I dont wanna do that which is why I asked

#

also sometimes damge is delayed and it just doesnt kill the enemy when they teleport so

last cedar
novel inlet
#

I just played false son with his new M2 and the lightning afterwards doesnt damage them cause theyre invincible

#

idk why they made it like that but Im trynna get rid of it if anyone has a mod lemme know

opaque oxide
#

Does anybody know of an artifact of devotion mod that changes the Lemurians so that they cannot evolve?

#

I love those little guys so much and it breaks my heart when they become huge screen clutter. I just want an army of little guys.

astral bolt
#

It's just a bad idea and kinda annoying

#

You can follow BepInEx's tutorial for manual installation and then create a plugins (mod) folder

#

just drop mods in there

astral kiln
#

The seekers patches broke very few mods

#

ive had the same profile through all 3 patches and only like 30% of them had updates

woven smelt
dreamy hound
#

what is the mod for faster scrapping and printing?

dreamy hound
quiet flint
#

it's server sided, only host needs it i think

dreamy hound
quiet flint
#

usually best for everyone to have the same modlist if possible though

#

avoids a lot of headache that way

dreamy hound
quiet flint
#

it is not

full garnet
#

@remote whale

remote whale
#

thank you so much TwT

midnight owl
#

What does seekerspatcher do?

haughty notch
#

Anyone have a modpack that is just clientside QOL so i can play with them and others without them?

full garnet
#

just install it no matter what, theres no problems with having it

copper blade
#

Is it just me or does the arsonist seem kinda underwhelming

midnight owl
#

I think it's more of how floaty he is to play

final crest
#

some serverside, some clientside, all vanilla compatible

dreamy hound
gaunt rapids
#

is eclipsed shores a good modpack

gaunt rapids
#

of course when i ask a question it takes hours to get a response πŸ’”

gaunt rapids
#

alr thanks

gaunt rapids
#

how the fuck can i remove the chef stuff from driver mod

upbeat hollow
#

Hi! Is there a guide or something that could teach me how to make a mod for risk of rain?
I would really like to make a new character but don't know where to start.

dapper sleet
# upbeat hollow Hi! Is there a guide or something that could teach me how to make a mod for risk...

https://risk-of-thunder.github.io/R2Wiki/Mod-Creation/Assets/Character/ the skills page and modcord character creation channel (#ror2-modding message ( are basically gonna be your best friends,.,, theres a cool guy called henry which is a template modded survivor you xan base stuff off which should hopefully help easing into things !!!

upbeat hollow
#

Thank you very much!!

winged laurel
#

Hello. So I don't know if this is actually a modded question or not but running into a problem with multiplayer and I'm not really sure where else to ask about it: The friend I'm playing with is getting dropped mid-way through the game (Has happened multiple times, this last time about 35 minutes in), and the console lights up with an infinite chain of repeating errors. Game is otherwise entirely unaffected though.

Error it's giving on repeat is invalid auth. When I scroll up to before the error chain happens there's a weird line about failing to get an epic id? Which is weird because we're both on steam.

dapper sleet
winged laurel
#

I could have Sworn we had that off. I'll doublecheck though

#

oh my god it was on.

#

Alright that's probably the problem then

quick shell
#

blows up mando with mind

quiet flint
weary nest
#

can someone recommend the easiest way to create a mod for this game?

dapper sleet
full garnet
hoary yoke
#

whats like the most used/recommended graphics mod ?

dapper sleet
hoary yoke
#

yessss ty twin

#

is emptychestsbegone still working ?

dapper sleet
#

you could yse qolchests if it doesnt though !!!!!

rose epoch
#

im trying to use some character mods and they arent working. Is it because oft the new update or a different problem

dapper sleet
#

try seekerspatcher ,, since sots some methods changed places so it just readds rhem which fixes alot of mods !!

rose epoch
#

alright ill try it thanks

#

it worked ur a lifesaver

echo topaz
#

chat how do character mods work in multiolayer

neon jacinth
#

They do. Usually

echo topaz
#

do they also need to have the character mod installed

neon jacinth
#

I mean. Obviously

echo topaz
#

makes sense thanks

neon jacinth
#

Recipe: modpack (Owner: Enigma#6973)
Use R2Modman's profile sharing feature.

  1. Download and install r2modman
  2. Create a new profile
  3. Download the mods you want
  4. Go to settings and click Export Profile as Code
  5. Send the code to your friends
  6. Friends can import the code from the main profile selection menu of r2modman
  7. Voila, you all have the same mods and configs
echo topaz
#

chat i installed a sonic frontiers ost mod and it isnt working

#

is this a sots moment

#

oh nvm im an idiot

remote hemlock
#

focused strike is peak, sorry for potato pc quality

daring barn
#

Are there any mods that buff bad survivor skills (arrow rain, mobile turrets) and also add guaranteed item drops for doing stuff (similar to bands, guaranteed legendary stage 4, etc)?

vital acorn
#

hey fellas, recently came back to the game, but my game isnt launching with any mods

copper blade
#

Do you have seekerspatcher installed

vital acorn
#

i do not, but nevermind i fixed, apparently it had the wrong ror2 directory location

onyx citrus
#

<@&559786374228738069> 50 gifted lessgo

final crest
#

wow!!! $50!!!!

#

reaching down to pick up a penny off the floor only to find out it's glued there

merry charm
#

its real&

#

?

light chasm
#

Paladin mod works on new version?

final crest
light chasm
final crest
#

makes some mods work despite not being updated for latest version. Paladin included

light chasm
#

Affirmative

#

Ty

#

One more question. Will this all work in coop? Provided that my friend uses my build.

final crest
#

yes

#

in the vast majority of cases, mods will work in multiplayer as long as you have the same modpack

#

the only exceptions are mods that say they are broken in multiplayer or not networked

light chasm
#

Ty x2

blissful crest
#

tried to install celestial war tank and run the game and it's loading really slow, no title screen yet

it's the first time in this computer and I see the lil loader getting Chunky walk and the cutscenes is laggy

is this normal?

#

still at 99%

#

gonna try adding seekerspatcher ive seen it around

#

now it loaded jsut fine huh

final crest
#

yeah. SP is something of a soft requirement nowadays

#

fixes a lot of slightly-out-of-date mods

fierce dew
#

does anyone have a tutorial for installing ror2 mod manually

dapper sleet
remote whale
#

okay guys can someone please help me with starstorm2

#

Nemesis mercenary’s shift ability is just broken and idk how to fix it

#

it teleports me somewhere and I can’t move or use abilities

dapper sleet
#

problem with the latest sots patch ,,, just gotta live with it for now until it updates !!

remote whale
#

oh okay thank you

compact hull
#

what would cause not being able to pick up items? option goes grey when near

oblique trellis
#

Oh sweet

nimble pulsar
#

is there a mod that buffs huntress' arrow rain? i found one but its deprecated ("Arrow Rain Buff" by Moffein)

copper zinc
#

so uhh

#

how do serverside mods work?

quiet flint
#

for ror2 modding specifically, it's best to have the same mods and configs across all clients if possible

#

people arent very good at labeling them correctly

#

at least with mod tags

#

if there's something specifically pointing out it being client/server sided in the description or config, it's probably accurate

fathom arch
#

do we have a mod that allows tooltips to be shown in the command menu on a controller? right now i have to use the mouse to hover over the item to read what it does with BetterCommandMenus and LookingGlass which breaks my flow. Would rather just have the tooltip display when 'hovering' over it via selecting by D-pad

timber walrus
#

Does anyone know if the DronesInheritItems mod works in multiplayer as the host without the other players needing to have it?

tepid blaze
#

where old stats player ?

#

i can't find the mod

remote whale
#

thank you

oblique trellis
#

Sweet, I'll try it after school (maybe after I continue shiny hunting in pokemon though)

astral bolt
#

is there a way to make different modpacks default to different ingame profiles

storm jungle
#

do i need to find the golden chest in this stage to leave as well?

#

i cant find it anywhere

daring barn
#

alright thanks

nimble pulsar
#

is there a mod that makes bandits alternate primary (Blast) be 100% accurate?

storm jungle
#

turns out there’s no chest spawning for some reason so i can actually win

timber solstice
#

im always hesitant when downloading qol mods because the last "qol chest" mod highlighted hidden chests in a neon yellow by default

#

there should be a qol health mod that gives me 500% regen and 200% base health

gloomy talon
#

does RoR2 modding require both players to have all the mods installed or just the host?

onyx citrus
#

Depends on the mod

gloomy talon
#

should both players just download the mods to be safe then?

onyx citrus
#

Yeah sure

gloomy talon
#

cool

bleak bloom
#

anyone know of a mod that disables Heretic drain damage in the bazaar?

#

I'm doing a nuzlocke and died as the heretic because I stepped away assuming i'd be safe. fuck that noise

storm jungle
#

idk how ti send it

#

also starstorm 2 new update reset my progress on nemesis commando eclipse

#

i fixed it with the cheat unlocked mod dw

#

wait does it have to be send while the run is still going?

#

idrk how it works

#

ok then

#

are you one of the starstorm dev?

fallen stag
#

after the recent starstorm 2 update, whenever i go to the void fields, it always spawns me far away from the safe zone and in the ship vessel, is this a known bug or is it maybe a compatibility issue with another mod? if i disable starstorm 2, i spawn in the proper place in void fields and the only other void related mod i have is VanillaVoid

trim yacht
#

any idea why they still havent updated lots of character mods for the recent patch? like paladin or amp for eg

final crest