#ror2-modding
1 messages · Page 133 of 1
and now i regret it XD
cause of a certain chat in there, but still will it be announced when api is back up?
prolly
maybe
theres apparently a new api in the works or something
expect things to be broken for a while
aaaa i messed up, last version for now probably. Fixes Desperado applying multiple times.
Ah, it's a relief that one's in the works
what does that mean
bandit's alt special
had a bug where if you shot an enemy right after they died
you could get multiple desperado stacks
yes
Is most mods still dead bc update
so uh, with these mods i grabbed, i can host a multiplayer session just fine, right?
https://thunderstore.io/package/Dragonyck/InstantTeleporter/
https://thunderstore.io/package/OkIGotIt/Infinite_Shrine_of_the_Mountain/
https://thunderstore.io/package/ontrigger/ItemStatsMod/
https://thunderstore.io/package/TheTimesweeper/SillyItems/```
yes expect this to last for weeks at least
yes no maybe?
anyone know if those mods i grabbed are fine in terms of hosting a multiplayer session with no big issues?
I dunno
everyone else should have the mods too
if not try it with unmoddedversion
though most mods are broken in mp unless everyone has em
yeah basically like if a mod adds new content that wasn't in the game already it just doesn't work for the moment, so like skins, extra survivor mods, extra items
but if it just alters things that're already there (such as the teleporter turrets mod, which i can confirm works) then it's chill
no it's broke
someone ping me when starting items works so i can FINALLY GET THE GRANDPARENT LOGBOOK!
is there a working dir for bepinex that i can drag dlls into for mod testing
installed via modman rn
settings>browse profile folder>bepinex>plugins
i put it in there and it says 0 plugins loaded, but when i install the mod into modman it works just fine.
modman is overwriting the working dir for bepinex somehow i think
putting the dll into the folder won't make it show up in r2modman
i'm well aware. but putting the dll into the plugin folder is literally ignored
oh idk then
dll is in there, runs if installed with modman, does nothing when put in the plugin folder.
Ignored by what?
BepInEx, or r2modman?
bepinex
Settings -> Browse profile folder gives you the folder you want
shows "0 plugins to patch"
It’s not in the game directory
i have it in the bepinex folder in there
C:\Users\trint\AppData\Roaming\r2modmanPlus-local\RiskOfRain2\cache\bbepis-BepInExPack\5.3.1\BepInExPack\BepInEx\plugins
Yeah, you’ve done the wrong folder
gosh darn it
Settings -> Browse profile folder
You’d need to do both
Cache is used whenever a mod needs to be installed
Profile is your current state
so for mod testing, copy to both folders?
Only if the mod is on Thunderstore
Yeah
👍 thanks, little confusing, using the mod manager, but probably better in the long run
muddling around without use of r2api is slightly difficult
everyone's tutorials link off of r2api 😁
oh really?
that's not that bad then, cause I can just use the patcher to access those areas.
Yeah pretty much, I mean R2APIs things like the skill API won’t be usable
But in theory it’s been made easier
I sort of figured out how the skills work, so hopefully that's not a problem.
However at the moment, getting the game to add a custom content pack is difficult.
I wouldn't say easier or harder, because this stuff only concerns the trivial parts, which as adding your content. It went from 1 line of code to 4 or so, but like, thats not even really what is relevant at all lol. The vast majority of work is always going to be actually making the content, and that is unchanged.
There are debates that can be had about existing mods needing to adopt a whole new architecture, and there are debates about that new architecture being better in long run.
current thing i'm having an issue with is that it seems to load my content pack into memory, but it doesn't seem to be storing the information in the contentmanager
Are you not using a bepinex plugin for this? if not then you're using stuff that isn't meant for use.
yes bepinex
i think the way i'm trying to do it is wrong, which is basically add another contentpack to the list before the game starts loading content from that list
From a quick glance, you need to hook SetContentPacks with an On hook, do newContentPacks.Add(mypack), and then orig(newContentPacks)
that is how i'm doing it, however harmony doesn't require the orig parameter
method, i mean
Never used harmony so I can't help you there.
like i said, it's loading the content pack, i'm pretty sure, but what i add in the content pack doesn't seem to be reflected in game
I don't know the semantics. all I know is you need your call to Add before that function executes
are cheats uh, enabled by default? so i can test a little easier?
Cheats cannot be enabled. I've only needed them 1-2 times when debugging dynamic mavmesh gen and for those cases I hooked the function that checks if cheats are on and told it to return true.
There aren't many last I checked
well i have a survivordef that isn't showing up in the menu, so wanted to swap the survivor ingame to see if it would work
Not really able to help much with this then. All I can say is I know 100% that the way I inject my defs works fine.
are you injecting directly into the content manager?
Ignore the random commented out emitting of assemblies lol.
that is uh, quite complex
Its like 6 lines
which part of this is the loading portion? that file is massive
Ignore the exlipse stuff that is just a feature for saving eclipse progress to config file since game will delete it if the mod is uninstalled
The main funcs are AddSurvivor, the cctor, and the Init_IL
Shimming is only if you're lazy like me.
If you don't shim then you omit the last two calls of Init_Il
any mods that increase maximum players in ror2?
TooManyFriends is one of the mods
theres also a way to do it via the built-in vanilla console
dedicated server also has a max of 16 configurable
does everyone need the same mod for this to work?
Last I heard no, but I haven't kept up with that
No, only host.
Assuming it changes the "maxPlayers" value, if it does anything else possibly not
everyone needs toomanyfriends
does modding even work atm?
yes

