Skip to content

Home of ᴅᴏɴᴋᴇʏ ᴅᴇᴠᴇʟᴏᴘᴍᴇɴᴛ

Notifications You must be signed in to change notification settings

twist84/ManagedDonkey

Repository files navigation

wakatime Build status Build status

What is this?

  • Donkey is a project I started in August 2022, inspired by years of reverse engineering the Halo engine and learning C++.
  • The goal is to create my own version of a Halo mod, documenting all the information for others to use (excluding Faber).

Getting started

  • Source a build of Halo Online ms23 1.106708
    • Extract to G:\Games\ms23; refer to this as GameDir.
  • Download files from DonkeyFileShare.

Project Configuration

  • Right-click the game project

    • Properties -> Debugging -> Set Working Directory to GameDir.
  • Right-click the launcher project

    • Set as StartUp Project
    • Properties -> Debugging -> Set Working Directory to GameDir.

Building

  • Git and Powershell are only used in a prebuild step to get the last commit revision.

Debugging

How can I help?

  • Test Donkey.
  • Share ideas.
  • No outside contributions, please.

Other