I am creating a new version of RKLauncher.
I created a new version, way better, called LifePlay Mod Flix.
I thought I'd show you the new XML template for having your mod displayed in the application and some explanations about each of the tags.
Modder: Raddeck
Updated: 20-03-2023
Script Version: 1.0.4
Official page: https://github.com/RaiderKnight
Features:
- Better presentation
- Almost all the details of your mod will be displayed
- A thumbnail for your mod
Explanation:
Id="my_ModID"
// ID of your mod
Name="My Wonderful module"
// The name of your module
Version="1.0.1"
// Version of your module - only numbers
Path=""
// no need to provide it
Description=""
// 500 character max - Do 
 for changing line
Msg=""
// Will throw a popup message **Optional
LatestUpdate="01-10-2022"
// Day-Month-Years
ModRequireMods=""
// Does your mod require any mods
//Separate each mod with a comma Ex: LifePlay 5.0,nt_OtherModsId - Use mod id only
Depends=""
// Does your mod require any mods
// Separate each mod with a comma Ex: nt_OtherMods, gg_SpecialMod,... **Optional
ModsConflict=""
// Does your mod is conflicting with any mods
// Separate each mod with a comma Ex: nt_OtherMods, gg_SpecialMod,... **Optional
ModderN=""
// Your modder's name
ModPatreon=""
// Your Patreon page url **Exclusive - Optional
ModUrlPage=""
// Your github page url **Optional
ModContrib=""
// List of contributors separated by a comma **Optional
Thumbnail=""
// A thumbnail for you mod 350x350max - Hosted on https://imgbb.com/
FullDescription=""
//Your url topic page on the forum Raider Knight
LPmodType=""
// Type of your mod. A Mod or a Addon
LpTag1=""
// Category tag for your mod - 1 word max.
LpTag2=""
// Category tag for your mod - 1 word max.
LpTag3=""
// Category tag for your mod - 1 word max.
isPatch=""
//Don't use it! - For special case only **Exclusive - Optional
//Set to 1 for patching
Download:
Copy this template into your favorite XML code editor:
Code: Select all
<Mod
Id=""
Name=""
Version=""
Path=""
Description=""
LatestUpdate=""
ModRequireMods=""
Depends=""
ModsConflict=""
Msg=""
ModderN=""
ModPatreon=""
ModUrlPage=""
ModContrib=""
Thumbnail=""
FullDescription=""
LPmodType=""
LpTag1=""
LpTag2=""
LpTag3=""
isPatch=""
/>
Where to submit this code ?
On my Discord channel (https://discord.com/channels/7982313923 ... 0196883526) or here by replying to this topic with your code.
Your mod need to respect these rules:
https://github.com/RaiderKnight/LPMods