Yo so there's a mod folder in my ror2 folder after i just installed
Was this always there? I might have added it before I uninstalled it before I got it again but I'm not sure
Thanks, pretty much everything was working for me before except for the buff timers, but disabling that in the config fixed it. Now with the latest update they're working for me again
Fantastic mod btw, it's very difficult for me to play without it now. Great design and functionality all around
Hey sorry if it's been discussed about previously in chat, but does anyone know why all my skills that I previously had locked because I didn't do the achievements for them unlocked running via ror2modman?
I mean it's not the biggest concern, I'm just more so curious than anything
does the split screen mod still work
there's a split screen mod?
yeah
its called fixedsplitscreen
u need to use the console to enable it so u might need a debugging mod
Quick question, is anyone else having issues of other characters showing up like Rein's Sniper and others, and although I want to get in to modding RoR2 I was wondering if anyone is working on a permanent Desperado buff instead of resetting between stages, or should I get on that?
there is one that retains 3/4th charges
I don't see it on Thunderstore is there somewhere else I should be looking
ohh keepbanditskull i didn't realize that's what it meant sorry
I didn't realize modding was C++ this might be easier than I thought
hey ive been trying to make a custom language pack and i just copied the en folder, renamed the language.json file and edited the names of items. but when i select the language it completely messes up the words. any help?
Where is the On.RoR2 assembly saved
What do you mean by messing up the words
I would like to know the same thing lol, is that your issue
maybe? what is on.ror2? im new to this
can you send your json file?
which one? language?
yes
which other jsons do you have
lobby, gamebrowser, gamemodes, credits, credits_roles, discord, hostgamepanel
can you send lobby
can you zip them all and send it
the whole folder or only language and lobby
entire folder
so which files have you changed
items, artifacts, equip, language.json, icon
"TITLE_SINGLEPLAYER": "Singleplayer",
"TITLE_SINGLEPLAYER_DESC" : "Begin a solo run.",
"TITLE_MULTIPLAYER": "Multiplayer",
"TITLE_MULTIPLAYER_DESC" : "Find or invite players online.",
"TITLE_WEEKLY" : "Prismatic Trials",
"TITLE_WEEKLY_DESC" : "Compete in a fixed seed challenge with other players online.",
"TITLE_SETTINGS": "Settings",
"TITLE_SETTINGS_DESC" : "Modify controls, display, and more.",
"TITLE_LOGS": "Logbook",
"TITLE_LOGS_DESC" : "Read lore, character details, and how to unlock new content.",
"TITLE_UNLOCKABLES": "Challenges",
"TITLE_MORE": "Music & More",
"TITLE_MORE_DESC" : "Join Communities, learn about the game, and more!",
"TITLE_EXIT": "Quit to Desktop",
"TITLE_EXIT_DESC" : "Close Risk of Rain 2.",
so its showing the raw code
woah i wonder why its doing that
from my experience with RimWorld you might need a dll file to specify? I might be completely wrong but I would look at another language mod and see the difference to help figure it out
if thats the case i may just rewrite default english just to keep it easy for me LOL thanks for the help!!
No problem just trying my best, new to RoR modding but if you need help and you haven't gotten it in a while from the channel just @ or dm me
of course!
If anyone can help me figure out why it is throwing this even though I have BepInEx as a dependency please @ me I am confusion
Is there someone i can talk to about learning how to mod the game? I dont know how im supposed to set up visual studio to get started.
how is the item description mod called?
BetterUI and/or ItemStatsMod (both of which I believe are updated and working now)
ty :3
I'd recommend going to the Risk of Rain modding Discord server, there are a lot more qualified modders and resources there than here
so after the update when i try to run modded the character select screen has no characters available
most mods are completely broken
😔
how do i get modded skins to work?
You can't
so it's a matter of time before the modders fix them righto?
Not likely, the whole system kinda changed and some mods are dead, dead as in beyond being fixable, such as rogue wisp, some are broken and will be needed to be fixed but modders may also wait to fix them will content pack comes out since that will break somethings once again most likely
weeks may be the speculation but some mods may be easier to fix and may get fixed this week
it is kind of a gamble
i like gambling
uninstalling won't remove any manually installed folders
modding ror2 is fun. but my friends call me a 'hacker' and they won't let me play with them
anyone know of good modded characters worth giving a try once they work again
Those aren't friends, friends actually know what modding is
true
they said i was hacking or modding when i asked about what items are good to prevent heratic as they never saw him before
Casuals
They should look things up before blindly accusing people of fraudulent legitimacy of an image
all survivor mods from risk of rain 1, paladin, starstorm mod is gonna get 2 more lads after it's fixed, henry
nemesis mul-t has one of the coolest mechanics, tho model isn't for everyone
I can't WAIT till the Paladin mod gets updated
i bet second special icon is still gonna be a placeholder
I wonder how long it could take to restore 'always run' mod
sniper is updated for the new patch already
has anyone modded in Heretic as a selectable character from the start yet? would love to just play as them whenever i want
yes
perfection
henry's apparently fixed
oh and the gurren lagann mod
wait, shit, so's the BetterUI
is there a mod that adds more chests and such?
so playing with more than 4 players doesnt get so starved of itesm for everyone
yeah, toomanyfriens rn has it's flaws, playing on sacrifice is more beneficial with 5+ players
sacrifice?
Is there any mod that can handle saving that works properly ?
not right now
sadge
propersave is the best one but it broke along with like every other mod after the update
What modes weren't broken
betterui and itemstatsmod work
anything updated since thursday
here's a list of small/qol mods that still work #ror2-modding message
After an update
do you have to redownload the mods you had
when their updated
to play them again?
you have to wait a reasonable amount of time until mod devs basically do them again
Oh no i know that too
Im patient enough (^ - ^)
but
when they update the mod
does that mean we need to download the UPDATED version?
yes
but yeah use r2modman it'll take care of updates for you
that too
of all the characters to be horny for i dont think Mithrix is a good candidate
fucking MUL-T is a better choice
mithrix is a hunk
someone should make a mod that makes the new alt shift for captain ||A giant laser strike instead of some random missile thingy||
you know it. i know it. we all know it.
hello, can someone help me modding? I'm interested in some mods but I don't know how to do install the mods
most are broken right now
you can however install working ones using a mod manager if you're unsure
r2modman and Thunderstore Mod Manager are generally the recommended
Anyone have any references or tools for creating custom assets for unity games or ror2 in particular? Need to make a prefab, but I'm assuming it needs to have certain scripts attached to it, plus put into a bundle or whatever.
thanks you
I want a mod that makes the OST the one from Shovel Knight
shame there's no good soundtrack replacement mod
only chris chris is allowed to make such a mod
hey, im looking for a way to export the new bandit model into source filmmaker, im currently using asset studio but bandit exists in several pieces, and im not sure which the right textures are, so im wondering how the best way to this would be
theres the OriginalSoundTrack mod by Kyle which provides a template for replacing ror2 songs
https://thunderstore.io/package/Kyle/OriginalSoundTrack/
dont know if it works currently
do mods still fuck my game in the ass
so long as ChefMod is fixed i can die happy
Does the Henry mod by rob work? It was updated recently but I can’t get it to work
Is there a mod out there that let's you teleport to any stage
Kinda want to see that crystal world
I think you can do that in base game, actually?
if you turn cheats on
let me see real quick
It runs on R2API so that probably means it doesn’t work
Ok thanks let me know just curious
is there a mod that fixes scrap gun
Ahhhhhhh thats what it is
whoops second screen
How about ai test world
Ohhhhh pog pog
Damn that’s cool
Kinda sad, wish it was a like a real hidden realm we never went to
yeah
you can teleport to the main menu scene
the dead commando is like gigantic tho
Nice nice, has anyone made a mod that adds more stages yet tho?
I feel like there's one or two but I don't really remember
the modding discord could probably answer that
What’s the modding discord?
check the pin messages
Thanks
there's one
for modded ror2 every singe characters main skills say under construction and i cant select them. they are locked. ;/
A lot are still broken :I
pretty much only 20 are updated 😭
tho can someone help me? all skills for every suvivor execpt their alts are locked and say under construction
So im new to modding on ror2 i have downloaded r2modman and in the directory i dont know which file to set it as
dont download any mods right now
the recent update threw the api for a loop so mods have to be updated first
Ah
not a file, a folder
should be steam>steamapps>common>risk of rain 2
Ty
but yeah most mods are busted rn
anything updated since Thursday should be fine and there's some other small qol stuff that works
im a bit late but it doesnt replace songs, all it does is turn the music volume down to zero and play whatever mp3 files you give it when you tell it to with no regards to volume settings
yea you have to manually edit the sound volume for the custom songs
^ can someone help i cant pick default skills or any of snipers skills 😦
what mods do you have
because most mods are completely broken
sniper should be fine so there's a conflict somewhere
sniper rein
heretic selection
itemstats
and api and bepin
i just started modded a few days ago
i had the sniper bug when that was my only mod
alongside r2api right?
yes
yeah then it's probably a conflict
is api brokeb then?
i have api rn and sniper works perfectly fine
yep and skins
hm weird ill have to test later
which should uninstall/reinstall
cool
xcom?
looks like classic ror1 sniper?
IT FIXED
Nice
Proceeds to not tell the solution, so other players with same issue gets furious 😄
i just uninstalled the sniper mod and reinstalled it
sorry for not telling
but i got rid of the heretic and item stats mod too
so maybe that worked idk
funny picture
What mods do y'all enjoy playing most
acridregenfix
Shared, where you can enjoy game with friends instead of fighting for items, who is faster, who is closer, changing the game from PVPVE (People vs People vs Environment) to actually pve co-op where we can play together
Do mods work now?
not all of em, a few got updated
sry for the ghost ping cruel i didnt see you got it fixed
risk of cheats work yet
idk
Why did hopoo have to fuck mods
no
i just want starstorm updated, but that would probably have to take a few weeks because of the new final stage
I hasn't been updated yet so no it's not going to work
it was an unintentional fucking of the mods (at least to this scale)
it was meant to be good in the long run
but still sucks right now
terraria has gone almost a year without mods on 1.4, i hope ror2 doesnt have the same fate 
ror2 probably wont meet the same fate
I mean they knew how breaking it was going to be but I don't think it should have been released on live client yet
at least terraria has tmodloader as a seperate thing from terraria
probably should have been on beta branch until the new system is complete and give modders more time to transition
Hello, guys. Is there somewhere I could find a detailed tutorial on how to setup your own dedicated server of RoR2? Because me and my friend are trying to set it up following a thread on steam forums but it doesn't seem to work 😦
back to spinel tonic fking my eyes again nooooooooooo
does anyone know a fix for r2modman, some of the mods i install dont work in game. (sillyitems, betternames, and ror2cheats)
@cursive hull
k
Update came 25th so we need to be patient for modders to update @cursive hull
Hey guys, I have a question.
My steam account is used across 2 pc's, but for reasons I want mods to specifically be on a single PC.
Will it mess with my game if I download mods on only 1 pc or do i have to have them on both or what?
it's fine to have it on one
@thorn swift enforcer doesnt work rn
:(
is there a mod that adds lemons into the game
Buut depends what you mean by good, i personally love shareditems when i play with friends, but scraper is fucked rn so just dont use scraper if you want multiplayer.
or banana peels that enemies can step on and they slip and get stunned
Sniper works fine if you want custom character
ok, ty
any one else having problems selecting characters in the menu
nvm figured it out the split screen mod doesnt work
most mods don't work
idk if it works yet but paladin and miner are pretty good
they don't
also henry
Ugh, false hope and lying, someone said henry works after patch but it doesnt! The wait for enforcer is killing me
What a timing xD
damn
I didn't try it
it's really strange, someone told that when they opened-closed the game a few times it started to work
bamboozled dumbdazed
but then it stopped
omegalul
well I didn't try it out myself
I just trust rob too much haha
he updated it and that's a fact
WAIT
damn, maybe it actually works, i have version from yesterday but there is a one from today, 28
but r2modman doest let me update
is r0r2 cheats working yet?
it most likely just created a new profile.
aight I just did the xml thing.. false alarm
Can somebody please make a Zenitsu Mercenary skin?
And then we can equip these and make a real lightning wielding melee character


And that overloading worm boss item
h heaahoo weabooo ape noise
What a coincidence! I'm a weeaboo and I want to be monke
hey guys, downloaded r2modman and some mods, started the game, it told me to create a new profile and all my progress just vanished. what should i do? i think it deleted my profile
New update came out, mods that haven't been updated to the new version won't work most of the time
So for now we have to cope with no mods
Sorry brother
and if i delete this mods, everything will be fine?
No, you have to reload your old save, this save is corrupted
Follow these instructions directly
thanks a lot, i got so scared
does stutter stunter still work?
@mossy lagoon The method I linked worked for me anyway, so doesn't matter which way you do it
Wait whats r2modmain?
its like a mod manager, you can download and set up mods from there.
oooooh?
pretty easy to use and figure out. much better than manually installing and disabling mods.
but right now most mods arent working since the game just recently updated.
wait so as of the recent update, the majority of mods dont work? unless a select few that have already been updated or?
yes+
^
does anyone know any updates about the R2API update?
does anyone know a working mod to increase the number of players on r2modman
it's probably dead for good
😔
Got an idea for a modded character, just spitballing
Name is like Duelist or something
Think three musketeers vibe
M1 is a flurry of three stabs, M2 is a flintlock pistol, utility is a lunge stab, and special would be a, I dunno
what would be a good special
isnt that just acrid 😳
charged railgun
I dunno, I'm thinking of her more like merc
m1 is also similar to huntress flurry
procs bleed on every 3rd hit

lightsaber
maybe her foil could be a lightsaber, this is the future after all
that's kind of like artis black hole move from old floodwarning
cube but it explodes
harpoon cannon that hits the enemy, does massive damage, pulls them towards duelist, and stuns them
hmmmmm
nah
what about a buffing special
something that increases attack and movement speed for herself and all allies... oh no that's just gorag's opus
I'm confused so is R2API being stripped and replaced with EnigmaticThunder?
you know how blackbeard kept like, 6 pistols tucked into his vest or something, maybe that could work
just pulls out flintlocks one after the other, maybe scoring a kill with the pistols increases the duration or something
I'm sad no one made a skin mod for Bandit that makes his default skin Zer0 from BL2 and the Chilly skin Handsome Jack
That would be awesome to the bone
I'd kill to play as Handsome Jack in ROR2
What about Ben 10 and each ability lets you change form for a short amount of time
OOOOOOOO, a Ben 10 Survivor that lets you change into different aliens, maybe even choose which alien goes into which skill slot would be amazing
any customs skins for bandit?
Not yet, sadly
I would really love to see a simple black and red combo
TBH I'd love to see a mod that adds certain Overwatch Characters as Survivor Skins
does anyone know if certain mods are crashing ROR2 im trying to start it with the default mods and the cut scene never starts while the music for it keeps playing on loop
a lot of mods are broken right now because of the update
lol fuck it ill just mod the game inna month after all the modders got the shit sorted out
Ultra Instinct Shaggy survivor would be amazing
you guys like my Hammerfall refrence for the mithrix dialoge?
is R2API updated yet?
your friends sound like idiots
no and it probably won't be
ah shit, is there any alternative api (either completed or wip)?
ah ok
Anyone wanna assist me on setting up a modded lobby? Im bad at this kind of stuff
anybody got the copypasta text edit to unlock the new things?
I know they're not related, but it reminds me of the goku mod
that's the mod that made me think a ben 10 mod would work
since theres a goku mod that already changes forms
Ooo, nice!
so apparently
you cant have R2API and EnigmaticThunder active at the same time or the game black screens while trying to load in
so just downloaded a few mods and everytime I launch game it says resourceavailability.availability not found and game won't launch
I downloaded using thunderstore mod manager. am I missing something?
Most mods are broken right now due to the recent update
ahhh ok makes sense
@deep sonnet if you filter by recently updated and check for ones that updated after the anniversary update they should work
If I have mods and my friends are playing modded as well do we all need multiplayer mods for it to work? Or will just mine work?
Everyone should have the same mods
unless it's just client side stuff like betterui
Is the error in the manager, or in a black console windows?
cant even pick a diff or artifacts
Does enigmatic thunder fix some of the busted character mods?
Hi guys, I want to use RORcheats mod. but it requires the riskofoptions mod. There are some instructions in the riskofoptions which I am clueless on how to follow. It requires me to do something with visual studio
still makes me wonder
just for some clarification.
he was using a ror cheats mod that unlocked him everything and gave him like 60+million lunar coins.
ik this because i am one of his friends but i'm not the ones who have called him hacker, all i've said is i can see that they were a bit salty and tilted because everyone in the group has gotten them legit and all he had to do was download something to get them.
like i said to him in dms after he told me what happened, when i come back to play with him i won't mind as long as it isn't something stupid like god mode or something so i'll still be playing with him, but it is a bit annoying that all he did to unlock more things was just a simple download while the rest got it legit.
there isn't any rule books that says you can not do this so yea.
however i still don't think he deserved to be ignored and abandoned because he downloaded a cheat mod and they all play ror casually except me (i'm the odd one out, they call me a sweat XD)
lunars coins are such a hassle, lunar items are too fun not to hack everything in
it isn't too hard to save is it?
i almost never use lunar items so i've got a lot XD
yeah, depends on playstyle
getting a ton of magnets and lunar chimeras from aetherium mod was too funny to save em lmao
oh i was talking about vanilla lol
i haven't started downloading mods yet, any recommendations?
wdym nothing works?
for survivors
oh
mystic items, aetherium, supply drops for items
but only when things will be up and running again
mods are broken
everyting changed in game internally
with the new update
It doesn't work for me.. is there something im missing?
with starstorm2's roster of completed models i cant wait for this mod to be updated
i like the big dude, executioner, the robot with the barrel, and the guy crouching next to the axe the most
i didnt even notice the guy next to the blocky dude
with the square helmet i like him too
goddd i want it to update so i can play some more executioner
wanna get his fallout skin
du-t all the way
knight gonna join in a bit
every day is another f in the chat
😭
all survivors from ror1 but also there are some mods that bring the forgotten ror1 items to ror2 if you wanted to have new content
if you are looking for a challenge you could also use multitudes which allows you to choose how many players the game sets in difficulty such as a solo run being the loot and difficulty of a 4 person game
just remember to download r2modan to get your mods easier into ror
so
if you have mods that work on enigmasomethingsomething and on r2api, you need to choose one as i understood
sniper is up n runnin, icon for spotter debuff is just red square and there's no item displays, but so far everything is good
is sniper a good mod?
i heard one sniper mod is like captain where you need to time shots
wait guys
he can't spawn mithrix yet
gotta wait a little till moff does a tweak
but yeah, essentially sniper is all about timing the shot, and moff's does it really fast
any1 got propersave working on the latest update?
a little late but, those friends seem 1. have no clue what they are even talking about and 2. have they never ever played a game modded? like skyrim or fallout?? those are some casuals youve got there
the char is cool but i dont like playing the sniper myself
i mean, you and everyone else couldve done the same...it was his choice to get a mod/ save file which had everything unlocked, most of the challenges are imo at least more annoying than hard, for example killing the boss with a certain ability, if you dont make it, try again...and again...
Y A S desperado is now actually OP xd
Having some trouble with modding via modloader: https://imgur.com/a/Dtp3CFW. Any ideas on how to fix?

