NAOS - Le Bottin des Jeux Linux

NAOS

🗃️ Specifications

📰 Title: NAOS 🕹️ / 🛠️ Type: Tool
🗃️ Genre: Development 🚦 Status: 04. Released (status)
🏷️ Category: Development ➤ Engine ➤ 2D & 3D ➤ Spatial simulation 🌍️ Browser version:
🔖 Tags: 📦️ Package Name:
🐣️ Approx. start: 📦️ Arch package:
🐓️ Latest: 📦️ RPM package:
📍️ Version: Latest: - 📦️ Deb package:
🏛️ License type: 💰 Commercial 📦️ Flatpak package:
🏛️ License: Commercial 📦️ AppImage package:
🏝️ Perspective: Third person 📦️ Snap package:
👁️ Visual: 2D ⚙️ Generic binary:
⏱️ Pacing: Real Time 📄️ Source:
👫️ Played: Multi 📱️ PDA support:
🎖️ This record: 4 stars 🕳️ Not used:
🎀️ Game design: 👫️ Contrib.: goupildb & Louis
🎰️ ID: 12031 🐛️ Created: 2012-05-18
🐜️ Updated: 2021-11-14

🕸️ Links

🏡️ Website & videos
[Homepage] [Dev site] [Features/About] [Screenshots 1 2] [Videos t(202xxx) gd(202xxx) gu(202xxx) r(202xxx) lp(202xxx) g(202xxx) g[fr](202xxx) g[de](202xxx) g[ru](202xxx) g[pl](202xxx) g[cz](202xxx) g[sp](202xxx) g[pt](202xxx) g[it](202xxx) g[tr](202xxx)] [WIKI] [FAQ] [RSS] [Changelog 1 2 3]

💰 Commercial: (empty)

🍩️ Resources
(empty, license): [Homepage] [Dev site] 🎬️ g(202xxx)

🛠️ Technical informations


🦣️ Social
Devs (Guild Software [en]): [Site 1 2] [Chat] [mastodon] [PeerTube] [YouTube] [PressKit] [Interview 1(202xxx) 2(202xxx)]
The Project: [Blog] [Chat] [Forums] [mastodon] [PeerTube] [YouTube] [PressKit] [reddit] [Discord]

🐝️ Related


📦️ Misc. repositories
[Repology] [pkgs.org] [Generic binary] [Arch Linux / AUR] [openSUSE] [Debian/Ubuntu] [Flatpak] [AppImage(author's repo)] [Snap] [PortableLinuxGames]

🕵️ Reviews
[HowLongToBeat] [metacritic] [OpenCritic] [iGDB]

🕊️ Source of this Entry: [Site (date)]

🦣️ Social Networking Update (on mastodon)

🛠️ Title:
🦊️ What's:
🏡️
🐣️
🔖
📦️
📖 Our entry: https://www.lebottindesjeuxlinux.tuxfamily.org/en/online/lights-on/

🥁️ Update:
⚗️
📌️ Changes:
🦣️ From: 📶️

🏝️ https://www.youtube.com/embed/
🦉️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🕵️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️[fr] https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/

📕 Description [en]

📕🐧"blabla"🐧📕


The NAOS Engine™ (pronounced like "chaos") is a highly scalable, client/server game engine, designed to support a very large MMORPG. Continuously developed and refined for our own game, Vendetta Online, the engine has been proven through years of usage and expansion (public Alpha in May of 2002, retail game launch in 2004, and up to present-day). The game has over a million installs on Android alone, has been the subject of major television commercials, and was the first MMO to officially launch support for the Oculus Rift.

Our engine client supports Windows Vista-10 (and RT/Store), Mac, Linux, iOS and Android™, with rendering drivers for DirectX (11 and 9), OpenGL and OpenGL ES 2.0 and 3.0. The server is intended for distributed use across a cluster running FreeBSD or Linux, and has been elastically implemented on Amazon EC2. We are currently in the process of making this engine available as a licensed middleware product.

Points in Brief

Update Server in C++, TCP network protocol, optimized minimal-delta patching (smallest possible download per user), very proven in wide usage. Supports maintainance of patch releases across many concurrent ports. Update client supports automated failover to multiple Update-clusters in the event of failure. Update Client is also a crash reporter, will detect and submit client tracebacks across all client platforms. Posts via HTTP to custom bug tracking/sorting server. Self-updating of the main application is even possible on mobile platforms (with some limitations).
Game Server in C++, Lua, Erlang. Runs distributed across cluster based on FreeBSD or Linux. Scalable: Sector Daemons, controlling areas of game-world geography, are only run when needed (by player activity), distributed across N-machine cluster based on monitored per-machine CPU/memory load. Erlang-based Kourier subsystem maintains persistent lightweight threads for hundreds of thousands of NPCs as they transition across running/non-running game spatial bounaries. Erlang distributes elegantly, allows thread hibernation to further reduce overhead.
Game Client written in C++ and Lua. Build targets for Windows (Vista-10, RT), MacOS X, Linux/32, Linux/64. Big and little endian, 64bit clean. Designed for portability, all hardware and platform-specific APIs are abstracted into separate drivers. Available drivers include DirectX 11, DX9, OpenGL, OpenGL ES 2.0, ES 3.0, Windows Wav-out, Windows DirectSound, Windows Vista/7 WASAPI, Mac Core Audio, Android Java audio, Android touch input, Android native joystick input, etc. Many other drivers possible to develop and drop in. OBB and primitive collision detection, polygon soup physics. Shader support, progressive/discrete LOD, advanced particle system. Very efficient, compressed UDP game protocol, with MTU path discovery. Compressed data file format for client-side game assets (can be encrypted). Spatial partitioning with Octree or Sweep & Prune. Fully featured UI system (all Lua), scroll regions, tree/list controls, drag-and-drop, etc. Optional hooks for the TeamSpeak 3 SDK, allowing for integrated voice chat across all current platforms. Includes native support for the Oculus Rift, Gear VR, HTC Vive, Leap Motion and other cutting-edge devices.
Administration, Billing, Etc. Completely custom Lua/FastCGI website application, highly scalable by maximizing static content, distributing dynamic. Has received many sudden traffic influxes with little impact on load. Built-in messageboard and customer support applications. Custom automatic bug tracking of Lua errors, client crashes, etc. Billing system with secure, heavily tested implementations of APIs for PayPal, PayByCash, and credit cards (First Data). XMPP (jabber) functionality also available for administrative or expanded-player-usage (phone/mobile) applications. Custom mailing-list implementation for newsletters and the like, tags for username and unsubscribe links, automatic bounce removal, etc. In-app-purchase support for iOS, Android Play Store, Amazon, Windows Store and other mobile systems.

Planned Features

The NAOS Cloud™ will also include a cloud-hosted server solution, allowing the game developer to focus their efforts on gameplay rather than systems, network and facilities engineering. A sliding scale of cost that increases with the usage/revenue of the title, after launch, is intended to make the Platform more accessible to startup game companies.

📕 Description [fr]

Un moteur de MMORPG spatial, par le studio Guild Software Inc.

NAOS est un moteur de jeu hautement modulaire, conçu suivant une architecture de type client/serveur supportant de très grands MMORPG.
Il bénéficie d'un développement continuel via le jeu Vendetta Online (dans le Bottin), NAOS a fait ses preuves par des années d'utilisation et d'améliorations depuis son lancement en Mai 2002.
C'est un moteur de jeux multiplateforme (Windows, Mac, Linux et Android™) supportant l'accélération graphique via DirectX, OpenGL et OpenGL ES 2.0.

Utilisé par ces jeux / Used by these games: Vendetta Online,