じ☆ve冰风 发表于 2026-7-27 09:39:29

[XDE] xDGameStudios Engine - CodeLanguage (NEW v2.0)

XDE_CodeLanguage - v2.0
        xDGameStudios



Introduction
        Lets you implement a coded language much like the one seen in FFX (Al Bhed). You specify a mapping for each letter/number in the
        plugin properties window and if the plugin is activated all the message window text will get translated with their characters being mapped into the new characters. For example:

        H --> K
        e --> t
        l --> o
        o --> r

        Hello ---(will become)---> Ktoor

        this way you can make a language that can be learned over time as you collect pieces of dictionary.. or forgotten if you had an amnesia.

        For a more in depth example:



        "CodeLanguage Learn 1 H" (plugin command) will make the plugin stop encoding the (original) letter "H"  for the language number 1
        (this means the original H will the shown)

        Hello ---(will become)---> Htoor
         
Features


        All the help is provided in the help section of the plug in. Here is a copy of that section:

Spoiler                Code:       
========================================================================
Help
========================================================================

This plugin will implement a coded encrypted language similar to the one
found in FFX with Al Bhed. You can edit the alpha and numeric mappings,
as well as configure the color of the encrypted text. For using multiple
languages separate values with comma "," (NO quotations) and NO spaces.

Example:

Parameter: Letter "A"
Value: e,t,u,g

Language 1 will encode A --> e
Language 2 will encode A --> t
Language 3 will encode A --> u
Language 4 will encode A --> g


========================================================================
Plugin Commands
========================================================================

CodeLanguage Learn X Y (learns the letter Y of language X).

CodeLanguage LearnAll X (learns all letters from language X).

CodeLanguage Forget X Y (forgets the letter Y of language X).

CodeLanguage LearnAll X (forgets all letters from language X).

CodeLanguage Enable X (turns coding ON - fot language X).

CodeLanguage Disable (turns coding OFF).

========================================================================
Updates History
========================================================================

1.0: Initial Release
2.0: This "huge" update will let you set variables languages and turn
      them on and off as you please.

========================================================================
*/







        NOTE: the language ID is 1 based!! starts in ...goes till...
         


Screenshots


        None at the time being.



How to Use
        Put plugin in the plugin folder and add it to your project.
        The place shouldn't be a problem.

Script


---> v2.0 (NEW)


Update 2.0
Multiple languages supported!
 
         


Terms of Usage
Free to use both on non-commercial and commercial games, give credit to author "xDGameStudios" and notify me of your game so I know where my plugin is being used (a demo would be appreciated 
 ).


Credit and Thanks
xDGameStudios


本贴来自国际rpgmaker官方论坛作者:xDGameStudios处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/xde-xdgamestudios-engine-codelanguage-new-v2-0.54934/
页: [1]
查看完整版本: [XDE] xDGameStudios Engine - CodeLanguage (NEW v2.0)