gets 'em every time
Imagine pinning a comment and no one ever reads it 🙃
99% of users don't usually think to check for a new pin
Can't blame them either so it's whatever as long as someone says
lol
The
is definitely our savior
k if you have only sniper installed mithrix fight might work, i have a feeling that fresh meat mod breaks it somehow, cuz it's kinda the only that other person installed an they got the same problem as me
Well then remove it lol
Yeah the ratio is similar for most mods I think
except moistureupset

is there a way to unlock all logbook recordings?
is r2api still recommended right now? or has it not been updated?
hasn't been updated
r2api is unrecommended and can break stuff at the moment until it's been updated
Ayo what is the "Potmobile" in the game files
Is there a tutorial available for making a simple modpack?
just use r2modman or whatever and export your profile
still hopeful to see admiral updated eventually, I really liked the beacons from that mod
is there something that works in its place?
Kinda, not as a simple swap for end users
No, there are absolutely no mods for ror2 😳
Go to the page i linked lol
Well that's where you get all the mods lol
Good luck without it
No
I literally linked you to page with all the mods and you said "nah" and you want to talk about attitude? Lmao
Lmao

Maz more like cringe
anyone know why the r2modman might not work after the newest update its not letting me select my main profile and when i select the profile my friend uses there are no character choices
So I enabled enigmatic thunder. the mod loader terminal is showing no errors in regards to the mod but the game won't launch past the black screen?
yes but enigmatic thunder was updates like yesterday so it should be fine since that was after the anniversary update no?
So I should wait for R2API to have an update before even bothering with risk mods?
New update changed a bunch of internal code, modders are trying, just be patient
ah so we just have need patience right now thats fine
Yes
Enigmatic thunder works but not with R2API at the same time I believe
99% of the mods dont work right now, just wait, in the meantime vanilla is still extremely fun
I disabled r2api and the game loaded.
so groove is right
Huh, gonna give a look at that, but the general consensus is most mods dont work and wont work for awhile
I'm just gonna do what you said tho and play vanilla until it all gets updated
Yeah a few mods work rn but selection is pretty limited
People are starting to update tho
you have broken mods installed
not an r2modman issue
Install MMHOOK Standalone
@deep sonnet
Same for you
Oh good to know
and that'll let me run r2api and enigmatic thunder at the same time?
It fixes R2API and ET working together
ok cool thx^
Sorry I’m a bit out of the loop rn
It's my first time playing modded risk of rain I just wanted to play as goku 
and then there were all these other mods I wanted
Well, my totally unbiased recommendation is BetterUI
well tbh I also looked for other playable character mods like whitebeard but there's no mod for that rn.
I think I already have that installed just disabled whilst I was tryna figure out which mods were working
Well if you have BetterUI it would've come with MMHOOK which fixes ET/R2API
I definitely didn't just look at the mod manager and see an update for BetterUI with your name on
not at all
What no why would it have my name on it that's weird
right I think someone's messing with the mod launcher
yeh I installed it. thx^
knight?
anyone knows why i can't see any added characters (ex:tracer or gunslinger)?
yeah, he will be added in the next ss1 update
i downladed by r2modmanager but i doesn't show any character except sniper
is there any way to contact people who make mods?
bigger fan of the 3rd dimension and all that
Depends on the person
Rein or Dragonyck for examples
hah, total opposite, ror2 is a first tru 3d game i enjoy for this long
dragonyck's mods are fine i just really dont like the models
gunslinger has that weird skeleton arm and tracer is just
probably cus 99% aaa's made since 2015 are garbage?
100% of which are 3d
that's just bri'ish overwatch
and other stuff is unfinished or scam
with 0.00001 of games actually being decent
thats just how i see it
yeah maybe
i dunno, i just had complete disinterest in actual gaming until i was 16 or 15
and things that brought me in was isaac and terara
based
on what?
on yomama


