Create New Document

The title of your document (will be displayed as H1)
URL-friendly name (no spaces, use dashes)
Path where to create document (optional, use forward slashes to create subdirectories)

Move/Rename Document

Current location of the document
New path for the document (including the slug)
This only changes the document's path. It does not modify the document's title (H1 heading).

Delete Document

Are you sure you want to delete this document? This action cannot be undone.

Warning: If this is a folder, all contents including subfolders and documents will be deleted.

Message

Message content goes here.

Confirm Action

Are you sure?

Attachments

Allowed file types: jpg, jpeg, png, gif, svg, webp, txt, log, csv, zip, pdf, docx, xlsx, pptx, mp4 (Max: 10MB)

Document Files

Loading attached files...

Document History

Previous Versions

Loading versions...

Preview

Select a version to preview

Wiki Settings

Language for the user interface
Number of versions to keep per document. Set to 0 to disable versioning.
Maximum allowed file size for uploads in MB.

User Management

Add New User

Leave empty to keep current password

Import markdown files from a ZIP archive. Files will be processed and stored in the appropriate document structure. Directory structure in the ZIP (category/subcategory) will be preserved in the wiki.

Upload a ZIP file containing markdown (.md) files to import.

Add Column

Development Environment Installation

This guide will walk you through the steps needed to install the development environment on your Windows machine.

Prerequisites

Install Python 3.11

We use Python to supplement our various build processes.

  1. Download and run the Python 3.11 installer.
  2. During the installation, ensure that Add Python to environment variables is checked.

Install Git

  1. Download and run the Git for Windows installer.
  2. During the installation, check Use Git from the Windows Command Prompt when prompted.
  3. Install Git Large File Storage. (Modern versions of the Git installer will have this as a built-in option!)

Clone Repository

  1. Open a Command Window in Administrator mode by pressing , typing cmd, then pressing Ctrl+Shift+Enter.
  2. Enter the following commands, hitting Enter after each line:
cd /d "%RODIR%"
git lfs install --skip-smudge
git clone https://github.com/DarklightGames/DarkestHour.git tmp
xcopy tmp . /e /h /y
rmdir /s /q tmp
git lfs pull
git lfs install --force

Install Fork

  1. Install the latest version of Fork.
  2. Run Fork.
  3. From the top menu, select File > Open Repository… or press Ctrl+O.
  4. Enter the path to your Red Orchestra directory (RODIR) (eg. C:/Program Files (x86)/Steam/steamapps/common/Red Orchestra) and click Select Folder.

Done!

Nice work! You're now ready to work with DarkestHourDev! Now what?

Be sure to add shortcuts to these .bat files to your Desktop to make running the game and SDK easier.

Attached Files

Loading attached files...

Comments

No comments yet. Be the first to comment!

Search Results