#ror2-modding
1 messages · Page 129 of 1
Do you use manual installs or R2Modman?
I dont use anything thats why i need a guide
I want to try modding for the first time
You have to manually download the file from Thunderstore, not just click the Install button on the page.
Oh
how about you learn to take a joke
Is this it just r2modman and now i install mods and play?
R2Modman connects to Thunderstore, so yes all you do know is use R2Modman to install mods and launch modded games
Wow this is a bit to easy
it scares me tbh
Dont i have to put some line of text in the game file so the game knows im modding?
No.
Just click the "launch modded" button in R2Modman when you want to play modded
You're probably thinking of a tutorial for an outdated way to mod the game.
@jade prairie how do u know i wasnent joking too? exactly. shut up.
It wont start and i dont know what it wants from me
what settings screen
point still stands
Settings -> Change Risk of Rain 2 directory
ok fixed it
and unless you like FBI you shouldnt be making threats on the internet kid
I think that one's like 50
Amazing
@jade prairie and my point is in your mum
@hushed lark if youre a rookie, just start with making a different m1 for commando
thats how im "actually" going to start
That's not the aim
I just want to change damage values
Damge
If you're only trying to change numbers tied to variables, you can hook into the class's OnEnter or smth and set new values before calling orig(self)
And there is a tutorial on that
Stuff not tied to variables,like the FixedUpdate thing you posted earlier, are probably where you need IL
wait what fixedupdate thing?
I think I need a bit of context here
but general idea is that for changing skills you never need IL really at all
there's always a workaround
Iirc it's part of cap orbital strike
So what's a good workaround?
you know when you use a skill, and then the character follows your cursor for a while?
its that
Oh I see
Oh ok
you mean like the delay before falling?
From what I remember you might look around in OnEnter for the fall delay
oh god 
Ok
I'll need to check when I'm at the computer though lol
the levels of changing skills are usually like
change variables on onEnter
if that cant work then you hook the section you cant to change, and copy it without calling orig(self) to basically rewrite it how you want, but that gets a bit finnicky
and if all else fails you can replace the entire skill with a custom entitystate
or at least that has been my experience
No
What must I use
You'd want to create a separate C# project
Visual Studio's the one documented in the wiki tutorials, I think there's a page for VSCode as well
This goes through most of the steps you need for VS, I think the VSCode page is linked there too
So this is the correct way to start, yes?
Yea
Progress, pog
Assuming you have your references set anyway
Define references
files mentioned here
if you use r2modman you can pull the bepinex/r2api files from one of its profiles
https://www.youtube.com/watch?v=f28dcq7J-As&t=491s
use the beginning as reference (the startup etc, dont mind the importing of the character)
go make a cool mod now
All the links:
Risk of Rain 2 Modding Discord:
https://discord.com/invite/5MbXZvd
Unity download archive:
https://unity3d.com/get-unity/download/archive
Thunderstore for r2api and bepinex:
https://thunderstore.io/package/
Example survivor template:
https://github.com/ArcPh1r3/ExampleSurvivor
Wiki
https://githu...
I have a feeling there are multiple project buttons
what program are you using
Visual Studio
solution explorer's what you're looking for I think
have you checked he vid i sent
Yes
skip to 4:50
oh yea the vid explains it at about 4:53
So i have some quesions.
i have made a new profile for moded and now i found a cheat mod and there you can give yourself some unreasonable ammounts of lunar coins and all that stuff
Will i still be able to play vanilla with my normal profile becuase i didnt use mods on that?
can you check what version you have
if you made separate in-game profiles for vanilla and modded, I think you should be fine
ah yea your version is like 2 years ahead of mine, I'm stuck with 15.9.33
Which should I use?
I'd assume you should still be able to do the same stuff though
I can for the most part
I'm unable to add references though
I'll get 15.9.33 and see what changes
im pretty sure it doesnt matter what version you use
its a code editor
except if it has plugins
I don't have any
Alright so i can basically do anything on the modes profile
yea, ingame profiles are saved to separate files
Alright nice
I did switch through profiles quickly but didn't change anything hope that's ok
I'm not even sure if downgrading would help tbh
It didn't do anything
dunno if 15.9.33 is under visual studio's overall updating or specifically the 2017 version
It's 2017
👏 its a code editor, downgrading would be downgrade.
Yeah idk, the buttons aren't showing up
im in vs2019 and seen no problems
do you not have a solution explorer tab
I do
Virgin seperate profiles vs Chad 1 profile for both vanilla and modded
But I cannot get references
can you screenshot the project files or smth
I'm not sure what would be causing this without context
outdated, but they're there
Ye I'm missing half of those buttons on the toolbar
Ah
the project tab
So that's not there either
so? youre supposed to add references/dependencies
That's what I'm trying to do
add project references -> browse
- what the vid says
That's what I can't find
the files?
It's meant to be under project, right?
yes, or right click the dependencies tab
isnt it better to
copy a "survivor prefab" or somthin and just delete everything except the necessary files
I'm not trying to make a survivor tho
noo
but it has a template
just delete all existing data except the project file and depencies
Ok so I make a blank solution and then add this, yes?
I do not see a csproject file
Birdsmas have you read the first mod tutorial?
Yes
are you sure you are creating the right type of project?
C#, right?
that the solution file, aka your project
you are using that specific project type right?
also no why would you download henry what
they are just trying to make like a simple mod
Yes
you dont need
henry
Hmm
do you see this project type available?

