Creating a Mod: Difference between revisions

From Gothongs Wiki
Jump to navigationJump to search
Panda (talk | contribs)
No edit summary
Panda (talk | contribs)
Line 46: Line 46:
|Needed for your mod to work. You will want to do this before publishing your mod or a beta of your mod.
|Needed for your mod to work. You will want to do this before publishing your mod or a beta of your mod.
|-
|-
|Quests
|[[Quests|Quest Tutorial]]
|Create and manage your own story quests and challenge dungeons.
|Create and manage your own story quests and challenge dungeons.
|-
|-
|Land
|[[Land|Land Tutorial]]
|Create landmasses and edit the world map.
|Create landmasses and edit the world map.
|-
|-
|Land Icons
|[[Land Icons|Land Icon Tutorial]]
|Add new icons to the world map.
|Add new icons to the world map.
|-
|-
|Monster Scenes
|[[Monster Scenes|Monster Scene Tutorial]]
|Add custom defeat scenes
|Add custom defeat scenes
|-
|-
|PVP Scenes
|[[PVP Scenes|PVP Scene Tutorial]]
|Add custom PVP scenes for the PVP arena and other things like lotus that create player on player scenes.
|Add custom PVP scenes for the PVP arena and other things like lotus that create player on player scenes.
|-
|-
|Books
|[[Books|Book Tutorial]]
|Add new readable books
|Add new readable books
|-
|-
|Classes
|[[Classes|Class Tutorial]]
|Add new player classes
|Add new player classes
|-
|-
|Spells
|[[Spells|Spell Tutorial]]
|Add new spells
|Add new spells
|-
|-
|Weapons
|[[Weapons|Weapon Tutorial]]
|Add new weapons
|Add new weapons
|-
|-
|Enchants
|[[Enchants |Enchant Tutorial]]
|Add new enchants
|Add new enchants
|-
|-

Revision as of 14:43, 27 July 2023

  1. Start at the modding panel at https://jasx.org/lsl/got
  2. Name your mod and click Create New Mod.
  3. Every account can make up to 10 mods but you can ask an admin for more if you run out.

The Mod Panel

Entering the mod panel shows you different items that you can add to your mod. Here is a button reference:

Field What it does
Name Name of your mod
Public KEY This is put into the mod installer box description to identify your mod when installing in SL.
JSON KEY DO NOT SHARE THIS KEY. This is advanced. With a web server you may control more things in GoT like moving around the map or adding enchants.
JSON Webhook Lets you specify a URL to which the GoT Web API will send HTTP requests when something happens in game.
Allow remote webhook URL updates Allows the URL to be changed by a call u sing your JSON key. Recommended off.
Public Makes your mod visible on the main GoThongs HUD and allows users other than the creator to install it.
Hidden Hides the mod from the HUD. I am not sure how this differs from public.
Installer The SL mod installer in your JasX asset server that is delivered to players who download your mod. Click the link below the installer select to get a cube to host your own jasx asset server.
Write Permission Selects what permissions your mod needs. Experience allows you to modify player EXP. Resources allows giving weapons/enchants via scripts. Settings allows it to change settings and Map allows it to move the player on the map. You can modify these any time you want but adding a new permission unsubscribes all users from your mod.
Description A description that shows up on the mod page.
Testers UUIDs of avatars that are allowed to use beta versions in your mod.
Setup Manifest Needed for your mod to work. You will want to do this before publishing your mod or a beta of your mod.
Quest Tutorial Create and manage your own story quests and challenge dungeons.
Land Tutorial Create landmasses and edit the world map.
Land Icon Tutorial Add new icons to the world map.
Monster Scene Tutorial Add custom defeat scenes
PVP Scene Tutorial Add custom PVP scenes for the PVP arena and other things like lotus that create player on player scenes.
Book Tutorial Add new readable books
Class Tutorial Add new player classes
Spell Tutorial Add new spells
Weapon Tutorial Add new weapons
Enchant Tutorial Add new enchants
Loading Sceens Add loading screens. Each row much have a texture to be included. Loading screens are fetched and cached when the HUD loads. Name is optional.
Loading Tips Adds loading tips for challenge dungeons and PanRi free roam.