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: Simple Name Generator Plugin 1.0 [MV]
- Original author: florodude
- Original date: July 29, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/simple-name-generator-plugin-1-0-mv.111588/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Name Generator 1.0 By Florodude Introduction This script pulls in random names from one or more text files to be used however you want it in your game. It also features a very simple random number generation script.
Archived First Post
Name Generator 1.0
By Florodude
Introduction
This script pulls in random names from one or more text files to be used however you want it in your game. It also features a very simple random number generation script.
Instructions
1. Install the plugin.
2. Find or create a txt file with one name on every line. You can google things like "male names txt" for a bunch of these, or create your own, and place the file in your /data/ folder.
3. Simply call the script SelectRandomName(fileName) where fileName is a string of the filename in the data folder. For exampple SelectRandomName("maleNames").
4. You may also use RandomNumber(min,max) to pull a random number. This is better than the game's default random number feature as you can set it to game variables.
Features
-A simple script call to get a random name out of a txt file.
-Use this to display random content, or set variables to be random names. I personally created this as a part of a dynamic NPC creation project I'm working on, where I'm using this script to set a game variable storing the NPCs name to a random name.
Download
https://www.mediafire.com/file/3ropingk2gnpew7/Namegenerator.js/file
You may use this in whatever commercial fashion you wish freely, I just ask that you credit me. Please link back to this plugin when sharing. Thanks!
By Florodude
Introduction
This script pulls in random names from one or more text files to be used however you want it in your game. It also features a very simple random number generation script.
Instructions
1. Install the plugin.
2. Find or create a txt file with one name on every line. You can google things like "male names txt" for a bunch of these, or create your own, and place the file in your /data/ folder.
3. Simply call the script SelectRandomName(fileName) where fileName is a string of the filename in the data folder. For exampple SelectRandomName("maleNames").
4. You may also use RandomNumber(min,max) to pull a random number. This is better than the game's default random number feature as you can set it to game variables.
Features
-A simple script call to get a random name out of a txt file.
-Use this to display random content, or set variables to be random names. I personally created this as a part of a dynamic NPC creation project I'm working on, where I'm using this script to set a game variable storing the NPCs name to a random name.
Download
https://www.mediafire.com/file/3ropingk2gnpew7/Namegenerator.js/file
You may use this in whatever commercial fashion you wish freely, I just ask that you credit me. Please link back to this plugin when sharing. Thanks!
Features Mentioned
- A simple script call to get a random name out of a txt file.
- Use this to display random content, or set variables to be random names. I personally created this as a part of a dynamic NPC creation project I'm working on, where I'm using this script to set a game variable storing the NPCs name to a random name.
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
You may use this in whatever commercial fashion you wish freely, I just ask that you credit me. Please link back to this plugin when sharing. Thanks!
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
5
views
Topic Summary
Loading summary...