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: Lyra's Random Enemy Names
- Original author: LyraVultur
- Original date: March 14, 2022
- Source thread: https://forums.rpgmakerweb.com/threads/lyras-random-enemy-names.145755/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Random Enemy Names (and/or Pronouns) { "lightbox_close": "Close", "lightbox_next": "Next",
Archived First Post
Random Enemy Names (and/or Pronouns)
While working on my own major game project this part quickly got complex so I made it into its own plugin. You too can take advantage of randomly named enemies for extra flair! Optionally, you can even give them random pronouns too.How to Use
Add the .js file to your project's js/plugin folder, then open up the plugin manager in the editor and add the plugin.
There's general help to the side and specific settings help if you double-click on them. The plugin needs to know what text files to load the names from - if you look at the example project, some default text files are provided. The game looks for these in your project's /data folder.
Once you've added the plugin, simply add any of these tags to an Enemy in the database:
- <NamePool: x> pulls a random name out of the file named x (expects a file extension, eg <NamePool: humans.txt>)
- <NamePool: any> pulls a random name out of any of the name text files defined in the plugin settings!
- <PronounPool: x> pulls a random pronoun set out of the file named x (expects a file extension, eg <PronounPool: goblin-pronouns.txt>)
- <PronounPool: any> pulls a random pronoun set out of any of the pronoun text files defined in the plugin settings!
- <NoDefaultName> the default formatting is ENEMYTYPE + CUSTOMNAME + PRONOUNS (eg Goblin Jasmine (she/her)). This tag means this enemy type won't prefix their names with the default enemy name.
Works with VisuStella's Battle Core as well. Note that since VisuStella Battle Core removes the enemy targeting window which shows all their names, you'll need to set "Show Pronouns Everywhere" to true in the plugin settings to see the pronouns appear. By default the pronouns are only shown on the default target selection window. If you're a coder, you can check the plugin file's description for the attribute names to access the data yourself, for instance in Ultra HUD Maker Pro! May be incompatable with other plugins that modify Game_Enemy's name initialisation functions.
Terms of Use
You can view the license here. In short, it is free for commercial or non-commercial use. Credit is optional as long as you don't claim it as your own work.
Downloads
You can download the example project here(includes example text files full of names as well).
You can download just the plugin here (but you'll need your own text files of names).
You can find the default name files I used for testing hereif you need them.
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
Terms of Use You can view the license here. In short, it is free for commercial or non-commercial use. Credit is optional as long as you don't claim it as your own work. Downloads You can download the example project here (includes example text files full of names as well).
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...