じ☆ve冰风 发表于 2026-8-2 22:29:50

Szyu's Simple Factions

Szyu's Simple Factions

About

This script adds categorized factions to your game, which can be tracked and used for advanced event and script flow control.You can define event pages to be of a certain faction with simple access.

Download it HERE

How To Use

- Define your reputation levels, factions and faction categories in the module SZS_Factions.- To access a faction, use '$game_factions'!The first faction has ID/index 0!- To add reputation to a faction, use'$game_factions.gain_reputation(id, amount)' to add reputation for a factionor'$game_factions.lose_reputation(id, amount)' to remove reputation for a factionIf the reputation was not visible, it now will be displayed in the factions list.- To define an event page to be from a certain faction, use a comment including following line:'<faction: x>' where x is the index of the faction in the module's Factions-list- You can check if an event page is from faction with following script call:event.factionThis will return the index (id) of the event's faction. If no faction is assigned, this will return nil.- With a Script-Condition likeif event.faction && $game_factions.reputation > xyou can create a conditional branch, where you check for the players reputation with the event page's faction to be higher than a specific value. Screenshots

SpoilerScript Condition in an event (Full Text: 'Conditional Branch: Script: event.faction && $game_factions.reputation > 1500')


https://szyuscripts.files.wordpress.com/2015/07/condition.png


Status of Factions simply displayed at the bottom


https://szyuscripts.files.wordpress.com/2015/07/faction-list.png


Individual list for different categories; Status bar colored differently for reputation levels


https://szyuscripts.files.wordpress.com/2015/07/faction-list2.png


If enabled, Faction Icon/Graphic and description can be displayed as well:








Terms of Use

You are free to use this script for commercial and non-commercial projects. However I'd like you to inform me of the projects you are planning to use it in, so I can keep track of where my scripts are used.


本贴来自国际rpgmaker官方论坛作者:Szyu处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/szyus-simple-factions.45682/
页: [1]
查看完整版本: Szyu&#039;s Simple Factions