View Single Post
Author Message
Skyy
AlliedModders Donor
Join Date: Jan 2010
Location: Toronto, Canada
Old 03-06-2024 , 05:11   [L4D2] RPGMaker v3.4.6.9 (June 1, 2024 - Local Server Support)
Reply With Quote #1

Update 3.4.6.4 added a full crafting/reroll/pity system for the augments/persistent loot system.
There are two keys that allow you to control which talents can roll on augments, as well as which talents can/not be buffed by augments.
Code:
"skip talent for augment roll?"					"1"
"no augment modifiers?"						"1"
Here's an animation showing off the new feature: http://skyrpg.org/skyrpg/augment_pity_reroll.mp4

Description

RPG Maker is a data-driven RPG plugin for Left 4 Dead 2, utilizing a giant parser, which reads a bunch of different config files and interprets them, essentially providing a shell with a bunch of parameters, allowing you to create the RPG of your dreams (within some reason) without ever having to write a single line of code -- though support for expansion plugins to extend the functionality of talents does exist via IPC native/forward calls, and will be covered in a later post.

Most features of RPG Maker 2 can be disabled/enabled as you see fit.



Requirements/Dependencies

Ready Up ( https://github.com/exSkye/rpgmaker2/...y)/ReadyUp-8.x ) which provides a TON of important natives/forwards/boilerplate code. I have not yet ported RUP! to new syntax, but it will be ported to the new syntax soon.
SM Lib - provides custom chat colours
Left 4 DHooks


A MySQL database is required


Github
In order to not have to update two locations, please download the files from the releases page of the github: https://github.com/exSkye/rpgmaker2/releases/tag/stable



You can connect to the server and test out the plugin running the exact version of the files that are in the archive/posted on the github, here: http://skyrpg.org - click the server, then click 'connect' on the drop-down, or alternatively connect skyrpg.org in console.

ama.

Last edited by Skyy; 06-01-2024 at 11:51. Reason: update to v3.4.6.5
Skyy is offline