I do not
I see
you might be able to see it
Where do I find this pack
uhhhhh
.NET SDK 2.0 right?
I think so yeah
there's a link to it on the first mod tutorial
I see this
that looks right yea
cool
is it bad if i switched through profiles (without changing anything like cheats) while playing moded
No
You wont get banned or anything for having a cheat mod like rorcheats or debugtoolkit
Is modding my game going to mess up my steam profile or my normal game or anything?
Or is it like skyrim where they are different instances and dont effect eachother much
Install the mod manager so you can easily swap between modded/vanilla
r2modman on thunderstore right?
yeah
Ok thank you
Modding for multiplayer works right?
yeah everybody needs the same mods
And the same config
Is there a mod where i can save my current run at the current time?
like a 1 hour run save and play it later
Technically?
yeah there is a ProperSave mod, but it only saves the start of the stage
^
so if you leave the run in the middle of the stage you'll not only need to do it again, but the RNG is refreshed
you won't get the same items you got before in that stage
Alright that sounds good enough, is there a save file then or how does it work?
It saves the game at the start of every stage, I'd assume it uses a file
it does
but you don't have to worry about that
just click load in lobby and it'll put you back in
Yo

What is the name of the mod that makesw it so the survivor select menu gets extended
scrollablelobbyui
Thank u
Why does it say I have 4 character slots? mods I have installed: goku, starstorm 2, bepinex, R2API,king mod utilities,elite spawing overhaul
i could be wrong about these mods, but I'm pretty sure starstorm 2 has a secret character, and the kingmodutilities is made to support all of the creator's mods, which includes his other 2 dragonball z characters
yes
so that could be a reason to explain the 3 vacant character slots
I think ss2 isn't installed
I know startsorm 2 has nem commando
yes I unlocked executionar a couple minutes ago
Im just trying to find out who the other two character slots are
it's just the secret character
those blank ones are in vanilla too afaik
the blacked out one at the end is probably due to the secret character
someone should make a rwby mod
i wonder if you can like pay someone to do that
prolly can and i'm just stupid
You could technically pay someone for it, yeah. I would ask in the RoR2 Modding discord.
oh there's a modding discord? sweet
Pinned messages in this channel.
extremely low chance of that happening though
extremely low

woolpee moment
@pearl glade the missing slot is actually nemesis commando
I know
If you had the enfocer mod you would see another missing slot wich is for nemesis enfocer
Oh
Yeah enfocer is pretty cool
And you can unlock nemesis enfocer the same way you did with nemesis commando
Side note he is way stronger than nemesis commando
So be careful when you see him in a run
so you enter void fields as enforcer, leave, then he will appear randomly?
or is he in final stage of void fields
Go to the void fields on monsoon as enfocer, if you do it post loop he will be at the last cell, if you do it pre loop he will fight you after the mithrix fight
But if you have starstorm 2 installed
Enter and leave the void fields as anyone on any difficulty
He will spawn after nemesis commando is defeated
do they have items?
Yes
Is there anyway to disable the arrow above players heads? We found a mod that could disable the names just not the arrows.
@ me please
Could you not just enable a unlock everything mod and find out for yourself?
D tier equipment
extremely low
should I use nemesis commandos 4th move shotgun blast or the sword slashes
sword slashes are cooler
yes
what does the barrier elite rarity do? It's in the hailstorm mod pack
give barrier to enemies around
find 4 buttons and press em
Alright thanks a ton
yeah you could but when i was saying that it was in response to someone else's question, and I was just answering off of memory
How do i unlock ultra instinct for goku
Go further beyond
ok
When my friends play with my on my modded game they cant see the UI at all
Ping me- how do you unlock Mel-T?
||Take Fuel Array to Void Fields, repair the broken robot somewhere there, fight him the next stage||
You have to ||fight him on Sirens Call|| iirc
yes
sweet
what's the mod that's used to spawn entities?
I've heard it be compared to RoRCheats as well
||I don't see the robot anywhere in the void fields. What's it look like?||
||Can't exactly remember, but if you know where the artifact tablet is in the Void Fields it should be around there||
I didn't know there even was one.
Oop, found it
HOLY SHIT THAT SCARED THE FUCK OUTTA ME
I THOUGHT I DIED.
You didn't warn me about that

