Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: KSelectStats ACE
- Original author: kyonides
- Original date: June 22, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/kselectstats-ace.158598/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
KSelectStats ACE by Kyonides Introduction There was an old scriptlet that would make you pick the stats you don't want to show up.
Archived First Post
KSelectStats ACE
by Kyonides
by Kyonides
Introduction
There was an old scriptlet that would make you pick the stats you don't want to show up.
My script actually asks you to tell it which stats you want to show on screen on different menu scenes.
Why did I make it?
That's easy to answer! The old script sucked. It was inefficient. It included too many extra steps for no good reason.
And yes, it works with Yanfly's Party System as well.
Here are some details on how you'd configure it.
Ruby:
# Available STATS for the STATS Constant:
# 2 - ATK
# 3 - DEF
# 4 - MAT
# 5 - MDF
# 6 - AGI
# 7 - LUK
module KSelect
SHOW_STATS = [2, 3, 6]
DOWNLOAD SCRIPT
Terms & Conditions
Free for use in ANY GAME.
Due credit is mandatory.
Getting a free copy of your game would be appreciated.
Don't delete the header nor my embedded comments.
That's it!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Due credit is mandatory. Getting a free copy of your game would be appreciated. Don't delete the header nor my embedded comments. That's it!
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...