Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >

Questions tagged [mysql]

Filter by
Sorted by
Tagged with
1 vote
0 answers
47 views

Generally for an RPG, would you say a DB like SQL server and MYSQL is over kill? RDB seems really convenient to pull and call from an inventory item for example, yet I see arguments that it is too ...
Brown Orion's user avatar
0 votes
1 answer
967 views

I'm working on a game using MySQL as the db. I'm struggling a bit on the database design, this is the part I'm struggling with: So basically exp_ups, mystery_boxes and weapons are entities in the ...
sharpness's user avatar
  • 101
0 votes
1 answer
85 views

Currently I have several things to save in MySQL for an online game. For simplicity let's say there are heroes, weapons and armors, where heroes can equip weapons and/or armors. Now I am facing three ...
cr001's user avatar
  • 153
0 votes
1 answer
1k views

I don't need an exact number but I want to know roughly how many MySQL servers do I need to rent if I were to develop an online RPG game that has roughly 100000 users per day (assuming on average 1 ...
cr001's user avatar
  • 153
0 votes
1 answer
108 views

If I use localhost - XAMPP, my application runs without problems. Once I try to use real MySQL databases: db4free.net, freedb.tech. Applications begins to choke and freezing, resulting it is nearly ...
Beržas Su Jumis's user avatar
1 vote
1 answer
83 views

I have an array setup which consists of 25 rings, names, stats, prices. Right now in its current form, I have a form setup with 25 radio buttons with a value of 1-25 on them, and I'm using If ...
xion360's user avatar
  • 11
0 votes
0 answers
212 views

At scale for multi-users, what is the proper way to implement timer updates? I'm making a game where Users have buildings to upgrade which involve timers (Yes I know there are plenty of questions ...
ChrisW's user avatar
  • 1
1 vote
6 answers
815 views

I'm working on a browser MMORPG in PHP and MySQL and today got a bug report about int32 overflow, due to the player having too much money. When I was designing the core system, I completely forgot ...
matronator's user avatar
0 votes
1 answer
309 views

I want to make an online WebGL game with Unity with button based interaction. So far I have my login and registration system, with some tables in MySQL to deal with that kind of stuff. Next I need ...
Somberlain's user avatar
0 votes
2 answers
226 views

I am trying to create a world boss system using PHP. But I am having a problem with how to account for all the damage while updating the health of the boss in real-time. The current damage process is ...
EnyaVil's user avatar
1 vote
1 answer
131 views

So basically I'm new to SQL Servers and for that matter generally to Server Logic and Server behavior. (Used to only work on single player games) OK, so my questions is as followed. Lets take ...
GuentherDonner's user avatar
1 vote
3 answers
2k views

Im currently developing an little mmo. Its pretty basic, players can walk around... gather some resources... build some simple buildings and craft things. Before i began to develop i read a lot about ...
genaray's user avatar
  • 517
0 votes
1 answer
1k views

We could say that we are beginners, We can consult and show our data (text) from Mysql but the images don´t show in Unity. Need some help! We hace tried almost everything! We can someone help us. in ...
GUSTAVO's user avatar
0 votes
1 answer
1k views

Im currently working on an multiplayer game. Therefore using MySql for my game to store different data ( For example players, resources and so on ). Lately i implemented items, players receive them ...
genaray's user avatar
  • 517
2 votes
1 answer
235 views

For the turn-based browser Flash RPG I'm working on, I'm keeping all player stats in a MySQL database, with PHP as the go-between, for the sake of persistence and to prevent cheating by memory editing....
BladePoint's user avatar
0 votes
1 answer
146 views

For the turn-based browser Flash RPG I'm working on, I'm using url-encoded query stings to pass data from PHP to Flash. Basically, Flash posts a request to PHP, then PHP pulls some data from a MySQL ...
BladePoint's user avatar
0 votes
1 answer
145 views

I want to store the updated score in mysql database. So, what i do for that? ...
user avatar
1 vote
2 answers
485 views

I'm working on an online turn-based game. I will have a server, but it will be used strictly for storing match data and relaying it to the match's participants (or spectators). For simplicity, no game ...
Saturn's user avatar
  • 1,763
1 vote
1 answer
2k views

I'm new into programming, and i've tried to do a system of level up. Here it is : ...
Eleyox's user avatar
  • 11
4 votes
2 answers
2k views

I'm creating an online RPG game and I've been looking around for a way to save players' progressions in quests in MySQL. I've been looking at Pim Jager's answer answer for a while and I've come to the ...
Niels van Dam's user avatar
1 vote
0 answers
84 views

