Valentine Posted November 8, 2017 Author Share Posted November 8, 2017 On 05/11/2017 at 6:53 PM, Whitespirits said: What’s the news on this engine? Thanks I'm migrating to RPG Maker VX Ace and making a new server in Ruby. For now, I have no news. I still have a lot of work to do. Link to comment Share on other sites More sharing options...
Valentine Posted December 10, 2017 Author Share Posted December 10, 2017 Version 1.0.3 available for download. Â Log of version 1.0.3: Quote -Bug in switch fixed; -Bug in VE corrected; -clsocket.dll updated. Beefy Kasplant and Cheshire 2 Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted December 10, 2017 Share Posted December 10, 2017 So does this have all the features that RMXP has? Or how does this work? Link to comment Share on other sites More sharing options...
Aldimun Posted December 19, 2017 Share Posted December 19, 2017 I'm glad to see you here @Valentine Our LEGEND! Thx  Link to comment Share on other sites More sharing options...
Zetasis Posted December 19, 2017 Share Posted December 19, 2017 So it’s been awhile since I’ve been able o check this out. Has an English translation been made yet? And if not is there a way anyone could explain, in English, how to get this working? Link to comment Share on other sites More sharing options...
Aldimun Posted December 20, 2017 Share Posted December 20, 2017 17 hours ago, Zetasis said: So it’s been awhile since I’ve been able o check this out. Has an English translation been made yet? And if not is there a way anyone could explain, in English, how to get this working?  This is RPG MAKER project, with a lot of scripts which enable connection between a server and the client (which is nothing more than the game executable generated by the RPGMaker). Just open the project with RM, and go to tab RGSS, to understand how works. Has a basic configuration, and if you got a little experience with Ruby code, can customize whatever you want.  "To learn how to make the server work, see Read me (inside the folder)".  Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted December 20, 2017 Share Posted December 20, 2017 45 minutes ago, Aldimun said: Â This is RPG MAKER project, with a lot of scripts which enable connection between a server and the client (which is nothing more than the game executable generated by the RPGMaker). Just open the project with RM, and go to tab RGSS, to understand how works. Has a basic configuration, and if you got a little experience with Ruby code, can customize whatever you want. Â "To learn how to make the server work, see Read me (inside the folder)". Â Â Â Does it have all the functions that RPGMaker has? Â I assume you can't add custom scripts (without editing them to work for Netplay) that work for base RPG Maker right? Link to comment Share on other sites More sharing options...
Gibier Posted December 20, 2017 Share Posted December 20, 2017 18 hours ago, Zetasis said: So it’s been awhile since I’ve been able o check this out. Has an English translation been made yet? And if not is there a way anyone could explain, in English, how to get this working?  On 05/05/2017 at 1:42 PM, Valentine said: 3) Translation to Englis: To translate the client's vocabulary into English, replace the [ND] Vocab script to:  Hide contents #============================================================================== # ** 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  Link to comment Share on other sites More sharing options...
Aldimun Posted December 20, 2017 Share Posted December 20, 2017 2 hours ago, Beefy Kasplant said:   Does it have all the functions that RPGMaker has?  I assume you can't add custom scripts (without editing them to work for Netplay) that work for base RPG Maker right?  Yes, keep all the function. Its a modified project of RM, to work online.  Yes, you're right. some modules of scripts thats works in a RM base project, cannot work in a netplay project, incompatibility. 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