Blog

Categories:
Tags:
  • So you want to be a programmer?

    Getting started mindset

    Categories: programming
  • Halo Profile Names

    The default Halo profile name: New001

    Categories: education halo
  • Scripting with SAPP - Server-Side Lua

    SAPP is a server-side extension for Halo PC/Custom Edition. It exposes a Lua Scripting API, anti-cheat tools, event hooks, command handling, player management, logging, and numerous under-the-hood features. This guide...

    Categories: education halo modding
  • Scripting with Phasor - Server-Side Lua

    Phasor is a server-side extension for Halo PC/Custom Edition. It exposes a Lua Scripting API, anti-cheat tools, event hooks, command handling, player management, logging, and numerous under-the-hood features. This guide...

    Categories: education halo modding
  • Scripting with Chimera - Client-Side Lua

    Chimera is a client-side mod for Halo PC/Custom Edition. It provides event hooks, commands, built-in map downloads, and dozens of quality-of-life fixes. This guide focuses on its Lua API, walks...

    Categories: education halo modding
  • Halo: SAPP Command Reference

    Configuration Commands

    Categories: education halo modding
  • Halo Lua - Common References

    This document collects pure Lua utility functions that work across SAPP, Phasor, and Chimera without relying on platform-specific APIs. They are safe to use in any Lua 5.1+ environment.

    Categories: education halo modding
  • Comprehensive Markdown Tutorial

    Comprehensive Markdown Tutorial

    Categories: tutorial documentation web
  • Halo: SAPP Server Guide

    Running a Halo dedicated server with SAPP is easy when you have a pre-configured package. Running multiple servers can also be easy - if you understand how SAPP can separate...

    Categories: education halo modding server
  • Halo: Understanding Memory Offsets

    If you are diving into Halo PC or Custom Edition modding, you will quickly encounter the need to manipulate game behavior directly in memory. Whether you are creating advanced scripts,...

    Categories: education halo modding
  • Halo: Modding References & Tools

    Whether you are tweaking weapon stats, building custom multiplayer maps, or writing Lua scripts for your server, having the right references and tools makes all the difference. This guide compiles...

    Categories: education halo modding
  • Halo: Server Port Forwarding

    So you have set up your Halo PC or Custom Edition server with SAPP or Phasor. It works perfectly on your local network, but your friends across the internet cannot...

    Categories: education halo server
  • Halo: How to host a Linux VPS (Ubuntu 22.04)

    This guide walks you through setting up a Halo server on a Linux VPS, from a fresh Ubuntu 22.04 LTS installation to a fully functional, secure, and remotely manageable server....

    Categories: education halo vps linux server