【漢化】Horror Effects plugin for RPG Maker MV

This is a RPG Maker MV plugin that will allow you to add visual horror effects to your game's title screen, maps, events, pictures, battle, etc. You can turn on individual effects at a time or multiple simultaneously. The effects include a noise effect, a glitch effect, and a TV effect, which is commonly seen used in most horror films. Now, you can use these effects in RPG Maker MV, too!
這是一個(gè)RPG Maker MV插件幸乒,允許您為游戲的標(biāo)題屏幕,地圖,事件冯勉,圖片稳吮,戰(zhàn)斗等添加視覺(jué)恐怖效果端朵。您可以同時(shí)打開(kāi)多個(gè)效果宣决。效果包括噪音效果穿挨,故障效果和電視效果残揉,這在大多數(shù)恐怖電影中都很常見(jiàn)胧后。

Be warned that this plugin was made in RPG Maker MV 1.6.1 and is untested in lower versions so I cannot guarantee if it will work. To update to the latest version, please download the update here to at least 1.6.1.
請(qǐng)注意,此插件是在RPG Maker MV 1.6.1中制作的抱环,并且在較低版本中未經(jīng)測(cè)試壳快,因此我無(wú)法保證它是否可行。要更新到最新版本江醇,請(qǐng)?jiān)诖颂幭螺d更新至少1.6.1濒憋。

Sample Project Includes

The sample project download for this will include the following:
此示例項(xiàng)目下載包括以下內(nèi)容:


image

The main plugin itself along with some supporting plugins. The plugin can run without these supporting plugins as they are only used for the purpose of demonstrating in the sample project.
主插件本身以及一些支持插件。該插件可以在沒(méi)有這些支持插件的情況下運(yùn)行陶夜,因?yàn)樗鼈儍H用于在示例項(xiàng)目中進(jìn)行演示凛驮。

image

Sample plugin commands and demonstrated individually on various aspects of the game so you can double check your work with mine to make sure it works in your game.
示例插件命令,附有游戲的各個(gè)方面單獨(dú)演示条辟,以便您可以仔細(xì)檢查案例黔夭,以確保它在您的游戲中有效。

image

Preconfigured plugin parameters to add the Horror Effects to your title screen, too!
預(yù)配置的插件參數(shù)也可以將恐怖效果添加到標(biāo)題屏幕羽嫡!

Plugin Parameters

image.png

**Title1 Effects: **Animate the Title1 image with noise, glitch, or TV effects? This will be the first image used in the Database, System, Title Screen setting for your game.
Title1效果:使用噪聲本姥,毛刺或電視效果為T(mén)itle1圖像設(shè)置動(dòng)畫(huà)效果?這將是您的游戲的數(shù)據(jù)庫(kù)杭棵,系統(tǒng)婚惫,標(biāo)題屏幕設(shè)置中使用的第一個(gè)圖像。

image

**Title2 Effects: **Animate the Title2 image with noise, glitch, or TV effects? This will be the second image used in the Database, System, Title Screen setting for your game.
Title2效果:使用噪聲魂爪,毛刺或電視效果為T(mén)itle2圖像設(shè)置動(dòng)畫(huà)效果先舷?這將是您的游戲的數(shù)據(jù)庫(kù),系統(tǒng)滓侍,標(biāo)題屏幕設(shè)置中使用的第二個(gè)圖像蒋川。


image

**Default Noise Settings: **When applying noise effects to sprites in-game, this will be the default settings used.

**Default Glitch Settings: **When applying glitch effects to sprites in-game, this will be the default settings used.

**Default TV Settings: **When applying TV effects to sprites in-game, this will be the default settings used.

Plugin Commands

To apply horror effects to your game, use these plugin commands in the following format:
要將恐怖效果應(yīng)用于游戲,請(qǐng)使用以下格式的這些插件命令:

HorrorEffects target Create Noise
HorrorEffects target Create Glitch
HorrorEffects target Create TV
  • Replace 'target' with a compatible effect target. This will create a horror noise, glitch, or TV effect on the sprite.
