All Projects → blendermf → XLShredLoader

blendermf / XLShredLoader

Licence: other
A collection of mods for Skater XL that use the Unity Mod Manager (reworked from the XLShredMenu mod)

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to XLShredLoader

ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-48.48%)
Mutual labels:  modding, mod, mod-manager
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+127.27%)
Mutual labels:  modding, mod
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+96.97%)
Mutual labels:  modding, mod
ModManager
Among Us Mod Manager
Stars: ✭ 44 (+33.33%)
Mutual labels:  mod, mod-manager
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-36.36%)
Mutual labels:  modding, mod
morrowind-sharp
A Morrowind modding guide. New and experienced players welcomed.
Stars: ✭ 107 (+224.24%)
Mutual labels:  modding, mod
Resource-Pack
The official repository for Faithful 32x for Minecraft: Dungeons
Stars: ✭ 16 (-51.52%)
Mutual labels:  modding, mod
The-Witcher-3-Mod-manager
Mod manager for The Witcher 3 🗃
Stars: ✭ 71 (+115.15%)
Mutual labels:  modding, mod-manager
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (+0%)
Mutual labels:  modding, mod
factorio-example-mod
Lightweight modular example mod with various features and compatibilities
Stars: ✭ 15 (-54.55%)
Mutual labels:  modding, mod
Showoff-NVSE
An NVSE plugin that adds functions and some engine-level tweaks.
Stars: ✭ 32 (-3.03%)
Mutual labels:  modding, mod
HeroesOfTheStorm TryMode2.0
A modified Try Mode Map for Heroes of the Storm to create a better experience with enhanced functionalities.
Stars: ✭ 18 (-45.45%)
Mutual labels:  modding, mod
paintjob-packer
Lightweight mod making tool for ETS 2 and ATS
Stars: ✭ 28 (-15.15%)
Mutual labels:  modding, mod
EvenMoreModifiers
A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
Stars: ✭ 21 (-36.36%)
Mutual labels:  modding, mod
gdmod
A mod loader and modding API for GDevelop games.
Stars: ✭ 15 (-54.55%)
Mutual labels:  modding, mod
ME3TweaksModManager
Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
Stars: ✭ 83 (+151.52%)
Mutual labels:  modding, mod
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (+75.76%)
Mutual labels:  modding, mod
pHake
GTA Online Mod
Stars: ✭ 74 (+124.24%)
Mutual labels:  mod, menu
ElDewrito-Menu
Possible replacement for Halo Online's UI heavily based on Halo: Reach
Stars: ✭ 22 (-33.33%)
Mutual labels:  mod, menu
LoS-Mod Files X
Mod Files for the Xbox 360 version of Sonic '06 mod; Legacy of Solaris.
Stars: ✭ 22 (-33.33%)
Mutual labels:  modding, mod

XLShredLoader

A collection of mods for Skater XL that use the Unity Mod Manager (reworked from the XLShredMenu mod)

Available Mods

Other Compatible Mods (not on this git)

Changelog

Click here for all the changes for all the mods

Installation

Mod Manager Not Installed:

IMPORTANT NOTE: If you have previously installed a modified Assembly-CSharp.dll, restore it to its orignal state before installing Unity Mod Manager.

  1. Download the latest Unity Mod Manager(or from Nexus), the Menu Mod, and which ever of the other mods you want.
  2. Unzip Unity Mod Manager wherever is convenient for you (it doesn't matter).
  3. Open Unity Mod Manager, select Skater XL in the dropdown. At this point it may have detected your installation, if not the SkaterXL button will be red, you can click that and pick the folder manually.
  4. Click the Install button. If it works it should show an installed version number. If it doesn't work check the log.
  5. Go to the Mods tab, drag all the mod zips you want to install onto the box that says "Drop zip files here". If everything works the status should say ok for each of them.
  6. Launch the game, have fun! Press F8 to bring up the menu, and the rest is explained there.

Mod Manager Already Installed:

  1. Download the Menu Mod, and which ever of the other mods you want.
  2. Open Unity Mod Manager, go to the Mods tab, drag all the mod zips you want to install onto the box that says "Drop zip files here". If everything works the status should say ok for each of them.
  3. Launch the game, have fun! Press F8 to bring up the menu, and the rest is explained there.

Uninstalling a Mod

Right now, until I release a fix (one is coming), you have to manually remove some mods to uninstall them. The latest versions of XL Shred Mod Menu, XL Shred Realistic Vert, and XL Shred Respawn Near Bail can be uninstalled from Unity Mod Manager without issue. For now the process for the rest is as follows:

  1. Go to your game directory (you can get this in steam, right click on the game -> properties -> local files -> browse local files)
  2. Go to the Mods folder there.
  3. Delete folders of the mods you want to remove from the game.

Building

Requirements

  • Visual Studio Community 2017(free), or any other 2017 version (others may work, but that's all I've tested)
  • The .NET desktop development workload for Visual Studio (installed via the Visual Studio Installer app)
  • (Optional) git to clone the repo. You can also just download the source as a zip.

Follow the installation steps for installing the Mod Loader.

Clone the repo:

git clone https://github.com/blendermf/XLShredLoader.git

Open the solution (.sln) file.

Under 'Solution Items' in the Solution Explorer, modify config.json to have the correct path for your Skater XL installation (notice the double slashes, those are needed). For example:

{
  "game_directory": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Skater XL"
}

You will now see a bunch of errors (probably). They should go away once you build the solution (the build events use the directory we put in config.json to copy the references into the references folder)

Once they are built you should see folders under game_directory/Mods for each mod. You can now run the game and you should see the mods.

Check out the source for the different mods, to see how you can make your own mod that hooks into mod menu.

You can use this solution and duplicate a project as a starting point, and then just build your mod (by building the project not the solution), just make sure you build the XLShredMenuMod first so you have the proper requirements installed in the Mods folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].