Skip to content

Instantly share code, notes, and snippets.

View Goatform's full-sized avatar

Goatform

View GitHub Profile
@Goatform
Goatform / README.md
Created September 3, 2024 07:23 — forked from zhiguangwang/README.md
Building Unreal Engine Game Client and Dedicated Server on Linux.

Building Unreal Engine Game Client and Dedicated Server on Linux

Because the build tools of UE4 works across platforms (Windows, Mac OS, Linux), steps in this article can be applied to Mac OS and Windows as well.

On Windows, You need to replace RunUAT.sh with RunUAT.bat though.

Prerequisites

First, get Unreal Engine 4 sourcecode and export the following environment variables:

@Goatform
Goatform / squash-commits.sh
Created January 3, 2016 16:08 — forked from jbub/squash-commits.sh
git squash last two commits into one
git rebase --interactive HEAD~2
# we are going to squash c into b
pick b76d157 b
pick a931ac7 c
# squash c into b
pick b76d157 b
s a931ac7 c
@Goatform
Goatform / gist:fcd70f1a23268ae3a208
Last active August 29, 2015 14:27
Missing spells in sSpellsByCategoryStore
Item(Entry: 835) spellid_1 (8312) category 24 added to sSpellsByCategoryStore
Item(Entry: 1127) spellid_1 (2120) category 24 added to sSpellsByCategoryStore
Item(Entry: 1191) spellid_1 (5917) category 24 added to sSpellsByCategoryStore
Item(Entry: 1251) spellid_1 (746) category 150 added to sSpellsByCategoryStore
Item(Entry: 1262) spellid_1 (5257) category 59 added to sSpellsByCategoryStore
Item(Entry: 1322) spellid_1 (7396) category 1153 added to sSpellsByCategoryStore
Item(Entry: 1399) spellid_1 (49512) category 24 added to sSpellsByCategoryStore
Item(Entry: 1401) spellid_1 (833) category 11 added to sSpellsByCategoryStore
Item(Entry: 1434) spellid_1 (13424) category 24 added to sSpellsByCategoryStore
Item(Entry: 1703) spellid_1 (1138) category 1153 added to sSpellsByCategoryStore