HorrorEffects target Remove Noise
HorrorEffects target Remove Glitch
HorrorEffects target Remove TV
  • Replace 'target' with a compatible effect target. This will remove the currently existing horror noise, glitch, or TV effect on the sprite.
HorrorEffects target Clear
  • Replace 'target' with a compatible effect target. This will remove all noise, glitch, or TV effects from the sprite.
HorrorEffects target Change Noise Rate x
  • Replace 'target' with a compatible effect target. Replace 'x' with a number value. The higher the number value, the more noise there is. The lower the number value, the less noise there is. This can be a decimal value.
HorrorEffects target Change Noise Animated true
HorrorEffects target Change Noise Animated false
  • Replace 'target' with a compatible effect target. This will animate the horror noise if true is used and stop animating the horror noise if false is used instead.
HorrorEffects target Change Glitch Max x
  • Replace 'target' with a compatible effect target. This will set the maximum number of glitch slices to x.
HorrorEffects target Change Glitch Min x
  • Replace 'target' with a compatible effect target. This will set the minimum number of glitch slices to x.
HorrorEffects target Change Glitch Slice x
  • Replace 'target' with a compatible effect target. This will set the maximum and minimum number of glitch slices to x.
HorrorEffects target Change Glitch Offset x
  • Replace 'target' with a compatible effect target. This will set the glitch offset (how wild it goes) to x. The higher the number, the further the glitch can go. The lower the number, the closer to the base image it goes.
HorrorEffects target Change Glitch Animated true
HorrorEffects target Change Glitch Animated false
  • Replace 'target' with a compatible effect target. This will animate (true) or remove the animation (false) of the glitch effect.
HorrorEffects target Change Glitch Frequencey x
  • Replace 'target' with a compatible effect target. If animated, this will set the glitch frequency to x frames.
HorrorEffects target Change Glitch Strength x
  • Replace 'target' with a compatible effect target. If animated, this will set the glitch strength to x. The higher the number, the stronger the glitch effect will last. The lower the number, the weaker the effect.
HorrorEffects target Change Glitch Refresh
  • Replace 'target' with a compatible effect target. Refreshes the current glitched slices for a different setting.
HorrorEffects target Change TV Thickness x
  • Replace 'target' with a compatible effect target. This will change the line thickness of the TV effect. Larger numbers mean thicker lines.
HorrorEffects target Change TV Corner x
  • Replace 'target' with a compatible effect target. This will change the corner size. Use a value between 0 and 1. The larger the number, the larger the corners will be.
HorrorEffects target Change TV Animated true
HorrorEffects target Change TV Animated false
  • Replace 'target' with a compatible effect target. true will turn the TV effect on. false will turn the TV effect off.
HorrorEffects target Change TV Speed x
  • Replace 'target' with a compatible effect target. This will change the speed at which the TV animates.

Targets

These are things you can replace 'target' with:
這些是您可以用以下內(nèi)容替換“目標(biāo)”的內(nèi)容:

Screen

  • Target becomes the visible map
    Battle
  • Target becomes the battle screen
    Player
  • Target becomes the first party member
    Follower x
  • Target becomes the party member with slot x
    Event x
  • Target becomes the map event with ID x
    Picture x
  • Target becomes the picture with ID x
    Actor x
  • Target becomes the actor with ID x
    Party x
  • Target becomes the party member with slot x
    Enemy x
  • Target becomes the battle enemy with index x

Script Calls

These script calls are used to create, remove, and change horror effects.
這些腳本調(diào)用用于創(chuàng)建撩笆,刪除和更改恐怖效果捺球。

Horror Effect Target Script Calls:

target.createHorrorEffect('noise')
target.createHorrorEffect('glitch')
target.createHorrorEffect('tv')
  • Replace 'target' with a compatible effect target. This will create a horror noise, glitch, or TV effect on the sprite.