I'm new here, I'm in need of a help as it would be the most ideal way to proceed with my project. The project is very simple, a basic online rpg for android in specific (in the future can be migrated ...
Ownims's user avatar
  • 11
0 votes
1 answer
244 views

Im going to write an MMO server for a game, however in my last attempt to do this I used mysql with xampp-server and the game-server was getting the data offline tru mysql(xampp server was offline). ...
centenond's user avatar
  • 177
-1 votes
3 answers
4k views

I have been looking around, but I haven't found the perfect answer, yet. I want to to send scores from Unity to a database, without a username, and display the high scores in the highscore menu. How ...
MrTopGamer's user avatar
0 votes
0 answers
2k views

I have done a sample to insert and retrieve data from MySQL in unity.Now I need to insert and retrieve image from MYSQL in unity. The images are files selected by the user from their filesystem. Can ...
user1509674's user avatar
0 votes
2 answers
3k views

first im total noob about c# and mysql. Just trying to find which way is better. i believe your answers prevents me from losing plenty of time. Online game(not more than 50 users at pre-alpha. Not ...
Corviuse's user avatar
0 votes
3 answers
2k views

I am working on database connectivity in unity.When I run my project I am able to access my database(retrieving and inserting data into database).But the problem is that when I take the android out ...
user1509674's user avatar
0 votes
3 answers
1k views

I'm making a web game RTS, it's mostly create units, manage resources, attack with army, and level up factories. I have created the basics of the game using Javascript, PHP, and MySQL databases. I use ...
Alex Parra's user avatar
-4 votes
3 answers
515 views

I have gone through many articles on the internet and got to a final conclusion that their is almost no way to protect the game (it can be hacked or its code can be extracted from its APK) and should ...
Developer Nation's user avatar
3 votes
1 answer
2k views

I am new to Networking and Databases, but im trying to learn MySQL and HTTP Requests to create a user Login for a game. My goal is to let users create accounts and login to them etc (for Highscores ...
user avatar
0 votes
1 answer
2k views

In my Libgdx application I would like to be able to connect to a mysql server securely and read and write data from it without other users injecting, or changing information. I've found this: http://...
dan14941's user avatar
  • 135
0 votes
1 answer
1k views

So, I have a game in Unity for mobiles that gives you the possibility to sign-up with username, email and password to unlock extra features. The datas are sent, through a POST request, to a PHP+MYSQL ...
Erik's user avatar
  • 326
0 votes
1 answer
405 views

I am making a collectible card game using a command pattern for using card abilities and creating a class for each card text ability. The game is setup to work with an authoritative server structure. ...
Frozsht's user avatar
  • 165
2 votes
2 answers
2k views

I'm creating a single player web RPG. I was originally storing NPC dialog in a JS object. I could cycle through lengthy dialog in an array as I wanted. I can also store objects with K:V pairs. That ...
user3871's user avatar
  • 1,065
2 votes
2 answers
1k views

I'm making a Pokemon MMO Game with Unity + SmartFoxServer/MySQL. At the moment I'm creating the base structure for the database. If you are not familiar with Pokemon Games, every Pokemon can learn ...
Fr0z3n's user avatar
  • 230
3 votes
1 answer
2k views

My question is fairly simple but maybe hard to answer. I'm currently building my own game server and I've done to login server now. So, on to the actual game server. I have a question for this server ...
Dries's user avatar
  • 381
3 votes
3 answers
7k views

I keep reading on here that I shouldn't use MySQL for game development/play on the Internet, a browser game. I understand MySQL wasn't made necessarily for that and for big relational needs. Ok. ...
johnny's user avatar
  • 271
0 votes
1 answer
547 views

What would be the best tools to use to create a web based chat/messaging system ? for client we have : Browser (any JS solution - preferably without using flash like in jsocket) for server we have : ...
TeAmEr's user avatar
  • 181
2 votes
2 answers
2k views

I'm creating a text based rpg in php/mySQL and I've come up to a dead end in regards implementing the pvp aspect of the game. First off is this even possible in php/mysql? If so, how would I go about ...
user2353418's user avatar
1 vote
1 answer
653 views

I'm building a game similar to Mafia Wars where a player can do tasks for his gang and gain experience and thus advancing his level. The game is built using PHP and a Mysql database. In the game I ...
Songo's user avatar
  • 139
-1 votes
1 answer
1k views

I'm currently using the following MySQL example to make a server side high score table: Unity Server Side high score The above example allows me to create a top 5 player high score table that sorts ...
N0xus's user avatar
  • 1,011