Apparently my uh
Ceremonial daggers took care of him when I wasn't paying attention
Cool. I have him now
for the miner mod..
where is the "smithing tool on the planet" to unlock the final skin?
Abyssal Depths
getting caves opened has some chance yeah, but it's not that bad, you can start the run again, I also recommend using artifact of newt from Fw_artifacts
anyways I think you already got it by three hours
nope lol
lul
if the cave is blocked off, there's a little hole you can enter at the bigger entrance near the top of the door
miner has enough mobility on his own to get in there iirc
bruh wtf is this alloy vulture translation lmaooo
Starstorm 2
are you still working on the funny mystics items pack?
MysticItems has already been released XD
i want mroe items
Does anyone know what I can do to fix this?
nevermind
I got it
I had the stupid thats all.
random question, how do you unlock the nemesis commando in the Starstorm 2 mod?
||Go to the void fields and leave as any character. You don't have to complete it. Afterwards, Nemmando will show up at some point as a normal enemy or teleporter boss||
Don't think so, but do Monsoon just in case.
k
It’s any

For some reason when I start a run there's a chance a chat message will say the world shivers in anticipation and then no chests spawn, no teleporter, nothing. It's just monsters and the difficulty increasing, does anyone know what this means?
It might have something to do with the Diluvian difficulty but i still dont know
if you start on diluvian it'll say that in chat but the no interactible bug isn't related
it's like a chance thing though i have test runned a bunch on diluvian and it never says that, but when it does there isnt any chests or anything
Hmm
i can still grab the fuel array but thats it
https://i.imgur.com/PjjheUd.png anyone know if there's a fix for this visual glitch on Paladin's drip skin?
that is not a glitch to my knowledge
it is supposed to look that to look like glitter
paladin is just wearing one of these
dripladin
it is a bug but they can't figure out how to fix it or something so they just left it
unless they were trolling and it is intentional
Rob doing a little troling
it’s a bug that happens on some clients for some skins, no idea why
in my game the drip skin looks completely normal but if I play with my gf she says that it looks like static on her end
Its static to me
How is it supposed to look like tho
I never seen it look normal
just a flat color jacket
what does the stirring soul in the starstorm 2 mod do?
You get a 7% chance to get a item from a soul that enemies drop
finally found an image I took
https://media.discordapp.net/attachments/497608844093161474/796781325600161833/unknown.png
I wonder what causes it to glitch out
Ror jank
@hollow oasis
Is it normal while waiting for the game to load, the intro music starting but then its just black
like is it loading or should i re open the game
nah music doesn't start until main menu
Starting cutscene music doesn't exist then
i mean like, the hopoo icon shows up and then it's just black and the loading music is playing
are you running as admin
im a little dumb how do i do that
engi mobile turrets + aetherium swords = broken
yessss
how do you dance as enforcer
how do i unlock this skin
oki
plz add mod character of nickocado avocado
how do i get paladin drip
look up in configs
Does anyone know how to unlock M-ELT?
take fuel array, go with it to the void fields, find smol robot near the stone tablet with artifact code, get teleported to sirens call, kill mel-t there
Thank you gamer
no problem gamer
is ther a mod that allows chests/bosses to drop double items? my friend and i only play with Artifact of Command and while ShareSuite is good, we would rather if we could pick our items individually to ourselves instead of having to build the same way.
You can get a mod that disables item collision so you have to manually pick it up, but otherwise there's no mods that double the items from a chest
uhh there is
Oh wait, you're using Command, it's already manual pick up
I think one mod has the artifact of primacy but that triples the item
and they're rarer
so greed 1 and primacy probably but I forgot the mods for them
Just stick to ShareSuite is really all I can say
@mossy lagoon do you know the names?
Greed is from FW Artifacts, I think Primacy is also from FW Artifacts
no it's from honporebalance
is there any way i can get in contact with the developer of sharesuite to make a feature request? theres a config file var that can change the boss drops but not chest drops and id like to request that to be added
unless someone can show me how to mod lmao
pretty sure you can change the player scaling in the config
but uh also I'm not sure if that's really a sharesuite thing
since you would just get multiplied items since they're shared
also if you want you can keep item sharing but make it give everybody random items instead of all the same
thats true, really i wanted to replace sharesuite with a mod that just drops double items but i cant find anything like that, i might just have to learn how to make it myself
I posted it as an idea in the modding discord
if someone likes the idea and thinks it's worth doing we may be in luck
Should I use ror2modman or Thunderstores manager?
I remember using ror2modman last time I did this
i use r2modman personally, works like a charm
I was going to anyways, but I wasn't sure is somthing was broke by it
Thanks
it's the same thing currently
the thunderstore manager is just through overwolf and has some ads
Pretty much this currently.
TMM is currently based on r2modman however in the future will branch off to be its own thing, however the r2modman base is a quicker solution than building one entirely from scratch. You'd use TMM to support Thunderstore directly at the cost of a video ad (muted by default), in the bottom left. (you'd get used to it pretty quickly).
r2modman will continue to be ad-free and will keep being updated, even when TMM branches off.
pretty cool
not sure if this is the right place to ask, but im trying to enable cheats in the console to mess with some new mods, and i cant find anywhere how to actually set the cheats value to 1 to allow the use of the commands, can anyone give me a brief walkthru? everywhere i look just says "set cheats value to 1" and that's too vague to get me anywhere
I wouldn't use the in-game console to enable cheats
I'd use R2Modman to create a separate profile, then use RoRCheats and/or DebugToolkit
Can anyone answer a few questions on mods please? I originally got this on PS4, but now again on PC as I want to try the mods and I was thinking about streaming. Does using mods affect the achievements in game (and also steam achievement), like can they prevent you from unlocking stuff? Also I saw someone on stream using a mod that let them skip the boss fight, so on sky meadow then activated the teleporter and it took them straight back to the 1st stage, which mod was that?
Mods won't prevent you from unlocking things except those associated with Prismatic Trials
As for teleporting back to the first stage from Sky Meadows, that's a vanilla feature, Looping.
okay, im already working on a separate profile, i just want to know how to actually set the value manually. forgive me if its a stupid question, i just really want to know the process now that i cant find it anywhere
I don't usually use the cheats function in vanilla so I can't quite tell you either, but it's not worth using
I always thought using the teleporter on stage 5 would take you to mithrix?
If you don't know, the Stage 5 teleporter is a little different from regular teleporters. If you interact with the prongs on it before starting the teleporter event, it'll realign to "the planet" so when you use it after completing the tele event, it'll loop you.
WHAT?!
You can also loop back to Stage 1 by taking the Artifact Portal or the Bazaar Portal
So to be clear, all I'm getting then from every source is that no one actually knows how to change the value. Got it. That's disappointing.
Again though, the vanilla cheats function isn't really worth using
I'm not in it to use the vanilla cheats function alone, you've made your point very clear on that. I'm not allowed to input commands from mods to unlock the mod items to test without changing the "cheats" value in the command console to "1", and that's the problem no one seems to know how to fix. Been searching around and working on this for a few hours, so I'm getting pretty frustrated, and I'm sorry if that's bleeding over a bit.
Ah, okay I see
Wtf sniper actually fun
Didn't know what I was getting into so I just picked Spore shot
Now I feel like plasma/triple shot would've been better
In that case, use this
https://thunderstore.io/package/mistername/UnlockAll/
UnlockAll unlocks everything without touching the save
So as long as this mod is enabled, locked stuff you haven't gotten to is unlocked
And then you can later disable it to get the stuff legitimately
Is it against the rules if i join a modded server lobby with my own mods? (Like in search multiplayer)
No.
I'll use that in the test, thanks. At this point though I'm mostly just OCD spiraling trying to find out how to do this one specific thing, so if anyone can message me how to do it at some point I'd be eternally grateful.
Aight
Oh?
Thought it just messed with the save
Probably won't use it still but thats nice to know
RoRCheats's unlockall function will mess with the save
The standalone mod UnlockAll won't.
Is there any starting mods i can try?
BetterUI and ItemStatsMod for QoL (Trust me, you'll really want them as you go further into modding)
Whats QoL?
QoL = Quality of Life
oh ok
Not new content, but rather an additional feature or minor change that just overall improves the experience
You have R2Modman installed, right?
not yet but im installing it right now
Ah, okay
Once you install it and select the game, stay on the profile selection page (you'll know what I mean)
ok
Lemme know when you're on the selection page
at the profile selection screen
Sniper feels like he was built for me
Somthing I didn't expect out of a sniper
Unlike most snipers in other video games, RoR's sniper requires a very active playstyle
sniper is so fun
favorite modded character by a mile
also holy shit artifact of the king is so sick
Yep
I'm very good at aim, just terrible at tracking, so sniper fits me well
Love him
both sniper mods are great
^
Getting into a pattern is so nice
My favorite Full Metal and Explosive are my favorites
I'm in favor of Explosive a bit cause of occasional lag, but he's still super fun
i like plasma and spore a lot but fmj always my favorite
Oh, if your curious about the starter unlocks, I decided to create a new profile for my modded games to not effect my vanilla one
lets go gamers
W
First typhoon run btw
Nah mithrix screwed up the order
oh
I got the nkuhana on soup island
Paladin and Aatrox look fun
they are
Paladin is fun as hell
Idk about melee survivors, but they still look fun
havent played with aatrox a lot but i like paladin a lot
Aatrox has DMC mechanics which I'm all up for
So he can juggle enemies or smthn like that?
He has the score counter, which I've seen in gameplay
also works on the vergil merc skin
He sacrifices health so idk how ill manage that
I manage health poorly as it is
aatrox, vergil merc skin, and miner all get the score counter if you have aatrox installed

i think for miner you gotta turn it on in the config
Now I wanna see everyone with the score counter
the first time my friend played with vergil merc he accidentally turned on Bury the Light and couldn't figure out what key turned it off
it scared the shit out of everyone else playing
ITS LOUD
help
its moving on its own
controlls are inverted and all kinds of stuff
and game chrashed
its switching between these two
what were doing when you got the errors
i picked up a item called The Oddity
from what mod
idk
2 mods
Extra 10 mins of loading time
uhhh
what even mods
jsut timed it for myself
1:23 for modded
0:16 for vanilla
115 mods lol
My laptop aplenty has a hard time loading
Aatrox, Paladin and Miner
that is strange
which of the two (I think) sniper mods would any of y'all recommend
cool; thanks
oh, wow when you say more vanilla, you're not kidding
I've only played with the classic sniper, but Reins' looks dope
main differences being the UI, classic sniper reload doesn't scale with attack speed, reins has more out there alts/specials and no spotter
and yeah reins does have a classic skin though
Probably cause of super old work laptop
Suprised ror2 runs at all on it
Not that long actually
Like a minute
Not counting the time it takes to load stage 1
oh man ouch
Stage 1 also takes about a minute, but after the first run, its fine
Well, I tried Aatrox
I suck with him, but he's really fun
Already see myself trying to up the score
[Laughs in explosive ammo]
If you have good timing in general, Sniper does perfectly fine against crowds
Explosive feels kinda busted, it deals so much damage even to enemies around it
Idk if its just me, but it feels like Sniper mostly struggles vs Overlord
Probably just you
His debuff just obiderates me so its probably just me
we talking sniper in here
just jebait overlord into focusing your decoy when you think hes gonna scratch the floor
if you're running blink knife uhhhhhhhhhh don't
but funni teleport 
blink knife would be a lot better if it was a delayed thing
like set a recall point and pop it when things get bad
cyborg moment
it lasts for like 8 seconds or something
May I receive a helpful vocal companion in training me in the art of modding?
wut
Just grammar checked it
you need vocals for what
I need help in voice chat cause my hands are full
full of what
aaaaaaaaaaaaaaaah you wanna someone with mic to do some modded runs with
Ye
nah my 100 bucks mic sounds like shit in discord for some reason
and absolutely fine everywhere else
Anybody else?
maybe i should adress troublshootin in discord or something
Mostly I am trying to remember where the app for modding is
r2modman?
Yeah
it should be on the front page of thunderstore
Of what?
check pins
Is there a way to unlock nemesis enforcer?
are you playing with starstorm 2 or without?
Yes with it
me and my friend were playing modded last night and we beat void fields and looped once and he spawned on stage 7 or 6 and we were really surprised because we didnt know he existed
go to the void, you might see him later in the run after
You get him if you beat him?
yezz
Ok thanks
Other than mult, commando and enforcer are there any other nemesis characters?
There is a nemesis MUL-T mod that supports starstrom 2 but I have no idea how to unlock him.
not yet
Yea i did it last night you just have to bring the fuel cell from the drop pod into the void fields there is a dead mult guy there
and then he comes after you next round and hes really easy to kill
Ah cool ill be trying to unlock him next run.
in ror1 yeah
@short pendant dont really know if this is the right place to report bugs but i found one: the sound effect for the expresso plays when picking up scrap, even when you already have the max amount of boost
What's the mod used in this video: https://www.youtube.com/watch?v=-lKE7Ke0ifo that changes all of the text
https://thunderstore.io/package/DrBibop/VRMod/ Ok so just gonna uh drop this monstrosity here, im horrified yet curious
Hope you're enjoying Aetherium lol
Lots of polish coming in sometime after the content update.
No no no
Not Polish
There will be no fembois in my mod
Bad mod 0/10
-1/10 even
I will eradicate the polish femboi menace one download at a time.
I'm loving all the new item packs because they all have cool lunars
not if I have anything to say about it
It's too late
For each download to Aetherium, I deployed (1) Autonomous drone to attack Astolfo cosplayers in the region
In all seriousness, Aetherium will drop an update after the content update, and maybe Ares after.
me : )
Hi im new to mods, after downloading do i need to do anything on start up to activate the mods?
If you did manual, just open up the game. If you used a mod manager, select the "start modded" button
I did manual and all the files are where the instructions say they should be but I'm not seeing the mods when i start the game (goku/vegeta)
I would probably just use the mod manager instead
Do you see the BepInEx console?
Hmmmm
I laugh every single time I see someone post this from Enforcer.
They're slowness buffs added by the mod.
debuffs*
No those are the heavy tf2 debuffs
When you switch to the minigun or when you fire it
When its loading, I like to watch the console to see if the game froze, or if its still progressing (usually it is) and I caught that
Thought it was pretty funny
they were added before nemforcer heh
of course i get 2 bungus in a row
It kinda works with blink knife, but i gotta be lucky for it to actually work
bungus is crazy with decoy
Does the decoy get it?
I just imagine having tons of bungus and creating a on demand healing aura
I have the artifact of doom downloaded and on but it isn't doing anything, it's supposed to give items on kill and it doesn't do that, and I don't lose items when I get hit either, does anybody know how to fix this?
Could you please send me your logs?
And does it show up in the menu?
You can find such log file in your Risk of Rain 2/BepInEx/ folder, the file is called LogOutput.log.
If you are using r2modman :
You can copy your log by going to the r2modman Settings screen, selecting the Debugging tab and clicking Copy LogOutput.log to clipboard
Which mods do you've installed?
looks like just bepin, r2api, doom, rpclib, and originalsoundtrack
though doom is showing up as 3 different plugins
[Info : R2API] com.SirHamburger.ArtifactOfDoom;1.2.1
[Info : R2API] com.SirHamburger.ArtifactOfDoomUi;1.2.1
[Info : R2API] com.SirHamburger.MainArtifactOfDoom;1.2.1
It's got 3 plugininfos?
Jep I couldn't fix that.
But for me it looks like a more global issue since the soundtrack is also not loading.
@Cool guy#9508 could you maybe write in the Ror2 modding discord?
I'll look into it tomorrow if there's no solution till then
@grave thicket ^^
Oh sorry I forgot that I said anything because I had gotten into my car to head to work, but thank you for the help and I’m honestly surprised how you found that in all of the text lol
Yes it has. I don't find a other working solution
I also just had doom artifact and I forgot the other name but it just changed some music things
And the one that came with doom
what is a good way to get to ultra instinct fast with goku
I have a modding question; if its done through downloading an apk of the game and decompiling it, would i have to illegally download an apk in the first place to mod it? Or can I copy the game thats already downloaded?
Oh breadguy are you a modder
no
Ah okay
go to thunderstore.io, click on the "developers" button and then click on the wiki link
should answer most of your questions until you start digging deeper then you can ask in the modding discord in the pins of this chat
Cool thanks man
press 1
:)
a bunch of stuff
A lot.
Like is there a launcher or some sort of hub
oh lol yeah in pins
Thunderstore is the repository for mods
Oh ok
But R2Modman has a direct connection to Thunderstore so you can just download from there
thunderstore is the website, and you can use a mod manager like r2modman
should all be linked on the site
Ok
To quickly sum it up:
Thunderstore is the mod repository
R2Modman is the mod manager
BepInEx is the mod launcer
Any mod recommendations
BetterUI, ItemStatsMod, Starstorm 2, etc.
I use like 115
I can put a whole profile's worth here
so I'd be here all night
Same dude.
just scroll and see what you think you'd like
Also, quick note: If you find a mod that depends on RyanSkinAPI (a good portion of skin mods do), don't download it
Most use R2Modman, yes.
the game? or the launcher
R2Modman's initial load time is dependent on your internet connection, since it has to connect to Thunderstore
launcher
What mods are you using?
And how many?
Or do you mean when you first open R2Modman
it was loading faster when i was using it last december or so
opening the launcher itself
Ah, yeah it'll probably have to do with the amount of mods on Thunderstore
I really dunno here
either a lot of traffic or slow connection
but i can go to the website on chrome just fine or is that unrelated to the launcher connecting to the site
the launcher is connecting to the api which is different from the site
not sure why that would be slower
I know mythic has been doing to maintenance recently so it could be that
idrk it's been fine for me
maybe i'll just continue offline and install mods manually
I dunno if it'll update mods installed manually, though I could be wrong.
R2modman does not
I’m new how do I mod
As in play with mods or make mods?
Play with mods
Ok
If you can connect to that quickly, so will r2modman
it takes a while as well
ooooh, so you need to stand still there to get money
i thought it just gives you passive income
I think it's good as an uncommon but money items fall off pretty hard so it would be a disappointing legendary no matter how much it gives
oh that's what you meant
that would be $50 from holding a point for a full minute
then make it less than a minute
That’ll do it then, it’s not really a manager problem
I think 300-400 gold for a minute is fine
but I'd have it stack multiplicatively instead of a flat reduction
like 60*(0.8^n) seconds or something
any ror2 mods that make the game absurdly easy
enforcer
nah like I wanna one shot everything, anything like that?
you can give yourself some damage multipliers through debug console iirc
Lord Zot
starting items gui
what if it was green tier, had a mix of its old effect with its new one (gain gold till it's fully digged), and yielded a free chest with a yellow item at the end? that way it'd be different enough from Rusty Key
All lua is destined to be crab
Is the gold chest free?
Oh, whoops
Actually, still a valid question
God, that sounds so busted on Captain
And on Sacrifice
Definitely a lot more fun sounding though
Also I think Timely Execution is still broken, it doesn't give you the infinite invincibility but game still crashes when someone dies with it 
?
hack
Yeah every time we play together and whoever is holding Timely Execution dies he crashes.
Even if it’s Scav or Mithrix he crashes.
it just gives you gold

ohhhhhh I thought you meant a legendary chests worth of gold
how do I get nemforcer again?
Do you have only Enforcer mod installed or do you also have Starstorm 2?
Yeah, I just don’t remember if it’s void fields or mithrix kill
Do you have starstorm installed? The method changes if you do
I do yeah
Go to void fields as any character and leave. You don't have to complete it. Afterwards nemforcer will show up on a stage as a boss or normal enemy
Ah okay, so it’s just random after void fields?
Yep.
Alright, thanks!
Broly when?
does anyone know how to fix the bug that i have?
No
idk
Does anyone know how to make a wiimote and nunchuck work for Ror2 with the IR pointer for aiming?
I installed 178 and I have no idea which one it is but I can't pick up items anymore. Can anyone help me out?
You've installed 178 mods?
We've got someone in the Modcord that's got 203 and counting.
I have no clue how y'all just slam so many mods into your game and expect it to function fine lmao
modpackmodpack gaming
True
Oh i've over 200 before with no issues lol
Found out the issue though it's one of the item mods I grabbed so thats cool
A good like 20 of them are just skins though lol
just reinstalled windows, went to use my profile code and it gives this error, any ideas?
tried multiple codes btw
I think you have to have it active beforehand because of how it works, like did you have someone else download your modpack and just get it from them?
would probably be the best way to do it
one moment i think i know what's up
hmm no what i tried didnt work, sorry what do you mean? what i did to try and get my profiles back was go to the discord pm with my friend where i sent him my profile last night and then imported that code
like have your friend download the mods via the code than have them make a new code for you to download afterwards
so like no mods work for my game
im using r2modman
any mod i download downloads fine
i press play modded, game loads, but non of the mods are on there
They enable by default
did the steps and the mods still dont show up
was it MiniRpcLib?
nuclear accelerator is in the image section twice btw
Yep
Uhhhhhhhhhhhhhhh lower the price on the Legendary Chest from Treasure Map by $1
Boom instant excuse 
odd, I tested a few times without Raincoat/MiniRpcLib and that seemed to "solve" the issue. I wanted to test more runs before reporting it, but it looks like you solved another whole problem
Codes expire after roughly 2-3 hours
File exports are permanent
You can however ask your friend to export the profile again though
any mods that i can try out?
Didn't I send you a profile with mods?
Whatever you want!
But regardless, choose whatever you want
ror1 survivor mods, paladin, clay templar
paladin got auto corrected into saladin
But the best mods imo,
Badass engi,
Monster variants,
Starstorm
||itemstats, better gui are like required mods, it's the equivalent of JEI in mc||
Fatmando is important QoL
ok thx
ok thx
ok thx
🤔
oh i see
Are you able to change your profile in modman or do you have to restart it?
You can change profiles. It's in the settings.
does anyone know where I could find the hotdog lemurian model? I would like to make it a playable character mod
Are you able to enable Bury the Light on Aatrox or is it just for the Vergil skin?
Just Vergil iirc.
Check the config though, I could be wrong
A little bit of Bury the Light plays whenever Aatrox spawns so I thought you could enable it for him
If you can't, that sucks lol
It would be nice
I don't think Rob has any plans for that though
Found it
it's from the aatrox mod
I'll have to read the skills to find out what Massacre is, pretty sure its his special
Yeah, was curious if you could enable Bury the Light, ive only seen someone mention it with the vergil skin
Turns out it plays with his special
Try asking in the tech support channel on the RoR2 Modding Discord (pins in this channel)
thank you
is there a mod to make others have host priviledges?
Tried using risk of rain cheats and my friend can't spawn in items or use most of the interesting cheats when I'm host
oh, very cool
thought processor with merc, very pog
is it not busted
any cool mods for extra elite aspects (for monsters, not the items)
hailstorm was interesting, by I'm not sure I really liked it
I'll check it out. Thanks 😁
Isnt there a mod that gives elites abilities
I remember a Celestine teleporting
wow, that sounds painful to fight
sounds like ethereal
Looks fun, but yeah, pain to fight id imagine
Might be it
I just saw a preview here
I wonder how much inspiration Hopoo takes from the modding community 🤔
as long as they add chef i don't really care
what's an "average amount" of mods, and what cap do you recommend not going over?
for reference, I have a very good computer (don't know the exact specs as a friend set it up)
I recommend not going over 100-110
But I've seen people with over 200 function fine.
I think, 30-50 is like the average amount of mods
Over that you'll be spamming new survivors
i have no idea how you can get more than 70 mods and enjoy it
like i have 50 now, i see few mods that i can get, but i'm really debating this
mystic items is so cool, but item pool is gonna be so flooded
I'm at 73. I've got maybe a spattering of maybe 6-8 item mods, doesn't feel too cluttered
only the host require this mod?
any new elite effects will just be applied to the items since enemies are given the item
also AspectAbilities is my favorite elite mod
no everybody needs it currently
also I have 115 mods but a lot of them are small qol mods that do like 1 thing
Hi guys, out of curiosity, is there any character/survivor making guides out there? I was wondering how to create my own survivors with the incredibly small programming knowledge I have.
yeah on thunderstore click the developer tab and click wiki
Does the bandit mod creator ever visit here?
He is not in the server. Not surprised
Hey everyone, so ive had the game for a while now (Version 1.0.3) and mods have not given me trouble before but recently, even with 0 mods loaded the game crashes mere minutes after starting, various red and yellow msgs in the cmd panel when I did not have them before, I haven't done anything out of the ordinary but these error have popped out of nowhere and I can't use mods
Help would be appreciated

do you use modman?
No
So close
Yet so far
Is it just me
Or are Ror1 items just dumb
Life Savings, Whatever the Snowglobe is
They're pretty creative though
Snake Eyes probably isn't that useful, but its a nice idea
yeah and install standaloneancientscepter, it has some cool placements
i like snake eyes actually, maybe i'm too unlucky with shrines
The Dota wand looks fun to use
omnislash becomes endless slash on merc
I like Lepton Daisy so your not the only one with niche item taste
wow you're cool guy
Was trying to get merc for the funni skin
big honkers skin?
Vergil skin
henry has both bergil and bante skins
with bad ass engi can alien head effect orbital strikes cooldown
Most of them are dumb yea
30% change for equipment to have double effects
Missile launcher is just instant death
The one that upgrades your skills is neat tho
Ah yes
Razorwire and Barbed Wire
The base regen/max hp ones are kinda cool too
Oh
Apparently Miner has a self destruct button
yes
And I pushed it
I love this character
LOL
Get bored of a run?
Just end it
Wait what
miner has funni emote
Its either 3 or 4 and he just dies instantly
D:
Yeah its 3
He grabs c4 and dies instantly
Didn't self destruct this time
self-obliterating is technically self-destructing
I Self Destructed properly this time
Now as a warning
He doesn't instantly die
He takes the time to pull it out, and THEN presses it
You have time to cancel it if you do so by mistake
if you play with friends you can kill them with it too
hey check it out!!!! nukes self
Im making a 3d model for a playable character mod
And i have one little question
What would be the Polygon limit for a playable character in Risk of Rain 2
Uhhhh why
Do you think you will somehow reach an excessive number of tris
Not really...but im used to learning and creating characters with a poly limit
I mean there's a decent number of mods that have a model imported and set up to work with the ROR skeletons, and they weren't models made from scratch for ROR
So as long as you aren't doing anything ridiculous it should be fine
ok
I guess you could look at the vanilla models if you want a reference point
I wouldn't think there's any limit though
Ok thank you (^ - ^)
I think it's like 10-15k
Does Snipers reload scale with attack speed?
sniperclassic does not, but Rein's sniper does
Oh, was gonna say it might mess up my timing
it will never go over 3x attack speed and when your attack speed increases (through berserkers pauldron or pred or something) it does so over 2 seconds
Anyone recommend any mods I’m making a pack for me and anyone else lol I would say me and my friends but they don’t like risk cause they hate the early game XD
I'm liking Aatrox, Miner and Sniper
ClassicItems is kinda busted, but if you want ror1 items its there
StandaloneAnchientScepter is another nice item
Haven’t played Aatrox or miner but I have classic items and a few other item mods
Ok @copper herald why is miner busted lol I sat there “he’s good but doesn’t do enough damage” I didn’t realize my multitudes mod was on and I was soloing 4-player monsoon 😂
Once you get Adrenaline going you cant stop him

He has too many I-frames which sucks cause I’d love to see this exact one be added
He has to get a ball rolling before he can get stuff done
And if you dont attack after a while it goes away
minr
Moner
Moner = Money
Miner gets adrenaline from getting money
He truly is a gold digger, eh?
He’s something
Miner is just Loader but fun with good procs
He’s more versatile not fun tbh I prefer getting to stage 4 in like 5 min with loader lol @jaunty cargo
I’m dead XD I used gorags opus and started climbing a titan I was attacking so fast

hehe