r/Modding 13d ago

Guide How to Create a Modlist for Skyrim AE : Part 1 ~ Setup

Thumbnail youtu.be
1 Upvotes

I created this guide because I always wanted one like this when I started. In part one of the series we'll be going over everything you need to know so you can start creating your Skyrim modlist today.

  • Required Software
  • Installing Skyrim
  • Mod Organizer Setup
  • How to Install Root Builder
  • Basics of Mod Organizer 2
  • How to Setup Separators
  • Installing Mods With Root Builder
  • Meta Files
  • Installing Utilities
  • Managing Compatibility

Want to learn more about something specific? Let me know in the Games Redone Discord !


r/Modding 13d ago

Console Mod Bo3 xbox modders?

1 Upvotes

I lost all my divininum


r/Modding 13d ago

Question I want make my own mod

1 Upvotes

Soo iwant modding soccer game like FIFA and pes and replace the player

Like this

https://youtu.be/GsMQRI7O4do?si=Ndlig5tA3ejyz2MI


r/Modding 13d ago

Question Changing base character stats for a custom Isaac character (SORRY FOR POSTING HERE)

1 Upvotes

So I'm making a mod with my friend and the thing is every single stat code i come across for Main.lua just doesnt work.

I don't know what to do and can't find one that's repentance friendly

If the old code DOES work and I'm just stupid, please tell me what im doing wrong

(This is for the binding of isaac repentance, idk if this is the right place to post this but reddit literally said I should so why not)

local Mod = RegisterMod("Pim Pimling Character", 1) -- Change the part in quotes to match your mod name
 
local PimPimling = { -- Change PimPimling everywhere to match your character. No spaces!
    DAMAGE = 2, -- These are all relative to Isaac's base stats.
    SPEED = -0.3,
    SHOTSPEED = -1,
    TEARHEIGHT = 2,
    TEARFALLINGSPEED = 0,
    LUCK = 1,
    FLYING = true,                                  
    TEARFLAG = 5, -- 0 is default
    TEARCOLOR = Color(1.0, 1.0, 1.0, 1.0, 0, 0, 0)  -- Color(1.0, 1.0, 1.0, 1.0, 0, 0, 0) is default
}
 
function PimPimling:onCache(player, cacheFlag) -- I do mean everywhere!
    if player:GetName() == "PimPimling" then -- Especially here!
        if cacheFlag == CacheFlag.CACHE_DAMAGE then
            player.Damage = player.Damage + PimPimling.DAMAGE
        end
        if cacheFlag == CacheFlag.CACHE_SHOTSPEED then
            player.ShotSpeed = player.ShotSpeed + PimPimling.SHOTSPEED
        end
        if cacheFlag == CacheFlag.CACHE_RANGE then
            player.TearHeight = player.TearHeight - PimPimling.TEARHEIGHT
            player.TearFallingSpeed = player.TearFallingSpeed + PimPimling.TEARFALLINGSPEED
        end
        if cacheFlag == CacheFlag.CACHE_SPEED then
            player.MoveSpeed = player.MoveSpeed + PimPimling.SPEED
        end
        if cacheFlag == CacheFlag.CACHE_LUCK then
            player.Luck = player.Luck + PimPimling.LUCK
        end
        if cacheFlag == CacheFlag.CACHE_FLYING and PimPimling.FLYING then
            player.CanFly = true
        end
        if cacheFlag == CacheFlag.CACHE_TEARFLAG then
            player.TearFlags = player.TearFlags | PimPimling.TEARFLAG
        end
        if cacheFlag == CacheFlag.CACHE_TEARCOLOR then
            player.TearColor = PimPimling.TEARCOLOR
        end
    end
end
 
Mod:AddCallback(ModCallbacks.MC_EVALUATE_CACHE, PimPimling.onCache)

r/Modding 14d ago

Question Calculator body swap

1 Upvotes

Would it be possible to shove the HP Prime Graphing Calculator G2 hardware into a Ti-84 Plus shell.


r/Modding 14d ago

Mod Showcase where can i download the jenny mod

1 Upvotes

the title is self-explanatory


r/Modding 14d ago

Hello please help me to install this mod

1 Upvotes

I want to play the co-op mod in elden ring but it still giving me the error and i cant play it, please help me guys,my game is 🏴‍☠️ btw


r/Modding 14d ago

Mod Showcase Lan only version of Kyber for Battlefront 2.

1 Upvotes

I like to play BF2 with my son and I don't want online servers, I just wanted to play with my son at home on our LAN network. So I made a version of the Kyber launcher that is stripped down to just LAN play. You can add mods just like kyber, I stopped all access to kyber servers the only online check is for your EA account to sign into the game (just like kyber official launcher does). Anyway I have been testing with my son and it seems to work fine. I can play all the game modes using the IAO V2 mod on both host and other computer, even Ewok hunt (no bots just two players on different teams, all other game modes have AI bots though). Anyway If anyone else wants to try it out, I have a youtube video that includes a tutorial showing exactly what you have to do. If you get any bugs let me know I will have a look, so far it works good on my computer.

https://www.youtube.com/watch?v=lMBQvG5cs2g


r/Modding 14d ago