does anyone perhaps made a list on which mods are currently working properly or is it just trial and error?
does anyones mods work?
like my game is black screened
whenever I run the mods 😦
Most ror2 mods aren't updated to work for the new update
dang
It's unfortunate but hopefully most of them should be fixed soon :D
the paladin mod is kinda broken for me atm
Like they updated it to work with the new update
huh
but once I spawn in I cannot move at all lmao
i only got a couple mods updated
but ive been waiting for all of them to
update
idk if anyone can help me but ping me if you can: The ror1 mod loader rainfusion just kinda stopped working for me. Well, the mod browser feature won't work and continuously asks me to re-launch it with administrator. I even tried uninstalling it and re-downloading it but that hasn't worked unfortunately. Maybe I've missed something obvious but i dunno how to get it to work again
Yo anyone know why the Sayians are still not showing up when running their mods? 😦
I was guessing those 3 sayians would work, because they each had an update when i run it earlier
Mods are all broken rn
How do I save edit
why, it's great
This is not true
For the most part
No
this is the stuff i didn't encounter
i wonder if modloader dev is here
There are plenty of mods that didn't break or have already been updated
Sounds good
@hard bone dunno who else to ask
unfortunately just doesn't work for some people
never had any idea why
you'll just have to manually install mods from the website
Seriously how do I edit my pc save
😔 well that kinda sucks
Not that big of a deal tho
Also idk if you can anymore unless I've completely missed something
Dang
need help?
Yeh
care if you join me in a voice channel?
Can’t rn I’m in school
ahh <.< ill dm ya with the info then
Ight thanks
so does this actually work with anniversary?
still depends on r2api, and having that loaded throws some errors
if it has been updated in the past 2 days, yes
r2api throws errors but it's fine
does anyone want to know if ror2 cheats works?
When i launch the game with mods i know work it says i have no mod errors but i have a vanilla error?
dont use mods right now
unless they have been updated these past few days, mods are broken and will not work properly
its me! goku!
sad
i wish r2modman had like, a checkmark next to your mods in the installed tab so youd know that they're up to date/compatible with the current version of the game
in the Risk of Rain 2 folder for the game, there's now a "Mods" folder with a text document named "enabled_mods". Do I put mods in here now or do i continue to use r2api
Is dire seeker mod still working?

