#ror2-modding

1 messages · Page 132 of 1

jade prairie
#

1.0 was after TWO years

spice vault
#

i mean, i thought we all agreed that this dude doesn’t know anything

bronze pawn
#

+1

zealous oar
#

i'm not even going to say the amount of things wrong with that

jade prairie
#

while i dont know much you cant argue that im wrong

#

we can

spice vault
#

please reserve the word “based” for opinions that are somewhat valid

zealous oar
#

oh i can certainly argue.

versed condor
#

kinda can

gray mulch
#

I mean hey, kids play games, kids want to talk about games. Adults also play games, adults also wanna talk about games. i don't tie anything to age with this stuff because at the end of the day we're all playing games and we all need to be civil.

keen lily
#

oh we def can

mossy lagoon
#

I don't know much
WE KNOW MAN

spice vault
#

oh nothing wrong with kids playing game, something wrong with kids thinking they’re smarter than everyone else tho

jade prairie
#

i agree

gray mulch
#

Something wrong with anyone thinking they're smarter than anyone else.

spice vault
#

correct sir

jaunty cargo
#

Gaming

keen lily
#

that was such a spicy take I had to unlurk, gott DAMN

versed condor
spice vault
#

the magma worm ahah

jade prairie
#

at the end of the day mods break, they die. time wasted yet time well spent

spice vault
#

don’t answer

#

he wants your time, don’t give it to him

jade prairie
#

🤣

#

i dont see the issue, when you mod games stuff breaks, dies even. thats the facts., thats part of modding a risk. time gets wasted, used on things that can and will break

spice vault
bronze pawn
jade prairie
#

do you see what i did there i did a funny

mossy lagoon
bronze pawn
#

Why does beetle queen represent my mood?

spice vault
#

heeheehoo

jade prairie
#

either way after every update its all hands on deck to fix any issues, or in some cases salavage what one can

mossy lagoon
#

ok

#

you do it

jade prairie
#

aint nothing to fix

#

most mods are dead

spice vault
mossy lagoon
#

anyway

bronze pawn
teal bear
keen lily
#

where tf is the save file for ROR2 btw?

mossy lagoon
#

check online I can't remember

#

it's a bunch of folders that are strings of numbers

spice vault
#

steam, userdata, your profile number, a number that starts with a 6

mossy lagoon
#

yes

spice vault
#

be careful to not add any space anywhere

keen lily
#

I can't find the steam folder that has my userdata, it's not on my C:Drive

tame swallow
#

Hi. Is there an updated version for the itemstat mods by now?

mossy lagoon
#

no

spice vault
#

the itemstat mod seems to still work

mossy lagoon
#

r2api has not been updated

spice vault
#

from what i've heard from the modding server

mossy lagoon
#

it works but hasn't been updated for new items or changes

spice vault
#

yea

mossy lagoon
#

and r2api breaks buff icons

tame swallow
#

ok thanks for the quick response ^^

versed condor
#

stats in the itemStat mod are hard coded iirc

mossy lagoon
#

yes

tender cradle
#

no item share mod that worknig right now, right?

left wasp
#

hey guys, do u know the code to unlock the new utility skill for captain?

zealous oar
#

if discord's search function ever worked properly i could tell you

#

i wrote it up above somewhere, good luck.

zealous oar
#

are you sure that the modloader class can't functionally load mods? all of the code seems to be there to implement content packs.

#

Other than the fact that it errors out on me, repeatedly.

#

but i went all the way down the pipeline, and it seems like it is actually using that information, it isn't just garbage.

gray mulch
#

Ghor said it was just leftover from a test and we should ignore it completely.

zealous oar
#

interesting.

gray mulch
#

He was looking at making a loader at one point, but basically it would just be reinventing bepinex so there wasn't much reason to continue

zealous oar
#

well, aside from the fact that you wouldn't be injecting code.

gray mulch
#

Yes you would

#

Contentpack doesn't let you add content without injecting

#

If you add an item you need to implement the effects of that item still

#

That happens through hooks, because a datastructure for item effects would be a massive slowdown for the game

jade prairie
#

Has enforcer, paladin, or goku been updated

#

Also hi rein

#

Thx for helping yesterday

gray mulch
#

Hopoo doesn't have access to the ability to dynamically generate code at runtime, modders do because of some great libraries we use. So we can take a pile of data and turn it into a new method whereas they would be parsing the structure every time the method runs.

#

Sure np

zealous oar
#

it just seems to me like all of this code is still completely functional. you'd have to give it your own assembly to reference, though, and assets, but seems like a bit of a timesave compared to having to use a separate injector

gray mulch
#

Until you need dependency resolution, deterministic ordering, and need to run code earlier than that loader.

#

For example, what if someone wanted to fix a bug somewhere in the loader?

zealous oar
#

look i see where you're coming from here, but that's not the direction i was thinking of taking this. It's one thing to add additional content, it's another thing to start patching assemblies.

#

There looks to be a completely sustainable framework for creating a secondary content pack that appends to the first one.

#

Not an injector for literally anything else

gray mulch
#

Yeah. And its not finished

#

Thats the thing coming later

zealous oar
#

but is it feasible to use it to implement content as it is right now?

gray mulch
#

Maybe if you wanna redo that work again next update when it changes

zealous oar
#

see if i care, i'll rewrite it a hundred times.

#

i'm not going for production quality work here

gray mulch
#

I mean go for it but its not finished at all according to ghor

#

Basically, the secondary adding is not going to make its way to the catalogs themselves in between each build

zealous oar
#

i'm wondering if ghor managed to get anything to work with it at all, i can't even get it to recognize a mod without load errors

gray mulch
#

The dedicated loader he said should be totally ignored

#

Because its not working

zealous oar
#

well hopefully he doesn't decide to drop it entirely.

gray mulch
#

My understanding is that its leftover from a much earlier attempt.

#

Other games have actually shipped bepinex as their official modloader btw

zealous oar
#

that's totally fine as long as the things are there to make things simple for the end user

#

I have friends I play this game with that barely have the mental capacity to open windows explorer

gray mulch
#

Thats what r2modman is for. Or if they go the workshop route. I think it was monster train that basically implemented workshop support using bepinex

zealous oar
#

guess in the meantime i'll just have to write step by step instructions

#

can't be that hard i guess

gray mulch
#

???

zealous oar
#

for how to install mods

gray mulch
#

Just use r2modman

#

Its super easy.

zealous oar
#

alright.

#

Bepinex still works with the new update for ror2, correct?

mossy lagoon
#

yes

zealous oar
#

aight

mossy lagoon
#

bepin is game/version agnostic

zealous oar
#

prob fine then

#

and r2api is not functional. right?

mossy lagoon
#

certain modules are completely broken

zealous oar
#

👍

jaunty cargo
#

God I miss mods

mossy lagoon
#

yes

zealous oar
#

give it a bit of time, i'm sure more will crop up again

mossy lagoon
#

I'm literally dying

jaunty cargo
#

ItemStatsMod my beloved

slow canopy
#

ItemStatsMod was working for me earlier today

lone edge
#

do any of these mods work rn?

mossy lagoon
#

no

#

well I'm sure some of them work but r2api itself is broken in a lot of ways

#

but you could always just start the game and see

surreal spindle
#