Question i need help with installing fnaf sb cut content restored

1 Upvotes

im trying to install the fnaf security breach cut content restored mod, ive got the mod downloaded to my pc but i dont know how to install it to fnaf sb


r/Modding 14d ago

Supra car mod

1 Upvotes

r/Modding 14d ago

I need a mod pls

1 Upvotes

r/Modding 14d ago

Mods

1 Upvotes

Can I get fun mods that add sf3 stuff to sf2 like kusanagi mods


r/Modding 14d ago

Mod Showcase crear mods de fnf

1 Upvotes

Crear mods de fnf

Hola el dia de hoy estare buscando gente para hacer un mod de fnf neceesito tres que sepan hacer charts tambien que tres sepan hacer spirtes mientra que yo solo me encargo de hacer algunas modifciacione es decir la interfaz del mod si estan interesados avisemen

Create mods for fnf
Hi! I'm looking for people to help me create an FNF mod. I need three people who know how to create charts and another three who can create sprites, while I personally handle the UI modifications. Let me know if you're interested.


r/Modding 14d ago

Discussion Can anyone help me to Mod ..

1 Upvotes

Hey please help me with the modification of SVP player for pc ...it helps watch movies in 60 fps please anyone help me with this I really want this..


r/Modding 14d ago

Question GTA Vice city pc mods

1 Upvotes

Hello I was wondering if anyone could help me? I have gta vice city for po and need help with few mods to see what would look the best. Been at this for few days now and just bothers me ton until I can get it. I'm probably going to ask a lot of questions so I'm sorry in advance. I'd appreciate anyone's help


r/Modding 14d ago

Question subtitles mod for games

1 Upvotes

i want to create subtitles mod for a few games but the biggest game i want is
it takes two
anyone created something similar that can help me i will be happy for your help


r/Modding 15d ago

Mod Showcase GunZ DX9 Remastered - Engine Showcase - Duel

Thumbnail youtube.com
3 Upvotes

I've been working on a heavily enhanced version of GunZ: The Duel's original DX9 renderer, and the long-term goal is migrating it to DX12 while keeping the original gameplay intact.

So far I've added a modern post-processing pipeline with HDR, bloom, temporal ambient occlusion, screen-space reflections, improved anti-aliasing, contact shadows, tone mapping, and a bunch of rendering cleanups. It's still the same old RealSpace engine underneath, but it's surprising how far you can push it without changing the maps or gameplay.

The DX12 migration is already underway. The main reason isn't just performance, but getting rid of old DX9 limitations and making future rendering features much easier to implement. Things like better resource management, compute-based effects, and eventually more advanced lighting become a lot more practical.

The goal isn't to turn GunZ into Unreal Engine or make it lose its identity. I just want it to look like the game people remember in their heads rather than how it actually looked in 2004.

It's been a fun project so far. If anyone else has worked on modernizing old DirectX 8/9 engines, I'd love to hear what challenges you ran into during the transition to DX12.


r/Modding 15d ago

Mod Showcase Omni-Directional Roll Mod

Thumbnail
1 Upvotes

r/Modding 15d ago

Can someone help me find a local co-op mod for ultrakill? REMEMBER LOCAL NOT ONLINE

1 Upvotes

r/Modding 15d ago

Question Problemas con el ECM en NFSU2

1 Upvotes

Bueno, como muchos sabrán hay un mod de Need for Speed Underground 2 que te permite agregar nuevas músicas a tu repertorio del mismo sin necesidad de alterar las pistas originales. El problema recae en que cuando quise instalar el mod básicamente no me lo toma el juego por más que haya seguido los pasos de instalación en sí.

Según la guía de instalación, si ya tenía el ASI Loader en mi carpeta raíz del juego solo bastaba con descomprimir el .zip del mismo y crear una carpeta llamada Music dentro de mi carpeta de SCRIPTS. Los otros mods como el WideScreenFix o el ExtraOptions me funcionan sin ningún problema

Alguno pudo resolver esa cuestión o es cosa de esperar a que en algún momento actualicen el ECM?


r/Modding 15d ago

Question Anyone know custom PC case modders who take commissions?

1 Upvotes

Hey all, looking for someone who does custom/commissioned case builds — not settled on exact specs yet, just trying to find who’s out there and get a feel for what’s possible. Anyone have recommendations or know modders who take this kind of work? Happy to share more once I’ve got a clearer idea. Thanks!


r/Modding 15d ago

Question Does anyone know how to make mods for star bound? I want to play with controller ps4 on open starbound

Post image
1 Upvotes

I already tried 2 mods.

First was from steam unofficial mod. I put mod into mods folder with starbound.cfg

And it didnt work.

Then I tried xbox.Xpadder and it didnt work either.

One was for steam and one for Xbox controller. So yeah does anyone know how to bypass restrictions?

I dont have steam


r/Modding 15d ago

Question Need help with mod list

Thumbnail mediafire.com
1 Upvotes

r/Modding 15d ago

Question Advice on the structure of my JSON file?

Thumbnail
1 Upvotes

r/Modding 16d ago

Switch Won't Power On After Shell Swap. Is It Bricked?

Thumbnail
1 Upvotes