Search found 35 matches

by steven777
Wed Jul 13, 2016 6:34 pm
Forum: Support and Development
Topic: Best way of serializing data for transmission over network interface
Replies: 30
Views: 13813

Re: Best way of serializing data for transmission over network interface

so ti seems that it is loadstring that gets you into trouble it seems... because a malicious client could send you function calls and screw up everything throw errors. what is byte code and why is this an issue ? does this mean if i make my game around this I am surely to get hacked? i need to speak...
by steven777
Wed Jul 13, 2016 6:05 pm
Forum: Support and Development
Topic: The Better GUI framework for Love
Replies: 7
Views: 6218

Re: The Better GUI framework for Love

I have a bullshit one i wrote for a game im currently working on. you can make it look crappy in the begining as long as the frame work for your game isnt going to change much. Right now im working on networking then ill build the game and menus around the networking environment for multiplayer. if ...
by steven777
Wed Jul 13, 2016 4:11 pm
Forum: Support and Development
Topic: Best way of serializing data for transmission over network interface
Replies: 30
Views: 13813

Best way of serializing data for transmission over network interface

Hello iv been doing some research and am wondering whats the preferred method of making a secure network for your games. iv seen Tserial being used but i hear its not safe on the server side. ?? am i wrong about this or does anyone have a code snip-it that could show me the proper use of this over a...
by steven777
Tue Jul 12, 2016 7:10 pm
Forum: General
Topic: questions: making a Server in LOVE2D/ making a multiplayer game questions
Replies: 15
Views: 14809

Re: questions: making a Server in LOVE2D/ making a multiplayer game questions

Also, some good links to read through (even if you don't know everything they are talking about) http://gafferongames.com/networking-for-game-programmers/ http://www.gamedev.net/forum/15-multiplayer-and-network-programming/ http://gamedevelopment.tutsplus.com/tutorials/building-a-peer-to-peer-multi...
by steven777
Tue Jul 12, 2016 5:15 am
Forum: General
Topic: questions: making a Server in LOVE2D/ making a multiplayer game questions
Replies: 15
Views: 14809

questions: making a Server in LOVE2D/ making a multiplayer game questions

Hello everyone that is currently reading this. I have a question about writing a server I love 2D and to talk about the limitations centered around it. Also I'm wanting to know if its worth it for the game I'm working on. I'm looking into creating a server system capable of housing several players o...