My friends, greetings. There is a mod causing the monster Elite Stats and Debuffs like bleed to be a WHITE SQUARE. Does anyone know what mod is causing it?

zealous oar
#

r2api

surreal spindle
#

ouch

#

so anymod will cause this, right?

mossy lagoon
#

anything that requires r2api

surreal spindle
#

Ok thank you very much.

jade prairie
#

As soon as I get into mods they all die 😦

zealous oar
#

make your own

#

problem solved

surreal spindle
#

it is about time I contribute, I will try to learn.

#

Just 1 more question plz, is R2API dead gone, or it will eventually get updated?

zealous oar
#

somebody said that the guy who makes it doesn't want to continue, but that's hearsay i have no idea

surreal spindle
#

ok ty

rough pilot
#

Likely that someone is working on a replacement rn

prisma oracle
#

I believe they are working on a new API

mossy lagoon
#

there were multiple r2api devs

#

idk of any of them are going to continue it though

#

and the api that rein was working on i think is dead too

remote briar
#

Modman isn't starting modded version. Is it just not up yet?

surreal spindle
#

BetterUI at least should have been implemented. Honestly. I am learning Python I will try to learn about API, but I cant contribute to our need right now xD

#

learn about APIs and modding in general*

gray mulch
#

Yes. Never. Its no longer possible to implement the mod.

jade prairie
#

At least not without assetdistribution

gray mulch
#

I can't get to the various vanilla textures and models I used to make the effects at runtime

#

Because some of the ordering things happen in is different or more restricted.

#

Previously I could force a second reload of effects catalog for example

abstract valley
#

going to be a bit annoying since it's just going to break again in a few weeks when content packs are actually finalized

zealous oar
#

just something you learn to deal with

abstract valley
#

but if we don't start working on something at some point it'll never work again

gray mulch
#

See. I have learned to deal with this... I've been modding this game for 2 years lol

abstract valley
#

6 months, haven't burned out yet

gray mulch
#

But the previous breakage was salvagable.

abstract valley
#

it's a different kind of breakage than I've dealt with recently with DSP, where things just kinda... change? for no reason

#

but they're all individual, small changes, but a good number of them, and every friday

#

this was one, big, systematic change

zealous oar
#

oh man

#

visual studio is not happy about the sheer amount of linkages i'm trying to do rn

abstract valley
#

well, not one, but more of a trend change I guess

gray mulch
#

Like for me the big systematic change isn't even the issue. Its a subtle difference in what gets loaded and when that killed it.

#

Im not dumb enough to think that this issue could have been predicted, but I do think that I would have found it with time to actually test. And if I found it early, like, before the final build was shipping in a day, then these types of issues could have been addressed or iterated upon.

#

Thats my issue with this.

abstract valley
#

Beta did come slightly late, but I'm pretty sure they weren't exactly ready for it either tbh

#

Ghor has talked about how the Content Manager isn't finished yet, he hopes to finish it next patch

gray mulch
#

Right. So imagine this other universe, where the system was not in main branch and instead in a beta branch and all of that shipped right now. We would have working mods, and 6+ months of time to work out these kinks.

mossy lagoon
#

did you try to change your profile in game

zealous oar
#

I would assume using harmony for patching is fine, right

mossy lagoon
#

😎

abstract valley
#

and most people here use MonoMod and MMHook instead

zealous oar
#

damn, gotta get the old stuff out of my head

#

without r2api, i'm assuming any patching i want to do i'll have to do myself.

abstract valley
#

yeah

zealous oar
#

oh well

drowsy torrent
#

Yo someone should Mod the new bandit just for memes

#

HOPOO:"So we gonna let the older bandit model stay so modders can still use that one"
Modders:Mods the new bandit

abstract valley
#

just means that stuff like Bandit Reloaded will still work without changes

#

well besides content pack

zealous oar
#

without major changes

gray mulch
#

With a big *hopefully at the end

#

Sniper wasn't too horrible to update. It was a ton of time and a few bits were really difficult, but on the whole it was just fixing hundreds upon hundreds of compiler errors.

#

but that doesn't hold for all mods

mossy lagoon
#

i just want borbo CRYYY

trim quiver
#

me waiting patiently for bandit reloaded to be functional again so I can duo bandit and bandit

mossy lagoon
#

i miss the dynamite the most

#

the m1s were nice too but i think the vanilla ones hold up

#

the dynamite though... theres nothing else like it in the game

jaunty cargo
#

I hated the dynamite and always used Acid Bomb lmao

mossy lagoon
#

wrong

#

dynamite good

#

the skeet shooting part is fun

slender walrus
#

@gray mulch as far as effect loading stuff you can still access these assets when IContentPackProvider ships by just looking at the effects loaded in the ror2 basegame IContentPackProvider

severe valley
#

Just play ashe

mossy lagoon
#

why would i play overwatch

gray mulch
#

there are also some assets scattered about scenes and the like, also, accessing indirectly is a very poor solution in the long run, as any time anyone changes a name or makes a slight structural change to a particle effect I need to find new ways to get access to those assets which is extremely time consuming

#

Some of these effects are stored in field initializers for entitystates, and the like as well.

slender walrus
#

hmmm, sketchy but also still accessible by looking at the ror2 basegame IContentPackProvider's EntityStateConfigurations

gray mulch
#

And my end goal isn't really even to get access to the effects, I'm just getting the various cloud mask and map textures from all of this.

#

The ramps at least I just generate at runtime

slender walrus
#

right. idk if we'll ever get to move to assetbundles but I'd like to someday

#

hopefully looking at the ContentPacks of peers during the loading phase becomes the standard asset lookup procedure so things won't have to break if we do end up moving from Resources/ to AssetBundles

gray mulch
#

I haven't done a full deep analysis of the root causes of some of the more obscure issues I've been having, but one major one was that I'm fairly certain my encoding of material settings into the skin index value is not going to be viable.

earnest sable
#

Does anyone know how to fix characters not showing up on the character select screen?

zealous oar
#

lmao wtf

jade prairie
# zealous oar

||baha yeah that's a test skill that just plays a bird noise with 1s cooldown as far as i've tested||

#

shouldn't be hard to replace with the actual skills though

dusky sluice
#

anyone know the coded names for the new skills added?

#

or how to find them

dreamy forge
#

they're somewhere up in the chat from shortly after the update went live

zealous oar
#

Yeah i'm sure I can just drop the new skills in the patch just like I did with the flag

jade prairie
zealous oar
#

My brother wanted to be able to play him without having to get all the items, so I was like, eh, sure, why not.

#

you can actually set an intro for characters, it's a seperate body i think.

fallen spear
jade prairie
#

Fair enough i'm not sure what one would work good for ||heretic|| though

zealous oar
#

also unsure, maybe just spawn anim

#

but that would require particle renderer, so maybe not

jade prairie
#

Unsure if you can make a new one right now due to you know what

zealous oar
#

not using any apis

#

feeding the calls in by hand

fallen spear
zealous oar
#

what about the ||lunar items||

#

hehe

jaunty cargo
#

LMAO IT'S CALLED ||NEVERMORE||

zealous oar
#

internally it's called ||squawk||

dreamy forge
#

quoth the raven

bright flax
#

To quote the ||raven||.... ||"SQUAAAAWK"||

