Skip to content

Metaphorme/build-source-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Build Source Engine

Build source engine from nillerusr/source-engine.

Status

Badge Meaning
Work well!
Haven't been tested.
Can't work!
Status
Platform Status Architecture Game
macOS Build for macOS
Test for macOS
AArch64 hl2
episodic
hl1
portal
x86_64 hl2
episodic
hl1
portal
Linux Build for Linux
Test for Linux
x86_64 hl2
episodic
hl1
portal
i386 hl2
episodic
hl1
portal
Android Build for Android ARMv7a hl2
episodic
hl1
portal
ARMv8 hl2
episodic
hl1
portal

How to play (using Half-Life 2 as an example)

中文教程

Download game files

Buy and download Half-Life 2 from Steam.

Add the engine files

Download correct engine from release page, uncompress and add files into corresponding game files' directory.

Launch

Run:

DYLD_LIBRARY_PATH=bin/ ./hl2_launcher

Known bugs

  1. If it can't display Chinese or other languages in the menu and subtitles, you can set the menu and subtitles to English while using the native audio.

    Just launch as follows:

    # language       ->  Interface
    # audiolanguage  ->  Audio
    # cc_lang        ->  Subtitles
    DYLD_LIBRARY_PATH=bin/ ./hl2_launcher -language english -audiolanguage schinese +cc_lang english

    For more information, please check.