Curious is Verisitile Survivors will be updated
Or if there's an alternative, looks like great fun
does paladin feel a bit janky after the update now?
his run animation is weird
and his equip regions are all janked up
and his skins are missing too, wtf :(
you got it to work? he wont show up in my character select lmfao
which version you using
newest
legit just downloaded the update that just dropped for the mod
now that i think of it goku isnt showing up either
that's weird
yeah actually a good amount arent showing that are updated
but for some reason sniper is
my least favorite custom character D;
Just a heads up for the upcoming walkthrough, you may need to add me for discord PMs. I attempted to add you, but it seems you have requests disabled for just mutual servers. I also attempted to do a bit of DIY in the meantime and getting to learn how to use DNSpy a little better, though, it seems far more convenient to make a new mod than to edit an existing one, or so I've found.
Yeah it is. For docs its probs best to go to the wiki tbh. on thunderstore theres a for developers dropdown at top somewhere with a link.
Aye.. And the only successful compile (god knows how I managed, I can't replicate it), destroyed a lot of the game's functionality. I think it's safe to say I'm not very good at this. 
same name and photo hmmmmmmmm you the guy that made the rogue wisp mod?
yes
uwaaaaa thats lit i miss that mod lmfao
me too :(
why sad? you ditching it or something?
broke and its basically not fixable without insane time spent.
ahhhhhh damn it will be missed
I did hear that certain things after the modding support update went a little downhill? I assume it's rather specific as opposed to effecting the entirety of character modding, considering the Paladin mod seems to be up and running again?
Just a new system to learn, not a big deal unless your mod concept or some features aren't possible to express with new system.
i keep hearing this but the only mod i can get working is rein's sniper. everything else is having a tanrum on this update
tbf it wasn't expressable on old system either the old system just had some stuff I could exploit to get it working
I think that's mostly just because all other mods are currently outdated, as a lot changed and a lot of mods call for functions that I believe are different? (At least that's my understanding of it)
im just sittin here bbq sauce on my titties wondering why when i was in a game earlier i got kicked to the main menu without as much as a pop up
Also I'll see if I can learn some basics meanwhile just to know what I'm getting myself into. I can imagine not everything on the wiki is up to date, but I'll get a basic grasp of what I'm attempting to do hopefully.
The wiki is basically fine. There are just going to be 2-3 things you tweak
If you run into major issues just ping me and I'll take a look
Fair enough. Speaking of tweak, perhaps I'll be able to look into the code of existing mods to get a basic understanding of adding a new character to the select screen? I was thinking of using the Heretic Selection mod as a basic reference of adding an existing body to it.
Since it's one of the newer mods that achieves a similar goal with the new modding stuff.
What's that mod do?
are bepin and r2api updated? do they even need to be updated for the current patch of the game? I thought I saw someone saying something about them needing an update still. maybe im just going insane lol
R2API is broken and not updated yet
It works for a few mods though that don't rely on certain features
it's been broken for a while now and no theres no alternative rn
Every survivor can have every other survivors ability
You can play as Artificer, with Nailgun, Frags, Ice Wall and Tatical Slide
Does dire seeker still work
no
Dang
clearly asking for a friend
so goku works for you?
Yes
is auto-sprint client-sided only?
just curious, in r2modman if you create a new profile will that still transfer progress from vanilla and when switching to the already existing account with progress be lost?
how the hell did this happen
i see nothing wrong with that image 
r2modman profiles and game profiles aren’t linked
and this is the code
That's a lot of lunar debt
you went over the 32-bit integer limit, so the values wrapped around into the negatives
the coins still work fine
im talking just r2modman profiles not ingame
oh thanks
does Multitudes still work?
Well yeah but I mean it doesn’t affect game profiles
So progress is the same regardless of r2modman profile
even progress within a mod?
ah ok
i was gonna make another profile so i could only use mods that have support on the anniversary update
im a lil confused, i downloaded some mods that said they were updated for the anniversary update but they still dont show up for me in game
having the same issue
hoping when enforcer is updated i dont have to unlock nemforcer's mastery again
how do you host modded games for modded clients
have everybody have the same mods and the just host a lobby normally
but ive joined modded games without having mods
shared items and more than 4 playes
i want to host a modded game for some friends
HEY, IT'S ME, GOKU
AND THIS IS TO GO EVEN FURTHER BEYOND
some mods can be used with unmodded players if you are the host. If you want to play with any mods that add content, you all need to have the same mods
@gray mulch I think I've gotten somewhere, I've built the mod with what I assume are the correct dependencies utilizing some code from another mod, there's just one major issue.. As much as it compiled with no errors, it seems to have lead to the exact same problem from my disorganized attempt with DNSpy from earlier. An intro cutscene that's unskippable, all of the subtitles are broken, and the game shortly softlocks after it's finished. 🤔
I'm trying to see if the console is outputting any major errors related to the mod, though I'm not seeing any regarding it's name.
I think I may require further guidance.. I have absolutely no idea how to set this up from scratch and the wiki provides very little info on how to do exactly what I'm trying to aim for.
That means an exception in awake
Err, more than just exception. You need an exception that propogates to application init
It will show in console or something is horribly wrong
Oh right, just found it I think
Should be hard to miss lol
Probably just blind or somethin'.
Are you looking at bep console?
Oh there was.
Ok that is the error lol
Though having a bit of a hard time deciphering it
Eh, gimmie just a sec. Gonna see if a newer version outputs the same thing.
Then I'll paste it if it still occurs.
Uhh, here, this is what's being shown when the intro loads up. Yes, the mod's called GrandDad, is using code from the heretic mod, and no it's not being distributed, I'm not thievin' code
I'm unsure how hard this mod's killing the game from this error. I can't quite understand it properly.
Its because this is happening in a hook to contentmanager.setpacks. that method is called in games main init and if a throw happens there game stops load because its basically a critical issue.
I don't know of any other way to add a pack though
Although I don't think you're adding one anyway
Regardless. That line: Sequence contains no matching element, is the problem
Whatever you are looking for in the sequence doesn't exist.
I imagine it's happening because of this line then.
Maybe. Basically nobody here uses harmony though, including me, so its gonna be harder to get help.
Yay most mods I want updated today! Any update on star storm or enforcer mod?
they aren't working yet
Starstorm 1 is getting the Knight in its next update
Coo
Only Melee survivor i like is Acrid, and Han-D to an extent atm
So idk, ill just have to play him and find out
i have the r2modman and i downloaded paladin mod and bepinex and r2api, but hey wont show up, anyone know why?
Hm. Maybe I could ask the author.. Rein, do you know if the wiki, or at least this bit is remotely up to date? The mod I was trying to use code from was roughly my only real idea of what to really do, and I'm kinda lost if this is no longer functional. And regarding the tweaks, I'm still unsure what exactly I'm looking to do differently. How hard would it be to use something like this to point to a vanilla body ID on the select screen? Stuff like HAN-D for example.
There is a more updated tutorial though, that seems more for custom made characters with new models and skills as opposed to what I'm trying to achieve.
If need be I can probably try to look for further solutions on the main modding discord. I may have an easier time starting out there.
anyone managed to get twitchvs runig? each time i try to start a run i get a black scren and the console spams red messages
may not exactly modding but anyone know how the change the names of bosses and items in the files?
Ty
Is it possible to go to an earlier version of ror2 to get mods to work?
I believe you can download previous builds of steam games off of the Steam Depot. You'll need to look up a tutorial on doing so. I originally did so to roll back to the first Sky Meadow update in order to rip the Grandparent model in it's original state before 1.0 replaced it with a broken version.
Danken
i wish fw artifacts was updated 😦
has anyone tried to import acrid's model into blender recently ?
Does anyone know what the Playable Mini Mushrum mod is called?
Engineer
:(
Your not wrong
lol someone should make a mod for Tricky the clown using the gmod addon model
go for it
also playable mini mushrum isnt a mod but you can use console commands
though i think the spawn_as command is broken in debugtoolkit
P O T M O B I L E I S R E A L 4 0 4 2
so I've got the updated Paladin mod installed and I've set the Config to force unlock the character, but it's still not showing up
are there any mods it conflicts with?
ive set up a mod profile ive called vanilla plus if people want to try it out
3F1W9YOYTM
are the mod authors working on the mods right now?
cuase minerunearther enforcer sandstorm2 more items are all decrepted
id assume so, you also gotta remember the updates been out for like five days
kingmods got his updtaed in like 2 days
i removed alomst everymode(disable tell update) still wont work no enamies spawning in is bepinex updated?
bepinex is game and version agnostic
it's a dll injector
doesn't need to be updated
some mods take more work to update
also people have things to do
Any modders here?
I just altered my “support” idea.
Medic
Escape: And so she left, emotion stripped from her.
[Passive]
Passive:
+enemies that have not been provoked by Medic will not attack her.
[Primary]
Particle beam:
+can attach to allies to heal them and enemies to hurt them.
[secondary]
Triple battery:
+Medic can lock onto 3 targets for 5 seconds.
[Utility]
Relieve:
+regenerate 50% of health lost in the past 3 seconds.
Boost: unlocked after healing 10,000 health with relieve in 1 run.
+Medic boosts her speed, attack speed, ability cooldown speed, and jump hight for 5 seconds.
[special]
Healing pack:
+Medic heals herself and surrounding players for 25% of their health every 1 second for 5 seconds.
-Healing is reduced by 5% for every 1 player in the healing’s range. ( Medic: 25%, 1 nearby players: 20%, 2 nearby players: 15%, 3 nearby players: 10%).
Nano aura: unlocked after gaining 50 items that can heal other players.
+for 6 seconds, all players within Medic’s aura have reduced cooldowns.
Only gripe is the 5% drop in lobbies bigger than 4 players. That would need to cap eventually.
How about it stops at 5%?
If you wanna be a support
Stack Bungus and Leptons
And Stand
Be a living dispenser
Edited message

so, im fairly new to this, how bad is it to use deprecated mods? I get that they are outdated but does that necessarily mean I can't use them? and in multiplayer?
it means what it says on the tin. its probably not supported, functional or both anymore
alright thanks
starstorm2 is gonna be fuckin spicy spicy spicy spicy when they add more characters im genuinely excited after seeing how many they have
executioner is fuckin sick
this is what my ror2modman looks like when i start up modded, anyone know why?
ohhhhhh i didn't know you had to manually update alr
hey so, I'm struggling to figure out how to install the enigmaticthunder mod. Do I put it in the BepInEx>plugins folder, or should it be BepinEx>plugins>plugins ?
It should just be Bep > Plugins also highlly recommend using r2modman. makes things much simplier for instaling
okay thanks! I didn't know r2modman was a thing so I'll give that a shot
It's basically pinned on Thunderstore so hard to miss atleast 😛
for some reason no enemies or bosses are spawning, i'll send my modlist but I can't imagine any of them messing it up
its worth noting that the auto sprint isn't working
dont use mods right now
you sure every mod was updated at least 4 days ago?
i don't remember seeing spawn overhaul, item tweaks, hypercrit n multjump updating
and yeah, even simple but outdated mods can fuck up the game rn
alr
I mean...


I think I tried using Multitudes w/ Sacrifice
just didn't get items
was running around with monsoon difficulty times 4 as bandit for a good 18 minutes with no items
anyone else having problem starting the game with the kingmods on?
i recommend getting the EnigmaticThunder API
i have downloaded 35 random mods and i will make my life suffering
all I know is pain
So many depreciated mods, is it the modders marking it as such or is there some automagical system thats doing that?

I've was told in the modding server that the mods will no longer be deprecated once the creators update them to work with the anniversary update
yah i think the new update threw off most mods
better ui and sharesuite still work tho
at least im playing with them and they seem to work fine
i think multitudes just broke
also r2api itself needs an update
also do you know how to run as administrator?
you right click the icon and it will come up as an option
yes i know
So what mods still work if any?
am i understanding that if i have old and unupdated mods, it will screw up currently updated ones?
all the mods updated within the last 5 days, and maybe some ui mods like item counters might still work after a big update no one is really doing any testing so its hard to see which mods work after an update or not
any autosprint mods that work with current patch?
nah
proper save is listed as deprecated
StartingItemsGUI is also broken, not listed as such though
Sads
i also use toomanyfriends, paladin and turretbuffs, nothing breaks
there could be other neat mods that work too
i need to test faster scrap and faster chances
Yay pally still works
Do the mods work again yet? I wanna play with more than 4 people haha
im really curious how's things going for aetherium, supplydrop and mysticitems
toomanyfriends works
also faster printers and scaling shrines of blood
that was updated today iirc
We get particular about people having the same amount if possible
why does mystic's items fuck up my ui