#

So for ||Heretic|| what would their base health be?

#

Because doesn't it usually get added on to whatever character?

zealous oar
#

I can't exactly look without pulling the asset

#

which i might have to do? not really sure that it's necessary

timber solstice
#

anyone know any mods that help with game optimization and performance improvements? i have all my settings set pretty low and can barely stay above 30 frames

median valve
bright flax
#

True

#

But it's technically intended to have that stacked onto another health value though right?

zealous oar
#

wait i'm dum

#

i can just go ingame, just a sec

#

440hp base

median valve
#

Wait are you trying to make ||heretic|| an actual character so you don’t have to spend all the lunar coins to get them

bright flax
#

I'm not

median valve
#

Ok

bright flax
#

But it would be cool of someone does

#

And im just curious at how people will go about it

median valve
#

I want to I just have 0 modding experience

idle kraken
#

is there a mod that lets me hide certain items from appearing on my character?

bright flax
#

I think theres one for specific items

#

Like one removes predatory instincts from showing

#

One idea I saw for ||Heretic|| is implement a system similar to the gunslinger in enter the gungeon

#

Just have a cost of lunar coins to play as them, to compensate for the better stuff

idle kraken
bright flax
#

One sec

#

No clue if it's working

idle kraken
#

cheers

#

oh i forgot did my other question get an answer? about the elite item looks as skins?

bright flax
#

Yeah I've been meaning to get it too, since its so invasive censored to other cosmetics

ripe perch
#

how do i uninstall mods

#

i mean how do i uninstall bepinexe

idle kraken
#

oh i just found this mod which seems to be a bit more general usage

bright flax
#

Oh yeah that'll work better

zealous oar
#

hm

#

the way that loadouts are stored for characters is very strange

median valve
#

This is a mod I found that made a ||heretic|| artifact

zealous oar
#

seemed like a hacky solution

median valve
#

I haven’t downloaded it yet so idk if it works

zealous oar
#

i mean, i would assume it does

#

also, this.

#

transform is oriented in the wrong direction but, yeah works just fine, even has the spawn animation.

median valve
#

Is it a mod?

zealous oar
#

yup.

#

loadout isn't applied properly yet though, i need to find out how to change it.

median valve
#

Ok so there is no link yet

zealous oar
#

this is all trial and error rn i have no clue what i'm doing lmao, yeah no link yet.

median valve
#

Ok that’s fine

zealous oar
#

however if you want a character that all they can do is screech, i'd be happy to oblige, I guess?

median valve
#

Haha I’m ok

#

So he just screeches

#

Weird

zealous oar
#

||it's cause the lunar items are overrides, this way if you cleanse it just replaces it with stupid squawking.||

bright flax
#

It looks like they're hiding

#

They're just shy

zealous oar
#

mhm

#

i might have to export a seperate assetbundle with their body in the correct place

#

ordinarily there is two seperate bodies, one for the game, and one for the character select screen, but of course, he doesn't have one, obviously.

brittle swift
#

is modding still borked rn

final crest
#

yes

brittle swift
#

oki doke

final crest
#

give it a week at the absolute minimum i think

#

