Skip to content
Yaroslav Tsvira edited this page Jul 20, 2021 · 5 revisions

Foreword

Our project is based on the 2Moons engine version 1.8. 2Moons is based on the XG-Proyect 2.8 engine. This is important to know! Like its predecessors, New-Star is an online browser-based strategy game based on the principles of the Ogame system. The project is in active development under the leadership of Yaro2709.

Detailed project structure

|— cache [cached template/smartyfiles]
||— sessions
||— templates
|— includes [nearly all php stuff in here]
||— backups [here the mysql backups are stored as zips]
||— classes [classes wich can be included, for different functions]
|||— cache
||||— builder
||||— resource
|||— cronjob [files called in intervals]
|||— missions [classes of the missions]
||||— functions [battle calcualtions, report-generator]
||— libs
|||— facebook
|||— ftp
|||— OpenID
|||— Parsedown
|||— phpmailer
|||— reCAPTCHA
|||— Smarty [templatesystem]
|||— tdcron
|||— teamspeak
|||— wcf
|||— zip [class for making zips, for db backups]
||— pages [php-classes of all sites, they provide the informations, wich are used in the template files. They also call the templatefiles (smarty)]
|||— adm [admin pages php files]
|||— game [game pages php files]
|||— login [login pages php files]
||— subclasses
||— vars
|— install
||— migrations
||— posters
|— language [language arrays]
||— en [language array $LNG is defined here]
|||— templates [here are some texts for mailer and so on]
|— licenses
|— scripts [javascript wich is loaded in the browser]
||— admin
||— base
||— game
||— l18n [time date scripts]
||— login
|— sound
|— styles [templates HTML, CSS, IMAGES]
||— resource
|||— css
||||— admin
||||— base
||||— ingame
||||— install
||||— login
|||— fonts
|||— images
||||— admin
||||— facebook
||||— icons
||||— install
||||— login
||— theme
|||— nsc [skin resources(CSS, IMAGES)]
||||— gebaeude
|||||— bonus
|||||— race
||||— img
|||||— alliance
|||||— battle
|||||— content
|||||— general
|||||— iconav
|||||— information
|||||— resources
|||||— title
||||— planeten
|||||— panel
|||||— planet2d
|||||— small
||||— templates
|||||— adm
|||||— game
|||||— install
|||||— login
Clone this wiki locally