Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Flash Multiplayer Virtual Worlds

You're reading from  Flash Multiplayer Virtual Worlds

Product type Book
Published in Aug 2010
Publisher Packt
ISBN-13 9781849690362
Pages 412 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Flash Multiplayer Virtual Worlds
Credits
About the Author
About the Reviewers
1. Preface
1. Developing Flash Virtual World 2. Installing the Servers 3. Getting Familiar with SmartFoxServer 4. Creating Map and Ground in Isometric View 5. Creating Avatars 6. Walking Around the World 7. Creating Buildings and Environments in the Virtual World 8. Creating an Inventory System 9. Communicating with Other Players 10. Interacting with NPC 11. Designing Quests 12. Social Community 13. Deploying and Maintaining Flash Virtual World

Configuring a basic SmartFoxServer


As a socket server, there are many settings that can be set up and tuned for the SmartFoxServer. Most of the settings are configured by the config.xml file. This config.xml is located in the SmartFoxServer installation directory under the Server directory.

Overview of the configuration file structure

The configuration file is in XML format. XML is a plain text format that is usually used for describing a data structure and stores data inside.

The configuration file is composed of two major parts: ServerSetup and Zones.

<ServerSetup> contains many setting variables to configure and tune the server. <Zones> define each application that runs on the SmartFoxServer.

The preceding diagram shows the overview structure of the configuration file visually. The whole configuration file is composed of two blocks: ServerSetup and Zones. Each of the blocks contain their settings.

Configuring the server

All settings in <ServerSetup> describe the behavior...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}