(though honestly we might have to wait for the next patch, considering the backend isn't really even complete yet)

brittle swift
#

i can wait as long as i need to

halcyon mirage
#

dropinmultiplayer isn't working for me, I've seen it work for everyone else and these are my only mods. anyone know if I'm using the wrong mods or something?

timber solstice
#

is old unfinished bandit still in the files? bandit's internal name is "bandit2"

proven mulch
jade prairie
timber solstice
#

ohhhh

#

what is the old bandit referred to in the files right now?

#

i thought it was named bandit2 because it's the 2nd version of him

proven mulch
#

im surprised nobody's made a mod where they just kinda swap the character model but not the character

#

as far as i know, anyway

rocky tide
#

hey, i'm a noob at using mods and i was trying to install some skins on the game but it doesn't seem to be working, idk why... can anyone help me?

proven mulch
#

its cuz of the new update

rocky tide
#

ooooh

#

okay, that makes sense 😦 thanks!

proven mulch
#

literally only 2 of the mods i tried actually work

#

out of a dozen

#

according to people im going to assume are credible sources, it should be about a week or more until they get fixed

rocky tide
#

i'll wait for updates then 😅 i really wanted some different color options since the 2 friends who play with me all play the same character, it'd be cool to distinguish each other etc

timid swallow
#

a lot of mod devs has a ton of different mods, I can only recommend to be patient and check what's coming new on thunderstore

final crest
#

I have no way of knowing how long mod updates will take

jade prairie
#

thunderstore release when?

#

cool

ripe perch
#

how do i uninstall bepinexe

jade prairie
#

delete te folder

zealous oar
#

are the lunar skills not registered in the skilldefs?

#

hm, they are, but not really. this is weird.

bronze pawn
zealous oar
#

I'm thinking I could possibly create a sort of like, fake family skilldef and assign the skills, but i'm unsure.

hazy quarry
#

NGL, adding Heretic to the select screen is dope but I'm kinda hoping that out of that we get skins/alt abilities in these mods. Heretic is powerful, but I'm kinda hoping that someone adds a melee primary option, maybe a second R. I suppose that conjecture's a bit early, though.

zealous oar
#

i considered trying to see if implementing the alloy vulture's gust ability would be feasible

#

the difficult part though, is that those abilities are hard coded, writing a family for a new character would be simple, writing one for a character that already exists seems to be infeasible

#

if i knew more about loading custom scriptableobjects, maybe.

idle kraken
zealous oar
#

They're wings.

idle kraken
#

extremely spiky wings

hazy quarry
#

That would be pretty dope- a less powerful, longer reaching right-click option. With how the library is appearing to work, maybe how you'd do it is you'd make a custom lunar item that fills the transform requirement, and then have that fill the spot that the ability would do.

#

Not going to get into the lore of them in case people haven't seen it, but they aren't really wings anymore. Closer to floaty scythes.

zealous oar
#

my intentions as of right now are to skip the lunar item requirement entirely. Giving a character four lunar items at start is erring on the side of ridiculous.

hazy quarry
#

That makes sense, as well- it's more looking like Enigma's approach, and I'm wondering if that would work for that.

zealous oar
#

enigma?

hazy quarry
#

Yeah, and this vid of their in-progress

zealous oar
#

well uh, if anybody has any suggestions for loading custom scriptableobjects in, i'd love to hear it.

#

well they certainly got the items on the character decently well, considering it's sort of a pain in the rear end to do, it looks like.

#

unless you can just do it a la captain

hazy quarry
#

I'm not much of a modder myself, so it's hard to say, but I'd imagine if you can figure out what exactly transforms the character you could make custom items that would replace abilities. The only concern is if you pick that up before/after a Vision and what exactly is the interaction there.

zealous oar
#

that's something to consider for later, at the moment I'm more intrigued by getting a custom skillfamily into the RoR2Content class.

#

or altering an existing one

merry jetty
#

Does the PerfectlyModdedPACK work?

mossy lagoon
#

no

merry jetty
#

Thanks

zealous oar
#

how am i supposed to make an assetbundle containing a scriptableobject? Will it prevent me from saving the bundle if it has compiler errors?

#

can i use a dummy script or something?

abstract valley
#

people can make better versions later

#

or i'll update this one

#

who knows

merry jetty
#

Pog

zealous oar
#

yuh i'm workin on it

#

you smart? @abstract valley , any tips for creating assetbundles?

abstract valley
#

why do you need an assetbundle

#

afaik you can build a skillfamily at runtime

zealous oar
#

the function i was trying to hook into for it was destroying the object before i got to load it, so I did a dumb. This was sort of my rudimentary solution, plus, that way it keeps regular heretic from possibly weird bugs.

abstract valley
#

just in case, anyway

zealous oar
#

plus, skillfamilies are responsible for populating loadouts on the character select.

abstract valley
#

what were you hooking?

zealous oar
#

hooked into survivors.load to make the character visible.

#

tried to use that gameobject to change the skillfamily, however it didn't work. which isn't a surprise

abstract valley
#

if you want to avoid conflicts with normal heretic you'll probably need to make a unique survivordef instead, and leave the one from base game alone

zealous oar
#

that would still probably benefit from using an assetbundle then, right?

abstract valley
#

I don't think so

#

you should be able to just build everything in code

zealous oar
#

hmm, where do you think i ought to hook in to register them as a survivor then?

abstract valley
#

same place I do

zealous oar
#

setcontentpacks?

#

sorry, i was using harmony, so the hooks look a little different to me

abstract valley
#

ah yeah

#

it's just a placeholder for whenever there's a new MMHook on thunderstore

#

but yes, SetContentPacks

zealous oar
#

is harmony going to be deprecated then? or are you talking about something else

abstract valley
#

no, Harmony is just an alternative to MonoMod/MMHook

#

version of Harmony that comes with Bep is actually built on top of MonoMod

zealous oar
#

sorry, just used to harmony.

#

Yeah, it's harmonyx

#

That much i know, supposed to be faster, or whatever.

abstract valley
#

it's mostly for compatability between MonoMod and Harmony really

#

also a few slight differences

#

idk if it's any faster than normal Harmony

zealous oar
#

i looked through the docs and honestly I wasn't sure either

#

regardless though, thanks for the help, i think i tried to add something to the setcontentpacks before, but i wasn't doing it correctly

abstract valley
#

those are the justifications for the fork

zealous oar
#

harmony is kind of like baby mode from what i've seen of monomod, and i prefer the babymode tbh

dusk hound
#

Ay yo what's the item info mod

#

the one that gives you extra info during runs, or like logbook info during runs

mossy lagoon
#

betterui and itemstatsmod

#

r2api broken rn though btw

dusk hound
#

Well, for when it does work, exactly what files do I copy? I'm new to mods lmao

#

I'm assuming the extension in its usual spot in plugins, but is the changelog any importance?

mossy lagoon
#

wha

#

use r2modman

#

changelog is usually just in the readme

dusk hound
#

man
Hfhfhfh

#

Hopefully the mods start working again tho
Finally managed to get a pc to use, and it runs well enough. Nabbed the essentials already

brittle crystal
#

Does anyone know when the RoRCheats gets updated to the latest patch? I really don't want to grind for all the new abilities 😦

dusk hound
#

aka starstorm, stats, and uh aspects

remote ginkgo
#

I miss playing goku Sadge

zealous oar
#

You could just add the unlocks into the save

naive monolith
#

I miss paladin and enforcer

prisma oracle
#

hopefully we can use them soon

chrome grove
#

please mod da feet

lone edge
#

Ror2 without improved ui is like trying to use ms paint to make the Mona lisa 😔

#

Devs should honestly make it a feature

sage tartan
dire crest
#

anyone know if TooManyFriends works with this update

late frost
#

anyone know when the goku\vegeta mods are gonna get updated?

gray mulch
#

Most updates are weeks at best atm. api needs update first and that is tall order rn.

late frost
#

alrighty thanks for the help?

wise geode
#

Do folk know how hard it is to get the twitch integration mod working? I wana make one off of it

winged warren
#

is rorcheats still working or did the update break it?

dusk hound
#

I'm not exactly sure if this is the best place to ask it, but how does modding for ror1 work? Does thunderstore even have stuff for it?

upbeat fable
#

It's fairly easy too

#

You basically go to this site and download the mod loader

#

The mod loader has everything you need

dusk hound
#

Ah, I see. I'll check it out later

upbeat fable
#

On top of fixing a bunch of vanilla bugs

#

Like everyone's favorite ropes crashing the game in multiplayer

dusk hound
#

Any suggestuons for go to mods?

upbeat fable
#

Starstorm

dusk hound
#

I know starstorm 1 exists

#

and that's it

upbeat fable
#

With how big starstorm is you will probably have content for a bit

#

Ok also this

dusk hound
#

What about qol?

upbeat fable
#

do not play risk of rain 2: return to sender

#

Bad mod, very bad

dusk hound
#

aye

upbeat fable
#

Uhh qol

#

Starstorm already comes with so many quality of life improvements it's hard to tell you

dusk hound
#

Is there any itemstat type mods!

#

?*

upbeat fable
#

Starstorm comes with its own itemstats

#

Press tab during a run and you will see all your stats and items

#

If you hover over them you will get their stats and stacking effects

dusk hound
#

Woah
Funky
I might actually work on that soon

upbeat fable
#

Also DD's variants

dusk hound
#

Its 12:30 for me rn so late lmao, but its not like I sleep a shit ton anywaus

upbeat fable
#

Good mod, made by my good ol pal degardale

dusk hound
#

Interesting

upbeat fable
#

Idk him and neik are like the only ror1 modders

dusk hound
#

I imagine ror1 will be a lot less demanding for my pc, which is Pog
Ror2 runs well enough, but still there's a lot to be desired

jaunty shadow
#

Are most mods broken because of the anniversary update

mossy lagoon
#

yes

iron crow
#

Check pins for the best info for now

#

Pretty much were waiting on an api update for the time being

#

But UI stuff should still work

#

Anything that adds content is out tho

jaunty shadow
spice vault
#

technical stuff that allows mods to work

red badger
#

how do i use the new artifacts from fw artifacts

versed condor
red badger
#

are you talking about the with the new update im on a previous update

versed condor
#

oh you havent updated the game yet?

#

in that case then they should just pop up in the artifact menu

red badger
#

i have i had a copy of the previous update so i could mod it still

dire spindle
#

Has anyone messed with the Playerbots mod at all? It seems to recognize when I add bots but they don't spawn at all. Is it because the mod is just so outdated?

jade prairie
#

if you are talking about using it in the last 2 days, its because the update broke nearly every update in the game

dire spindle
#

So a lot of mods won't work until the modders update their mods?

jade prairie
#

until the API is updated, then modders need to update to the new API

#

and since this update is the largest relative to modding, most mods will break

dire spindle
#

Okay, so the likely scenario is that I'm sticking to mostly vanilla because of that.

sleek cipher
#

from what I've heard itll take a week or 2

#

To figure out what to do with the api

ocean sun
#

is it normal for me to see a lobby of scavengers when i don't have the scavenger mod installed? or is it somehow okay since it's based on the already existing files?

vivid oasis
#

so what mods work with multiplayer with the R2 modman

iron crow
#

Pretty much the same as single player, only UI mods, unlockall, and client-side stuff

#

No mods that add content will work for the time being

vivid oasis
#

ok thx

iron crow
#

Np bro

#

I'm eager for modding stuff to get updated

#

I finally caved and got a bunch of character mods the night before the update and now I gotta wait lol

jade prairie
iron crow
#

Oooh that's actually pretty cool

#

From The stuff I tested, skins are out and I can't get RORCheats to work either

vivid oasis
#

i think the new update has brok a lot of the mods

iron crow
#

Destroyed them

vivid oasis
#

ah well give it a week lol

iron crow
#

When I was testing out the skins I like, I loaded in and there was no selectable survivors but I could still start a run

#

It said I was spectating myself and I was also a commando with no skills and 9000 health

#

There was nothing on the map either, no chests, enemies, or teleporters

vivid oasis
#

now the 9k hp i like lmao tho ya a lot of stuff is prob gonna happen with the moded side of thing

iron crow
#

Insane commando buffs 🥵

#

But yeah, it just needs some time for things to be updated

dusk hound
#

I started a run with the two required mods, elite spawning thing, aspect overhaul, starstorm2 and item stats. I was able to load in with survivors but no mobs spawned, period

#

likely due to the elite spawning thing for starstorm bugging

dreamy forge
#

you updated yours already?

ebon pumice
#

when does R2ModMan get the update? or does it already have it?

#

I'm a bit afraid to play modded atm because of consequences

timid swallow
#

r2modman works, but each mod needs to be updated separately, if i'm not missing anything about how r2modman works

ebon pumice
#

alright, thanks

jade prairie
ebon pumice
#

ah dang

jade prairie
#

anything that doesn't have a dependency on r2api and was updated since march 25th should be fine, but I am not an expert

gentle jasper
#

damn starstorm still not workin

timid swallow
#

read the devlog swuff published yesterday

honest locust
#

is there/will there be documentation for the new modding api?

astral kite
#

Any suggestions on what mods I should use that work for multiplayer I got share suit and tomanyfriends

timid swallow
#

so toomanyfriends works fine with new update?

astral kite
#

Ye

timid swallow
#

n i c e

astral kite
#

Id suggest putting it at 6 people max though

hoary sundial
#

help pls

how can I open the console????

#

strg alt and what?

jade prairie
#

ctrl alt `

hoary sundial
#

yes and where is that key at the end??

#

for ` I must press shift

#

I have german keyboard layout

jade prairie
#

The one below the escape key

#

At least on mine

hoary sundial
#

below escape is ^ and °

jade prairie
#

I dunno man

#

` is what i use and its beneath the escape key. All i can offer

hoary sundial
#

mhm

#

f

#

thanks for the help

dreamy forge
#

` is on the same key as ~ for me

hoary sundial
#

omg it works!!

I downloaded the US English Language and set it on my keyboard and I just opened the console

jade prairie
#

Lol

muted surge
#

question, does the paladin mod still work w the new update?

naive monolith
#

No it doesn't, I tried

#

We gotta wait a week or so for API updates

slow grotto
#

EDIT: Check my message history for a newer dll, this one has an error.

Made some QoL tweaks to Vanilla bandit, barely tested. Everything except for the Lights Out grace period is clientside (grace period is serverside), so it should work with Vanilla players if you have the appropriate setup.
Most of this stuff is configurable.

You will need to replace your mmhook dll in Plugins/R2API with https://cdn.discordapp.com/attachments/625459686224822337/824772085976793109/MMHOOK_Assembly-CSharp.dll if you want to use this.

  • Replace mmhook in plugins/R2API
  • If you are using R2ModMan:
    • Settings -> Locations -> Browse Profile Folder
      • Replace mmhook in RiskOfRain2\profiles\PROFILENAME\BepInEx\plugins\tristanmcpherson-R2API\R2API
      • Replace mmhook RiskOfRain2\cache\tristanmcpherson-R2API\2.5.14\plugins\R2API if it exists

Primary:

  • Can now select between auto/burst fire using the scroll wheel. Autofire shoots a shot every 0.3s, burst shoots every 0.1s.

Utility:

  • Can hold down the Utility button to auto-activate your Utility as soon as it's off cooldown.
  • Utility now has a minimum duration of 0.33s before you can exit it. This is to prevent Hardlight from eating all charges (untested).
  • Cloak entry anim now only plays while airborne.
  • Fixed Cloak sound persisting if you teleport while cloaked.

Special:

  • Only fires once you release the Special button.
  • No longer canceled by sprinting.
  • Both specials now have a 0.5s grace period where they can still get their on-kill effects.
#

Not uploading to TS yet because the updated MMHook isn't on TS.
Also if you install new mods with R2Modman, it will overwrite this MMHook, so you'll need to replace it each time you install something new. updated post with instructions

#

oh sweet

wise ferry
slow grotto
#

Got that listed down ✅

wise ferry
#

Nice

dusk hound
#

So um
How do I even launch the ror1 mod loader lmao

#

nvm

#

managed to get it to behave via going into downloads

timid swallow
#

god bless moffein, new bandit is actually playable now

wraith linden
#

question, are character mods not possible right now or am i just too stupid?

#

for example, i installed some mods like the trunks mod

#

he is shown in the main menu but not in the character select

#

as seen here

merry jetty
#

I have the z mods and none of those characters work to my knowledge

wraith linden
#

probably because of the new patch?

merry jetty
#

Last I tried only Sniper mod works

merry jetty
wraith linden
#

yeah i tried tracer

#

which mods do work to your knowledge

merry jetty
#

Only a few

wraith linden
#

i know that stats and dps mod works

#

thats sad :c

merry jetty
#

Keep in mind 1: I’m new to playing modded ror2 and 2: Last time I checked was last night

wraith linden
#

yeah

merry jetty
#

So Sniper works

wraith linden
#

thanks atleast he does

merry jetty
#

I got item descriptions to work

wraith linden
#

ye me too

merry jetty
#

And Unlock All

wraith linden
#

well i dont use that :P

#

fare and square boye here

#

stressful at times

merry jetty
#

I think that’s it for the mods I have installed

wraith linden
#

ah i see

merry jetty
#

I only use unlock cause I already finished 100% on console

wraith linden
#

i still struggle for this but ye cant do

#

ah yeah that makes sense

merry jetty
#

For tbat one you should do it when the glass artifact is active

#

That way you are super strong but die in one hit

ebon pumice
#

also, teddy bears and brooches can totally save it

#

don't rely on them

#

but they're a good safety net

wraith linden
#

i see

#

nice to know ty

ebon pumice
#

getting barrier hurt doesnt count as health

#

so it counts for the achievement

wraith linden
#

pog

ebon pumice
#

and barrier has its own one-shot protection

wraith linden
#

oh nice

#

it was so obvious that in the next few days, this will be a thing

merry jetty
#

Oh damn I gotta install that

wraith linden
#

yee

#

heretic is pretty fun ngl, just stressful at the start

#

You think at some point hopoo games is gonna introduce workshop content for modding instead of having to download mod managers

#

because they clearly had intentions for bandit to be something newer, so we still can play the modded bandits

granite copper
#

yo, not whinging but how long does it usually take for mods to get updated for new versions, this is my first patch since i started! dont think anything major got broken just icons not appearing properly/white squares maybe files got renamed or sth

wraith linden
#

i mean most mods dont even work owo

granite copper
#

they dont atm?

wraith linden
#

characters dont really work and also item mods dont i think?

granite copper
#

ive just been playing with no mods since i launched a run and saw a lot of icons werent showing so i just said id wait

#

ah i see, how long does it usually take for creators to update? if they decide to

wraith linden
#

puhh if i knew man, we can only hope

granite copper
#

np ty, i just like my lil qol mods and then survivors, empty chests despawn etc

wraith linden
#

yeeee i like the ror1 item mod

granite copper
#

can be fun ye

wraith linden
#

and would love to play goku again after a year or so

#

back then the mod wasnt that greatly built

timid swallow
#

rein updated his sniper pretty fast tho, the problem is i usually play mods that are by rob and moff and they have a shit ton of work to do
and they aren't only mod devs who have this many mods

granite copper
#

i really like i think it's the nemesis enforcer? the one with the mace and minigun

#

as far as custom survs

wraith linden
#

yee

granite copper
#

executioner too he's fun

wraith linden
#

yeah some people really have so many mods

granite copper
#

tbh the mods in this game are really impressive how cohesive they fit into the base game, most of them

#

even the mod manager is the best ive used with the export/import string system

wraith linden
#

having one too many mods active i see

wraith linden
#

would be great

sharp sluice
#

Does anyone wanna help me test new build of BetterUI for the new update?

wraith linden
#

what do you mean exactly?

sharp sluice
#

What I mean is, if you're someone who uses BetterUI, I give you the new build to test and you tell me if anything breaks

wraith linden
#

sure thing

gleaming cobalt
#

can someone make a mod that replaces the bandit special firring sound with the Heavy from TF2's POW sound from his taunt?

wraith linden
wraith linden
#

i just love how the bandit shot sounds

#

it feels heavy, but i want it to be heavier ngl

sharp sluice
wraith linden
#

ah

sharp sluice
#

if you have BetterUI installed you just need to look forthe BetterUI.dll and then replace that with the new version I give you

wraith linden
#

i can just import local mods

#

or that

sharp sluice
#

do you use BetterUI? Do you know what's broken atm?

wraith linden
#

i used it

#

i think the icons are broken= white?

#

stats are working, item info working, dps working

gleaming cobalt
#

i love the bottle smashing sound of his special

timid swallow
#

I'm wondering if survivor random select is still working

wraith linden
timid swallow
#

well, it's Google random number generator redemption arc

wraith linden
#

you may try it

#

improved bazaar is still somewhat working and BetterUI too

timid swallow
#

just not near the pc atm

wraith linden
#

would look into it, but wanna test betterUI rn sorry

sharp sluice
#

there, see if that helps at all

#

either import this or open the zip and swap out the betterui.dll

wraith linden
#

alright

#

i feel really silly

jade prairie
#

When is rorcheats gonna be updated i need my lunar coins 😫

undone ember
#

Can't you just go into the game files?

hollow lotus
#

you can

#

with notepad ++

#

it's quite simple actually

jade prairie
#

No clue how but i guess :/ i also cant be botherd to smack mithrix in the head with a beacon :/

wraith linden
#

xd

#

just download unlock everything if you want

wraith linden
sharp sluice
#

with the new version?

wraith linden
#

ye

sharp sluice
#

can you send me your log?

wraith linden
#

if you tell me how >///<

sharp sluice
#

if you use r2modman it has an option somewhere to get the logs

wraith linden
#

ye tryin my best to find it

lone edge
#

anyone know if proper save is working?

undone ember
#

Nope, atleast not as far as i know

#

Need to be updated

wispy rapids
#

Does anyone know if it's possible to mod the game on Xbox One?

undone ember
#

Nope, there's currently no know way to mod the game on console

wispy rapids
#

Ah okay, thank you

next shoal
#

I take it that the Enforcer and Paladin mods don't work at the moment?

next shoal
#

thought so

undone ember
next shoal
#

I noticed

astral kite
#

any recommended mods i should get?

wraith linden
#

well the fact that u picked the worst time to ask is sad

undone ember
astral kite
#

f

wraith linden
#

but mods u should try are the many character mods there are, risk of rain1 items mod and biggerbazaar

#

u can try the Sniper Mod

#

cool character, but i dont get him atm

#

im probably just too stupid to understand

astral kite
#

so far i got the sniper bigger bizare share unite and tomanyfriends

#

just wasnt sure if there was more i could use

wraith linden
#

Goku mod is great ngl

#

but sadly not playable atm

astral kite
#

g

#

f*^

#

so if i have sniper mod class on i can only play with other people that have it correct?

wraith linden
#

yes

#

i believe so

glossy glen
#

How do you enable mods for ror2?

warm trellis
warm trellis
glossy glen
#

Understandable just curious cause I didn’t see it on steam page and was wondering if it was something I had to find on google or something I had to enable through steam

thorny trout
#

the only mods that aren't broken are the ones that don't use RoR2 API, which is like only a small fraction.

wraith linden
#

sad life

#

i really wanna play goku mod :c

olive barn
#

uhm

#

is sharesuite working? or do we have to wait for the update?

mossy lagoon
#

probably need to wait

#

i have a modlist of some QOL stuff that still works

olive barn
#

hmm i only want sharesuite to work cz me and my friends hate playing without it, thanks anyways

#

^^

gray mulch
#

If anyone has tried stutterstunter and found it not working please ping me, that is a mod I do want to keep alive.

gleaming cobalt
#

how do i make mods work with the new update?

wraith linden
#

u dont

#

the mod creators do

gleaming cobalt
#

i saw something to do with R2api

wraith linden
#

well mods that use r2api cant be used mostly

gleaming cobalt
#

ah

wraith linden
#

infinite mountain shrines works which is nice

#

combined with the artifact that lets any mob spawn anywhere, i like that, i like challenges

mossy lagoon
#

I have about 30 small/qol mods that work

#

but most stuff is very broken

wraith linden
#

ye

reef yoke
mossy lagoon
#

heh

reef yoke
#

:^)