target.removeHorrorEffect('noise')
target.removeHorrorEffect('glitch')
target.removeHorrorEffect('tv')
  • Replace 'target' with a compatible effect target. This will remove the currently existing horror noise, glitch, or TV effect on the sprite.
target.clearHorrorEffects()
  • Replace 'target' with a compatible effect target. This will remove all noise, glitch, or TV effects from the sprite.
target.setHorrorEffectToValue('noise', 'noise', x)
  • Replace 'target' with a compatible effect target. Replace 'x' with a number value. The higher the number value, the more noise there is. The lower the number value, the less noise there is. This can be a decimal value.
target.setHorrorEffectToValue('noise', 'animated', true)
target.setHorrorEffectToValue('noise', 'animated', false)
  • Replace 'target' with a compatible effect target. This will animate the horror noise if true is used and stop animating the horror noise if false is used instead.
target.setHorrorEffectToValue('glitch', 'sliceMax', x)
  • Replace 'target' with a compatible effect target. This will set the maximum number of glitch slices to x.
target.setHorrorEffectToValue('glitch', 'sliceMin', x)
  • Replace 'target' with a compatible effect target. This will set the minimum number of glitch slices to x.
target.setHorrorEffectToValue('glitch', 'slices', x)
  • Replace 'target' with a compatible effect target. This will set the maximum and minimum number of glitch slices to x.
target.setHorrorEffectToValue('glitch', 'offset', x)
  • Replace 'target' with a compatible effect target. This will set the glitch offset (how wild it goes) to x. The higher the number, the further the glitch can go. The lower the number, the closer to the base image it goes.
target.setHorrorEffectToValue('glitch', 'animated', true)
target.setHorrorEffectToValue('glitch', 'animated', false)
  • Replace 'target' with a compatible effect target. This will animate (true) or remove the animation (false) of the glitch effect.
target.setHorrorEffectToValue('glitch', 'aniFrequency', x)
  • Replace 'target' with a compatible effect target. If animated, this will set the glitch frequency to x frames.
target.setHorrorEffectToValue('glitch', 'aniStrength', x)
  • Replace 'target' with a compatible effect target. If animated, this will set the glitch strength to x. The higher the number, the stronger the glitch effect will last. The lower the number, the weaker the effect.
target.setHorrorEffectToValue('tv', 'lineWidth', x)
  • Replace 'target' with a compatible effect target. This will change the line thickness of the TV effect. Larger numbers mean thicker lines.
target.setHorrorEffectToValue('tv', 'vignetting', x)
  • Replace 'target' with a compatible effect target. This will change the corner size. Use a value between 0 and 1. The larger the number, the larger the corners will be.
target.setHorrorEffectToValue('tv', 'animated', true)
target.setHorrorEffectToValue('tv', 'animated', false)
  • Replace 'target' with a compatible effect target. true will turn the TV effect on. false will turn the TV effect off.
target.setHorrorEffectToValue('tv', 'aniSpeed', x)
  • Replace 'target' with a compatible effect target. This will change the speed at which the TV animates.
    Targets

These are things you can replace 'target' with:
這些是您可以用以下內(nèi)容替換“目標(biāo)”的內(nèi)容:

target = $gameScreen

  • Target becomes the visible map
    target = $gameSystem
  • Target becomes the battle screen
    target = $gamePlayer
  • Target becomes the first party member
    target = $gameParty.members()[x]
  • Target becomes the party member with index x
    target = $gameMap.event(x)
  • Target becomes the map event with ID x
    target = $gameScreen.picture(x)
  • Target becomes the picture with ID x
    target = $gameActors.actor(actorId);
  • Target becomes the actor with ID x
    target = $gameTroop.members()[index];
  • Target becomes the battle enemy with index x

W A R N I N G ! ! !

