Difference between revisions of "Main Page"
From DSP Wiki
Line 2: | Line 2: | ||
== Getting Started == | == Getting Started == | ||
− | + | * [[Building the Server]] | |
− | [[Building the Server]] | + | * [[Configuring Your Client]] |
− | + | * [[DarkStar Servers]] | |
− | [[Configuring Your Client]] | + | * [[Script Testing Server]] |
− | + | ||
− | [[DarkStar Servers]] | + | |
− | + | ||
− | [[Script Testing Server]] | + | |
== General Reference links == | == General Reference links == | ||
− | [[GM Commands]] | + | * [[GM Commands]] |
− | + | * [[ID References]] | |
− | [[ID References]] | + | * [[What Works]] |
− | + | * [[Database]] | |
− | [[What Works]] | + | |
− | + | ||
− | [[Database]] | + | |
== Developer Reference links == | == Developer Reference links == | ||
− | [[Quests]] | + | * [[Quests]] |
− | + | * [[Missions]] | |
− | [[Missions]] | + | * [[Core]] |
− | + | * [[Server Data Flow]] | |
− | [[Core]] | + | * [[Packet Header]] |
− | + | * [[Packet IDs]] | |
− | [[Server Data Flow]] | + | |
== FAQs/Tutorials == | == FAQs/Tutorials == | ||
− | [[Make My Character a GM]] | + | * [[Make My Character a GM]] |
− | + | * [[Troubleshooting Guide]] | |
− | [[Troubleshooting Guide]] | + | * [[Customizing Your Server]] |
− | + | * [[How to Make a Quest]] | |
− | [[Customizing Your Server]] | + | * [[How to Script a Mission]] |
− | + | * [[How to Add a BCNM]] | |
− | [[How to Make a Quest]] | + | * [[How to Move Npcs]] |
− | + | * [[How to Add Item Mods]] | |
− | [[How to Script a Mission]] | + | * [[How to Add Item Latents]] |
− | + | * [[How to Add an Item]] | |
− | [[How to Add a BCNM]] | + | * [[How to Add TP Moves]] |
− | + | * [[How to Dump]] | |
− | [[How to Move Npcs]] | + | |
− | + | ||
− | [[How to Add Item Mods]] | + | |
− | + | ||
− | [[How to Add Item Latents]] | + | |
− | + | ||
− | [[How to Add an Item]] | + | |
− | + | ||
− | [[How to Add TP Moves]] | + | |
− | + | ||
− | [[How to Dump]] | + | |
== Things that need to be added == | == Things that need to be added == |
Revision as of 00:18, 17 April 2014
Welcome to the official Dark Star Project Wiki
Contents
Getting Started
General Reference links
Developer Reference links
FAQs/Tutorials
- Make My Character a GM
- Troubleshooting Guide
- Customizing Your Server
- How to Make a Quest
- How to Script a Mission
- How to Add a BCNM
- How to Move Npcs
- How to Add Item Mods
- How to Add Item Latents
- How to Add an Item
- How to Add TP Moves
- How to Dump
Things that need to be added
You can always look at the list of Special:WantedPages and see if you can clear some of those out by filling in the information
Reference tables (any table that might need to be referenced often)
Source Code documentation (mainly public function documentation and how to communicate between lua scripts and the server)
Checklists for things that are and are not implemented (Eventually I would like to create goal pages that use these checklists, so if you can categorize things in a logical manner, that would be very helpful)
Anything else you can think of that might be helpful for either casual users or developers interested in Dark Star Project.