frosty oracle
#

Can someone with access to the scene selector help me discard a possibility regarding the missing stage log?

#

It was assumed that it is a bug because there is not any new scene, but none of the devs have confirmed this. Even thought they have answer to someone asking for two bugs in the same message, this being one of them

#

I want to check if any of the scenes that already existed has been changed

#

How can I do this?

wraith linden
#

if i knew man

orchid sun
#

hey fellas, are there any mods for the new update out yet cuz i cant live without the stats mod

teal bear
#

The Items stats mod got updated

wraith linden
#

the stats mod works fine

#

better UI works mostly too

orchid sun
#

alright any others? or is that too difficult to like put in a list

#

which is fine obviously

wraith linden
orchid sun
#

oh alright

wraith linden
orchid sun
#

wait you can just sort it on update or what

wraith linden
#

ye

orchid sun
#

aight lemme see

peak wind
#

I can confirm that EmptyChestsBeGone, Pingprovements, Sillyitems, and BalancedObliterate all work for me

wraith linden
#

some

#

bazaar improved also works

#

mostly

orchid sun
#

alright ill look into it, thanks very much

wraith linden
#

r2 api mods most likely wont work

#

i believe

peak wind
#

if you check a mod's dependencies on the Thunderstore, anything that doesn't depend on R2API is much more likely to work

