Skip to content

TheKliko/klikos-modding-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo Kliko's modding tool

Website GitHub License GitHub Release GitHub Downloads (all assets, latest release) Discord

Mod Updater

This tool can update your mods to the latest version of Roblox! Made for mod developers, but it can be used by anyone.

Mod Generator

Generate mods, currently only supports the image atlas. Generate either a mod of 1 color or a gradient of 2 colors. Takes about 12 seconds depending on your hardware and internet speed

Instructions

Caution

Warning: If you are running the source code directly, make sure that you are using Python 3.12.4! Any other version may not work.

  • Download and extract the latest release
  • Make sure that the mod you want to update is properly formatted (example)
  • Go to the root folder of the mod that you want to update
  • Create a new file named `info.json` and add either the file version or the version GUID that your mod was made for (file version is checked first, if it's not found then it checks for the GUID). The right format can be found in the example data below

Example data for info.json

{
    "fileVersion": 676,
    "clientVersionUpload": "version-e1da58b32b1c4d64"
}

After completing these steps, go to where you extracted the updater tool and run mod_updater.py

Requirements

  • A Windows PC (Optional)

Help & Support

If you are having any issues, feel free to ask them in my support server.

About

A python tool made for Roblox mod developers

Resources

License

Stars

Watchers

Forks

Languages