Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Shina

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Shina's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. that $80 can probably cover a single system that you list there
  2. ![alt text](http://i.imgur.com/426IJeM.png) Rebirth Fantasy is a 2D ORPG where the setting is set similar to reincarnation anime/manga being released nowadays, where the main character will be transfer to a Fantasy World with magic, and he/she will join on a Guild as a Adventurer and complete missions/task to rank up If you read those type of Fantasy Setting from Light Novel, Manga or watch them on Anime, You might like this game project We started this project since February 2017 the progress is slow since the team consist of 3 People, that's why we decided to recruit someone to help us on maps or graphics **Position Available** * Mapper * Pixel Artist **How to Apply** Simply add me on Skype (hisherwin), or join our Discord Group ( https://discord.gg/SPBUtxd ) - Provide 3-4 Examples of your work (different theme or style if possible example: for maps, provide 1 forest, 1 village, 1 cave , etc .. for pixel art, provide 1 monster, 1 item , 1 weapon , etc..) **Screenshot of the Game** ![alt text](http://i.imgur.com/mlk5K6R.png)
  3. Free and I'll hire you :smile: Need someone to continue this forest ![alt text](http://i.imgur.com/mlk5K6R.png)
  4. @coyote said in [Different servers](/post/699838): > @shina said in [Different servers](/post/699837): > > @solidlink said in [Different servers](/post/699836): > > > try adding Optionboxes. Lets say we added 2 optionboxes. One is blue and one is red > > > double click on blue and add a code like > > > ``` > > > Options.IP = "Blue's IP" > > > Options.Port="Blue's Port" > > > ``` > > > Double click on Red and do the same thing but with Red's server. Then create a copy of your server but this time it loads the red's server and then keep both of those server open. No idea how to sync with other servers though. > > > > > > Changing those while the client already opened won't change it > > the moment you pass the TCPInit or whatever it called on the engine where you setup the remotehostip and remotehostport of the winsocket, even if you change those, the socket destination won't change.. it must be reinit again or just change the winsocket destination > > Then simply make another form with Server selection or make login form work offline before tcpinit is called.It should be pretty simple. as long as Socket.RemoteHost = "ip" Socket.RemotePort = Port are being changed it's possible to connect to different server without restarting the client but of course you should disconnect the socket first, before reconnecting.. But it is possible to add another socket, but it just waste additional line of codes rather than changing those
  5. @solidlink said in [Different servers](/post/699836): > try adding Optionboxes. Lets say we added 2 optionboxes. One is blue and one is red > double click on blue and add a code like > ``` > Options.IP = "Blue's IP" > Options.Port="Blue's Port" > ``` > Double click on Red and do the same thing but with Red's server. Then create a copy of your server but this time it loads the red's server and then keep both of those server open. No idea how to sync with other servers though. Changing those while the client already opened won't change it the moment you pass the TCPInit or whatever it called on the engine where you setup the remotehostip and remotehostport of the winsocket, even if you change those, the socket destination won't change.. it must be reinit again or just change the winsocket destination
  6. is that Multi Server? like Select Server: Gold Yellow Blue and you won't see the players on different server? If that's what you are talking about, it require a little bit modification regarding with the account login setup on server side, since you need to have a main server that connect all sub server together or you can just make the server connect with each other but that's really not a decent idea, so having a main server is a good idea, and let main server handle the account loading and saving, so you can switch between server.. but if you don't need the account to be able to switch between server.. Just open another server, change port.. then add a option on client side that change the port and ip and match the server it will login to
×
×
  • Create New...