torn hinge
#

Can Someone Help me with a problem I'm having?

#

Only in BepinEx Does that happen

torn summit
#

Where do i download mods

wraith linden
#

its as easy as making a sandwich

torn summit
#

k thx

mossy lagoon
# orchid sun alright any others? or is that too difficult to like put in a list

heres a list of small stuff that works
MagnusMagnuson-ItemExchangeNotifier-1.3.1
NotTsunami-ShowDeathCause-1.0.4
kinggrinyov-AutoSkipIntroCutscene-1.0.1
XoXFaby-BetterUI-1.6.17
Rein-StutterStunter-2.1.1
pixeldesu-Pingprovements-1.7.0
Harb-DebugToolkit-3.4.2
TheRealElysium-ScalingBloodShrines-1.0.1
Moffein-Really_Big_Teleporter_Radius-0.0.1
Moffein-MobileTurretBuff-1.1.2
Moffein-TitanBuff-1.1.0
PlasmaCore3-StickyStunter-1.0.0
William758-CommandDropletFix-1.0.0
Moffein-ShrineConfig-1.0.0
Moffein-BossConfig-1.0.1
EvanTich-CommandChanges-1.1.1
mistername-IlLine-1.0.0
Moffein-Mobile_Vagrants-1.0.2
derslayr10-TwistedLoopMod-2.1.1
rob-HiddenRealmsSacrificeFix-1.0.0
Harb-LighterPatcher-1.0.5
DestroyedClone-HideScannerIndicatorOnUse-1.0.0
Moffein-Beetle_Queen_Plus-1.1.0
Groove_Salad-SnowyGolems-1.0.1
rob-AegisBuff-1.0.1
ontrigger-ItemStatsMod-2.2.0

