- Joined
- May 30, 2015
- Messages
- 816
- Reaction score
- 826
- First Language
- English
- Primarily Uses
Introduction
This plugin allows you to change mid-game the sound effects used in your game. This means for example you can change the cursor sound to something else different from what it is in the database. You can also change it as many times as you want and can also reset it to what it is in the database.
* ============================================================================
* Plugin Commands
* ============================================================================
* SetSE type name volume pitch pan
* This will change the sound used.
* For type, see the type section below.
* For name, choose the name of the sound file you want to use.
* For volume, enter a number from 0 to 100.
* For pitch, enter a number from 50 and 150. Use 100 for normal pitch.
* For pan, enter a number from -100 to 100. Use 0 for normal pan.
*
* Example:
* SetSE cursor CustomCursor 75 100 0
*
* ResetSE type
* This will reset the sound to what it is in the database.
* Replace type with the type (see below)
*
* Example:
* ResetSE battle_start
* ============================================================================
* Types
* ============================================================================
* Here are the types of system sounds you can replace. Use one for the
* plugin command.
*
* cursor
* ok
* cancel
* buzzer
* equip
* save
* load
* battle_start
* escape
* enemy_attack
* enemy_damage
* enemy_collapse
* boss_collapse1
* boss_collapse2
* actor_damage
* actor_collapse
* recovery
* miss
* evasion
* magic_evasion
* magic_reflection
* shop
* use_item
* use_skill
* ============================================================================
* Terms Of Use
* ============================================================================
* Free to use and modify for commercial and noncommercial games, with credit.
* ============================================================================
* Credits
* ============================================================================
* DreamX
Script
This plugin allows you to change mid-game the sound effects used in your game. This means for example you can change the cursor sound to something else different from what it is in the database. You can also change it as many times as you want and can also reset it to what it is in the database.
* ============================================================================
* Plugin Commands
* ============================================================================
* SetSE type name volume pitch pan
* This will change the sound used.
* For type, see the type section below.
* For name, choose the name of the sound file you want to use.
* For volume, enter a number from 0 to 100.
* For pitch, enter a number from 50 and 150. Use 100 for normal pitch.
* For pan, enter a number from -100 to 100. Use 0 for normal pan.
*
* Example:
* SetSE cursor CustomCursor 75 100 0
*
* ResetSE type
* This will reset the sound to what it is in the database.
* Replace type with the type (see below)
*
* Example:
* ResetSE battle_start
* ============================================================================
* Types
* ============================================================================
* Here are the types of system sounds you can replace. Use one for the
* plugin command.
*
* cursor
* ok
* cancel
* buzzer
* equip
* save
* load
* battle_start
* escape
* enemy_attack
* enemy_damage
* enemy_collapse
* boss_collapse1
* boss_collapse2
* actor_damage
* actor_collapse
* recovery
* miss
* evasion
* magic_evasion
* magic_reflection
* shop
* use_item
* use_skill
* ============================================================================
* Terms Of Use
* ============================================================================
* Free to use and modify for commercial and noncommercial games, with credit.
* ============================================================================
* Credits
* ============================================================================
* DreamX
Script
Last edited by a moderator:


