24.07.2014, 18:08
First:
-- Make sure I have a valid MySQL session
-- Create Login & Register
-- Secure Login & Register (SQL injections etc)
-- Create player variables
-- Create player variables saving
-- Create systems (factions, houses, etc)
-- Create commands
-- Test gamemode
-- Optimise code
-- Repeat from systems downwards
EDIT:
oh! Before I do anything I plan the GM out. So I know what i'm working towards..
-- Make sure I have a valid MySQL session
-- Create Login & Register
-- Secure Login & Register (SQL injections etc)
-- Create player variables
-- Create player variables saving
-- Create systems (factions, houses, etc)
-- Create commands
-- Test gamemode
-- Optimise code
-- Repeat from systems downwards
EDIT:
oh! Before I do anything I plan the GM out. So I know what i'm working towards..