#

i am using a beta version of betterui which has some bugs fixed

#

currently itemcounters are broken

jaunty cargo
#

Oh shit, scaling blood shrines works?

mossy lagoon
#

in live

#

yeah that mod always works

#

betterui should have an update out later today that fixes the bugs and adds proc coef info to the new skills/items

wraith linden
#

ye

jaunty cargo
#

LET'S GOOOOOOOOOOOOOOOO

#

BetterUI my beloved,,,

#

Oh you can just, disable the api for a quick check of what's broken

#

Wait, that disabled everything nevermind

#

Yeah I'm just, not gonna touch my mods till I know stuff is confirmed fixed, this is too complicated for me

wraith linden
#

xdddddd

#

u think my game is gonna crash with 100 mountain shrines?

mossy lagoon
#

maybe

orchid sun
#

hey also um how do you get the new hidden survivor

wraith linden
#

which one?

orchid sun
#

uh

wraith linden
#

heretic? birdy bird?

orchid sun
#

heretic yea

mossy lagoon
#

also i dont think scaling blood shrines is working properly actually :(

jaunty cargo
#

😭

wraith linden
orchid sun
#

i see

#

alright thank you

wraith linden
#

but

#

if u want to play him, as u are writing in the modding chat, theres a mod already which came out today

orchid sun
#

yeah i half saw it

mossy lagoon
wraith linden
#

yes

#

i called it, give it 2 days

orchid sun
#

whats banditskull?

wraith linden
#

his stacks

#

his alt R stacks infinitely with each kill giving 10% dmg on R

#

but when u swap stages, they disappear

orchid sun
#

oh i havent gotten it yet

wraith linden
#

best character ever

#

one shotting mythrix is easily done

orchid sun
#

no i mean the alt r

wraith linden
#

yeye i know

orchid sun
#

oh lol

wraith linden
#

some like his normal r better because of cd reset, but i like oneshotting every boss, even without items

orchid sun
#

u wanna maybe help me get it? i know i should put it in #lfg-pc-ror2 but now that im here

wraith linden
#

and with banditskull u keep 3/4 his stacks after changing stages i believe for funsies

#

well idk how to help you tbh

#

u want to play duo or what? xd

orchid sun
#

yea if possible ofc

wraith linden
#

:c im doin my current 20 stages run for commander?

#

am at 11, i could speed run it

orchid sun
#

oh thats okay no worries
dm me when ready

#

if you even want to
ill make a modpack in the meantime

wraith linden
#

uhh

#

i would like to, i like playin bandit

orchid sun
#

your choice

jaunty cargo
wraith linden
#

yeye gonna dm you of course, but its gonna be semi hard, u just have to finish mythrix with R i believe

orchid sun
#

yeah
well yeah alright thanks
if you know anyone else who might be able to help just tell me id be glad to meet them

wraith linden
#

i dont know anyone actually xd

orchid sun
#

alright thats ok
also
do any older mods still work? like the bossitemdrop mod

wraith linden
#

hmmmm

#

i dont think so

orchid sun
#

alright

wraith linden
#

but tbh

#

nvm

orchid sun
#

alright well we should stop chatting here lol
ill cya

wraith linden
#

yes

tranquil pagoda
#

i assume the mods for console menu and such have been updooted?

orchid sun
#

you can check in the modlauncher

tranquil pagoda
#

i dun really use modlauncher :/

orchid sun
#

oh also are biggerbazaar and bossitemdrop still working

orchid sun
tranquil pagoda
#

yea, never really liked using those

#

basicly i don't use mod launchers, unless it's the ATLauncher for Technodefirmacraft for minecraft

orchid sun
#

i see

tranquil pagoda
#

otherwise i just grab the files directly

mossy lagoon
#

you dont get update notifications

#

r2modman is extremely convenient

#

for modding

#

but also everything is pretty much broken anyway

sage moss
wraith linden
#

ye

tranquil pagoda
#

hmm, kinda looking at the bazaar expand, but i assume broken as well?

wraith linden
#

its

#

not really broken, u cant buy all but u can buy 3 times or something

#

idk maybe its intentional tho

tranquil pagoda
wraith linden
#

lol

#

u know what else can

tranquil pagoda
#

like how having 3 portals open up at the teleporter

wraith linden
#

infinite mountain shrine, which works rn

tranquil pagoda
#

XD oh lord

alpine relic
#

If you use RoR2 cheats can you choose what achievements you unlock?

wraith linden
#

probably but

mossy lagoon
#

no just unlock all

wraith linden
#

it doesnt work rn

mossy lagoon
#

afaik

alpine relic
wraith linden
#

how bout u do another save

tranquil pagoda
#

does the console command mod still work, or is that broken as well?

wraith linden
#

broken

tranquil pagoda
#

oof

wraith linden
#

ye happens, was just a big update

alpine relic
#

Is there a way to choose certain achievements to unlock

mossy lagoon
#

save file editing

tranquil pagoda
#

hmmm, do i need to grab the r2api if i have the bepinex stuff?

#

for the infinite mountain, and bigger bazaar

mossy lagoon
#

check the mod pages for the requirements

#

or use r2modman

#

it makes it so easy

tranquil pagoda
#

cuz it says on the bepiex page, "BepInEx Framework + API"

alpine relic
wraith linden
#

if u download with modmanager

tranquil pagoda
#

so i would assume it has the api in it already, unless it's implying i need a seperate api for some mods, like the infinite mountain shrine with says it requires "tristanmcpherson-R2API" to function as well

wraith linden
#

it downloads everythin u need automatically

mossy lagoon
#

bepinex is the mod loader, r2api is the modding api

#

r2api has a lot of broken modules bc of the update

wraith linden
#

ye but those 2 work

#

the mods he wanted

torn hinge
#

What is RoR2.EffectDef.prefab

languid gust
#

does anyone know the achievement tags for the new skills? basically to save edit

alpine relic
#

So how till so I save edit

neon thistle
lone imp
lone imp
#

nvm

scarlet crater
#

anyone got the config line to unlock the skill that needs 20 hemmorage stacks?

slow grotto
west parrot
#

Do mods work in multiplayer?

zealous oar
#

Depends on what the mod does

#

Most UI and client based mods will work, mods that modify anything like damage values or add in anything will probably not work

#

Unless everybody has the mods, then it works fine, usually. Sometimes, probably.

wraith linden
#

most times they do work when both have em i think

main agate
#

is modding just broken right now? i ahve the most basic of mods but when i try to play enemies just wont spawn. even bosses in tp events

#

also was dine until about an hour ago it started bugging rest of the day my mods worked fine lmao

#

fine*

naive monolith
#

Yeah basically; assume that most mods are broken by the update

main agate
#

i dont get why they worked fine all day then just fell apart lmao

dense snow
#

sup all

wraith linden
#

i think either starstorm2 or aetherium breaks ur game to the point of no spawns

main agate
wraith linden
#

ye

#

u can filter for last updated

#

and see what updated today or yesterday

#

bigger bazaar and BetterUI work too

main agate
#

yeah i still have those thank god i couldnbt live without betterui

wraith linden
#

xd

dense snow
#

curious, whats the difference between r2mod manager and thunderstore?

wraith linden
#

r2mod manager is the best uwu

#

ay lets go henrymod

#

gonna download that now

#

it doesnt work 😔

versed frigate
#

Not quite modding related, but does anyone happen to have the skin/textures for the survivors? I'd love to turn a couple of them into VR Chat models

wise ferry
# wraith linden r2mod manager is the best uwu

Thunderstore Mod Manager supports Thunderstore as a way of producing revenue for covering hosting and development costs.
Currently TMM is based on r2modman and works identically, however has one silent video ad in the bottom left of the screen.
TMM will however become its own manager in the near future

vivid inlet
#

are we just gonna have to wait a while for mods to get updated before the games playable with most mods

wraith linden
#

yes

vivid inlet
#

cool remind me in the like a month

wraith linden
#

but idk seemingly henrymod was updated

#

but still not working

vivid inlet
#

i'm gonna play some other stuff

wraith linden
#

xd sad

#

in a month theres gonna be another big patch i believe

#

called an expension

vivid inlet
#

thats paid but i'll probably get it anyway

wraith linden
#

yes

#

im just saying, its probably gonna cause mods to break again

wise ferry
#

Part of this update were changes that should prevent that

vivid inlet
#

thought the first paid expansion came out towards the end of the year tho?

versed condor
#

first paid expansion is planned to be (very) late this year

vivid inlet
#

yeah alright not too deep then

gray mulch
#

No the next expansion is when they finish the stuff here, its going to be just as, if not more breaking

#

Maybe we get full version sooner since so many things are impossible now (item displays for modded items for example cannot be done anymore)

jade prairie
#

Any idea when item share mod will get updated?

#

Or if maybe someone will make a new item share mod faster

sharp sluice
#

hey my dream is that for the next update they implement my main mod into the game so I don't have to update anything lol

full flicker
#

i was wondering: is it currently impossible to play modded ror2 or is it possible with specific mods?

sharp sluice
#

It is not impossible

#

BetterUI still mostly works and I'm fixing the few small issues right now

#

quite a few other mods work too

gray mulch
#

But if it adds content it needs to be updated since patch

full flicker
#

btw something you guys may already be awear of but ive encountered a streamer today who tried to play modded, and for some reason the profile got corrupted and unusable, one of the mods he mentioned was proper save so i personally advise to not use it for the time being.

#

it also could be a 1 time thing tho

gray mulch
#

I doubt keb would do something as silly as messing with the profiles. Nobody in their right mind touches any of that.

full flicker
tight river
#

any idea as to what mod could be breaking the scrapper? ill try to scrap an item and it just scraps the item repeatedly giving me 100s of scrap

gray mulch
#

I;ve seen more profile corruption from closing the game at a bad time, or turning off pc while steam cloud is syncing than from mods.

prime ice
bright quail
#

just update?

wraith linden
#

wdym

bright quail
#

did the update cause this?

wraith linden
#

i mean probably

gray mulch
#

Update the version of the mod. I fixed that yesterday. Also if you have roguewisp or genfixes remove them as those mods are dead.

bright quail
#

somethings went wrong XD

gray mulch
#

Pretty much every mod is broken right now, so please make sure everything you have installed has updated since the ror2 update.

bright quail
#

yeah ik

lyric sierra
#

so when do yall think mods gonna be up

bright quail
#

yeah thinking same

#

cause even the cheats mod is ded, was gonna mess about lol

wraith linden
#

whenever people feel bout updating

lusty hollow
#

hey guys quick question, my friend just got r2modman and it's saying the game directory was not found. I had no problems setting up the mod manager myself so im unfamiliar with this problem. any ideas?

wraith linden
#

so many modder in this community have many mods

gray mulch
#

Most people need the api to update. the api is totally broken and the most of the core api developers (myself included) are too busy to work on it rn.

lyric sierra
#

oh i just did that tell him to go to settings and type directory then to hit save not to click on anything

bright quail
#

oh oof

#

sad they dont give the api team an early update

#

so they can update for the update coming out, therefore making mod waiting time a bit less

wraith linden
#

yeah they clearly even like mods

lyric sierra
#

oh so we have to wait for new updates on mods we like

bright quail
#

yeah

#

and none can really update if the api is broke

#

cause the api is the main thing that allows mods to work, every mod needs it

lyric sierra
#

at least no boss wait works

bright quail
#

oh nice

wraith linden
#

ye

#

bigger bazaar and BetterUI too

bright quail
#

so only cheats dont work XD

wraith linden
#

nah

bright quail
#

no ik, i was joking

wraith linden
#

yeee

bright quail
#

since everyone elses mods r working but mines lmao

lyric sierra
#

if anything go back to 1.0 ig

bright quail
#

i just wanna mess with new items lol

wraith linden
#

you can do that?

bright quail
#

well with the cheat mod u can spawn items and godmode

wraith linden
#

nahnah

bright quail
#

so wanted to make bandit overlord XD

wraith linden
#

1.0

bright quail
#

ah

#

and yeah i think

#

idk how but some steam games cna do that

lyric sierra
#

jsut go to steam and in general go to betas or something

wraith linden
#

can ya play online too

lyric sierra
#

i dont rememeber great

#

yeah i think so

wraith linden
#

really wanna play goku mod man

gray mulch
#

Rolling back is a lot more work than that. You need a 3rd party program. there are guides online.

wraith linden
#

yikes

#

thats cringe

bright quail
#

yeah, is there a ror2 modding disocrd?

gray mulch
#

It used to be really easy

bright quail
#

just so i can get a ping of when the api is fixed

gray mulch
#

pins