Here is the tutorial as promised which allows you to added a new building to your game.
We are going to need to do some manipulation in the php file and the database
To start we will add it in our database at several places
Before doing by sql queries we will add them directly by phpMyAdmin
We will have to add our building in 3 tables
Once we got back to our table
Then we go down the bottom of our page to get here
We arrive then on this page
We do not need all the fields alone as that which I have filled is enough
Keep in mind the name of your building because it must be identical in the table vars
Once saved we see it all at the bottom of our page in the structure
Now that this is done we move to the other table which is the vars
We are going to need to do some manipulation in the php file and the database
To start we will add it in our database at several places
Before doing by sql queries we will add them directly by phpMyAdmin
We will have to add our building in 3 tables
- uni1_planets
- uni1_vars
- uni1_vars_requriements (Not required if you do not want a condition to unlock the building)
Once we got back to our table
Then we go down the bottom of our page to get here
We arrive then on this page
We do not need all the fields alone as that which I have filled is enough
Keep in mind the name of your building because it must be identical in the table vars
Once saved we see it all at the bottom of our page in the structure
Now that this is done we move to the other table which is the vars