Valentine Posted May 5, 2017 Share Posted May 5, 2017 NetMakerAuthor: ValentineVersion: 1.0.3  About: NetMaker is a structure for creating 2D online games. It is currently considered a beta and is still in active development.  Log:  Version 1.0.1 -Bug at the conclusion of the corrected trade; -Drop items from finished inventory; -Teleport or kick all players online by typing all completed; -Bug in player view and events corrected; -Bug of enemies crossed player corrected; -Creatment of teleportation without comments; -Bug SP player does not upgrade when using SP recovery potion corrected; -Bug in Visual Equipament corrected; -More administrator commands; -Bug on the corrected mouse; -Move player with keys W, A, S and D completed.Version 1.0.2 -Bug on corrected player removal; -Excessive problem of corrected server processing; -Bug on fixed tileset locks; -Bug in the amount of drop corrected. Version 1.0.3 -Bug fixed in switch; -Bug fixed in VE; -clsocket.dll updated.  Images: » Login » Character creation » Shop » Trade  Download: 4sharedMega  Tips: 1) How to make the server work: To learn how to make the server work, see Read me.2) Data update: Use the converter when you make any changes to the map, classes and/or enemies of the database. The converter updates the server information, ensuring that there are no errors. 3) Translation to Englis: To translate the client's vocabulary into English, replace the [ND] Vocab script to: Spoiler #============================================================================== # ** Vocab #------------------------------------------------------------------------------ # This module is about vocabulary. #------------------------------------------------------------------------------ # Author: Valentine #============================================================================== module Vocab    # Login and register  USERNAME       = 'User'  PASSWORD       = 'Password'  EMAIL        = 'Email'  REMEMBER       = 'Remember?'  REGISTER       = 'Register'  CONNECT       = 'Connect'  ONLINE        = 'Server online'  OFFLINE       = 'Server offline'    # Character creation  NAME         = 'Name'  SEX         = 'Sex:'  CLASS        = 'Class:'  GRAPHIC       = 'Graphic:'  POINTS        = 'Points:'  MALE         = 'Man'  FEMALE        = 'Woman'    # Hero  LEVEL        = 'Level:'    # Chat  MAP         = 'Map'  GLOBAL        = 'Global'  PRIVATE       = 'Private'  INVALID_NAME     = 'Invalid name!'  NOT_PVP       = 'You can not attack this player or in this place!'  NOT_ENOUGH_MONEY   = 'Insufficient money!'  INVALID_COMMAND   = 'Invalid command!'    # Alert  SERVER_OFFLINE    = 'The server is offline!'  INSUFFICIENT     = '%s must be at least 3 characters!'  FORBIDDEN_CHARACTER = 'Forbidden character!'  INVALID_USERNAME   = 'Invalid or logged in user!'  INVALID_PASSWORD   = 'Invalid password!'  INVALID_EMAIL    = 'Invalid email!'  REGISTER_SUCCESSFUL = 'Account registered successfully!'  ALREADY_EXISTS    = 'This user already exists!'  CHAR_EXIST      = 'This name is already being used!'  OLD_VERSION     = "This version is old. Please upgrade!"  KICKED        = 'You were kicked out of the game.!'  BANNED        = 'You have been banned!'  TELEPORTED      = 'You have been teleported!'  ACCOUNT_BANNED    = 'You have been banned!'  IP_BANNED      = 'Your IP has been banned!'  SERVER_FULL     = "The server is full! Try again later!"    # Choice  ASK         = 'Are you sure?'  TRADE_REQUEST    = 'Invited you to an trade. Accept?'    # Help  CONSUMABLE      = 'Consumable:'  HP_RECPOINTS     = 'Rec. HP:'  SP_RECPOINTS     = 'Rec. SP:'  SP_COST       = 'Cost of SP:'  POWER        = 'Power:'  HIT         = 'Hit (%):'  EQUIPABLE      = 'Can be equipped by'  NOT_EQUIPABLE    = 'Can not be equipped by'    # Options  LOGIN        = 'Back to login'  EXIT         = 'Exit game'    # Trade  TRADE_DECLINED    = 'Declined the trade.'  TRADE_COMPLETE    = 'want to complete the trade. Accept?'  IN_TRADE       = 'This player is already on an trade.'    # Buttons  OK          = 'Ok'  CANCEL        = 'Cancel'  YES         = 'Yes'  NO          = 'No'  ACCEPT        = 'Accept'  DELETE        = 'Delete'  CREATE        = 'Create'    # Menus  MOTD         = 'News'  LOGIN_ACC      = 'Login'  REGISTER_NEW_ACC   = 'Account creation'  CREATE_CHAR     = 'Character creation'  ALERT        = 'Alert'  CHARACTER      = 'Character'  OPTIONS       = 'Options'  SHOP         = 'Shop'  AMOUNT        = 'Amount'  TRADE        = 'Trade'    # Battle  MISS         = 'Miss!'  CRITICAL       = 'Critical!'  LEVEL_UP       = 'Level up!'   end  Some systems created by the community: Level equipBankForge Party  Credits: Creator: ValentineThanks: Paulo Soreto Cidiomar Kaique Hunter Terabin Phenomenal, Alexoune001, Agoraphobic and 2 others 5 Link to comment Share on other sites More sharing options...
Pigot Posted May 5, 2017 Share Posted May 5, 2017 Cooool! What programming language used? Link to comment Share on other sites More sharing options...
Kibbelz Posted May 5, 2017 Share Posted May 5, 2017 20 minutes ago, Pigot said: Cooool! What programming language used? He stated he made this in rpgmaker. UI looks nice, have you done anything else @Valentine :)? Link to comment Share on other sites More sharing options...
Pigot Posted May 5, 2017 Share Posted May 5, 2017 21 minutes ago, Kibbelz said: He stated he made this in rpgmaker. UI looks nice, have you done anything else @Valentine :)? I've never used rpg maker, it's vb6? Link to comment Share on other sites More sharing options...
Kibbelz Posted May 6, 2017 Share Posted May 6, 2017 No Link to comment Share on other sites More sharing options...
Sethis Posted May 6, 2017 Share Posted May 6, 2017 If i recall correctly, isn't it in Ruby ? Link to comment Share on other sites More sharing options...
Phenomenal Posted May 6, 2017 Share Posted May 6, 2017 @Sethis Its plugins definitely are so I assume yes. Link to comment Share on other sites More sharing options...
Kevin Posted May 7, 2017 Share Posted May 7, 2017 Valentine is actually to oldest and biggest coder outthere. He used to develop mmorpg for rpgmaker vx called vampyr net. he does a lot of stuff over the past 10 years ! This guy is a true legend. awesome that he is here in the community at all lol ! Â Pigot 1 Link to comment Share on other sites More sharing options...
Phenomenal Posted May 7, 2017 Share Posted May 7, 2017 @Kevin It's quite funny actually how many of the people here used to be on rpg maker forums of some kind but that's definitely outstanding  Link to comment Share on other sites More sharing options...
Stx Posted May 7, 2017 Share Posted May 7, 2017 The UI is beautiful. Link to comment Share on other sites More sharing options...
Damian666 Posted May 7, 2017 Share Posted May 7, 2017 so that's where I knew the name from xD Â very nice Phenomenal 1 Link to comment Share on other sites More sharing options...
Valentine Posted July 23, 2017 Author Share Posted July 23, 2017 The first version of Netplay Diamond is now available!  Read the Readme file to learn how to make the server work.  The project language can be easily changed in the Vocab script. hra and Aldimun 2 Link to comment Share on other sites More sharing options...
Colonello Posted July 23, 2017 Share Posted July 23, 2017 That's so cool how this was all made in RPG Maker, didn't even think something like this was possible. Link to comment Share on other sites More sharing options...
Whitespirits Posted July 24, 2017 Share Posted July 24, 2017 love this Link to comment Share on other sites More sharing options...
gallighanmaker Posted July 24, 2017 Share Posted July 24, 2017 Nice release mate! Link to comment Share on other sites More sharing options...
Zetasis Posted July 25, 2017 Share Posted July 25, 2017 @Valentine This is pretty cool. I may have to download it and check it out for myself but I am curious on a couple things. First, any reason you decided to do this with xp and not vx ace or mv? And second, what are all the features of this? Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted July 25, 2017 Share Posted July 25, 2017 This is awesome. I really appreciate the work of @Valentine But,will there be any English translation? I don't understand sh*t of it :/ Â Link to comment Share on other sites More sharing options...
Valentine Posted July 25, 2017 Author Share Posted July 25, 2017 @Zetasis I always liked XP. Also, I started the project 2 years ago, at the time there was still in MV and MV does not use Ruby, language used in XP's RGSS and one of my favorites. Â @ClownPrince In the official forum there are already some translations for English and Spanishhttp://www.aldeiarpg.com/t13420-npd-translation-to-ingles All this is possible, because there is a script called Vocab that concentrates all the texts of the client, which allows an easy translation. Anyway, I plan to do a translation for english in the next version Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted July 25, 2017 Share Posted July 25, 2017 That's awesome @Valentine ^^ Link to comment Share on other sites More sharing options...
Valentine Posted July 25, 2017 Author Share Posted July 25, 2017 I'm doing a translation into English. TheSandersLad and Henry 2 Link to comment Share on other sites More sharing options...
Valentine Posted August 28, 2017 Author Share Posted August 28, 2017 Version 1.0.1 available. Phenomenal 1 Link to comment Share on other sites More sharing options...
Kibbelz Posted August 28, 2017 Share Posted August 28, 2017 Glad to see updates but can you provide a changelog? Alexoune001 and jcsnider 2 Link to comment Share on other sites More sharing options...
Valentine Posted August 28, 2017 Author Share Posted August 28, 2017 Changelog added. Â I'm working on an English version. EVOLV and Kibbelz 2 Link to comment Share on other sites More sharing options...
Valentine Posted September 3, 2017 Author Share Posted September 3, 2017 Version 1.0.2Â available. Â Log: -Bug on corrected player removal; -Excessive problem of corrected server processing; -Bug on fixed tileset locks; -Bug in the amount of drop corrected. Kibbelz and Beefy Kasplant 1 1 Link to comment Share on other sites More sharing options...
Whitespirits Posted November 5, 2017 Share Posted November 5, 2017 What’s the news on this engine? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now