This plugin is made for RPG Maker MV versions 1.6.1. I have not tested this plugin in lower versions so I cannot guarantee it works. To update to the latest version, please download the update here to at least 1.6.1.
此插件適用于RPG Maker MV版本1.6.1缸浦。我沒(méi)有在較低版本中測(cè)試此插件,所以我無(wú)法保證它的工作原理氮兵。要更新到最新版本裂逐,請(qǐng)?jiān)诖颂幭螺d更新至少1.6.1

Terms of Use

1. These plugins may be used in free or commercial games.
2. 'Fallen Angel Olivia' must be given credit in your games.
3. You are allowed to edit the code.
4. Do NOT change the filename, parameters, and information of the plugin.
5. You are NOT allowed to redistribute these Plugins.
6. You may NOT take code for your own released Plugins.

Changelog History

  • Oct 31 2018: Fixed help file typos
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末胆剧,一起剝皮案震驚了整個(gè)濱河市絮姆,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌秩霍,老刑警劉巖篙悯,帶你破解...
    沈念sama閱讀 212,222評(píng)論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場(chǎng)離奇詭異铃绒,居然都是意外死亡鸽照,警方通過(guò)查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,455評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門(mén)颠悬,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)矮燎,“玉大人,你說(shuō)我怎么就攤上這事赔癌〉猓” “怎么了?”我有些...
    開(kāi)封第一講書(shū)人閱讀 157,720評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵灾票,是天一觀的道長(zhǎng)峡谊。 經(jīng)常有香客問(wèn)我,道長(zhǎng)刊苍,這世上最難降的妖魔是什么既们? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 56,568評(píng)論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮正什,結(jié)果婚禮上啥纸,老公的妹妹穿的比我還像新娘。我一直安慰自己婴氮,他們只是感情好斯棒,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,696評(píng)論 6 386
  • 文/花漫 我一把揭開(kāi)白布。 她就那樣靜靜地躺著主经,像睡著了一般荣暮。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上旨怠,一...
    開(kāi)封第一講書(shū)人閱讀 49,879評(píng)論 1 290
  • 那天渠驼,我揣著相機(jī)與錄音蜈块,去河邊找鬼鉴腻。 笑死迷扇,一個(gè)胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的爽哎。 我是一名探鬼主播蜓席,決...
    沈念sama閱讀 39,028評(píng)論 3 409
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼课锌!你這毒婦竟也來(lái)了厨内?” 一聲冷哼從身側(cè)響起,我...
    開(kāi)封第一講書(shū)人閱讀 37,773評(píng)論 0 268
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤渺贤,失蹤者是張志新(化名)和其女友劉穎雏胃,沒(méi)想到半個(gè)月后,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體志鞍,經(jīng)...
    沈念sama閱讀 44,220評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡瞭亮,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,550評(píng)論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了固棚。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片统翩。...
    茶點(diǎn)故事閱讀 38,697評(píng)論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖此洲,靈堂內(nèi)的尸體忽然破棺而出厂汗,到底是詐尸還是另有隱情,我是刑警寧澤呜师,帶...
    沈念sama閱讀 34,360評(píng)論 4 332
  • 正文 年R本政府宣布娶桦,位于F島的核電站,受9級(jí)特大地震影響匣掸,放射性物質(zhì)發(fā)生泄漏趟紊。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,002評(píng)論 3 315
  • 文/蒙蒙 一碰酝、第九天 我趴在偏房一處隱蔽的房頂上張望霎匈。 院中可真熱鬧,春花似錦送爸、人聲如沸铛嘱。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,782評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)墨吓。三九已至,卻和暖如春纹磺,著一層夾襖步出監(jiān)牢的瞬間帖烘,已是汗流浹背。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 32,010評(píng)論 1 266
  • 我被黑心中介騙來(lái)泰國(guó)打工橄杨, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留秘症,地道東北人照卦。 一個(gè)月前我還...
    沈念sama閱讀 46,433評(píng)論 2 360
  • 正文 我出身青樓,卻偏偏與公主長(zhǎng)得像乡摹,于是被迫代替她去往敵國(guó)和親役耕。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,587評(píng)論 2 350