Skip to content

Commit cf5f4c5

Browse files
committed
* Add example level editor project.
* Version update
1 parent 20ff260 commit cf5f4c5

File tree

16 files changed

+81
-1
lines changed

16 files changed

+81
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Entity: "Super Gamorrean Guard"
2+
Class: "Sprite"
3+
Logic: "G_GUARD"
4+
Logic: "G_Guard"
5+
Asset: "GAMGUARD.WAX"
6+
Category: Enemy
7+
8+
Entity: "Super Probe Droid"
9+
Class: "Sprite"
10+
Logic: "PROBE_DROID"
11+
Logic: "Probe_Droid"
12+
Asset: "PROBE.WAX"
13+
Category: Enemy
14+
15+
Entity: "Emperor Sculptor"
16+
Class: "Sprite"
17+
Logic: "SCENERY"
18+
Asset: "EMSCULP.WAX"
19+
Category: Decorations
20+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Name="Level Editor WIP"
2+
Path="/EditorDef/Examples/Level-Editor-WIP"
3+
Description {
4+
Level editor WIP demonstration project - Mining Facility
5+
============================================================
6+
Top Secret Imperial Mining Facility on the moon Valgara VII.
7+
Activity spiked at this facility several months ago, and
8+
our agents inside indicate the Empire has finally discovered
9+
a rare element long hypothesized to exist but, until now,
10+
never found at their secret facility on Valgara VII. If
11+
theory is to be believed, this may be the key the Empire
12+
needs to wipe out all resistance in the galaxy.
13+
You must infiltrate the base, retrieve the Phrik metal,
14+
and return to your ship. You must succeed at all costs. Be
15+
warned, the mines run deep and are confusing to navigate.
16+
Be sure to stock up on batteries and use your headlamp in
17+
dark areas (F5 by default).
18+
------------------------------------------------------------
19+
The level was created throughout development so some
20+
areas may be outdated, for example some objects may have
21+
entities that are not correctly categorized.
22+
This level was made entirely using the TFE Level Editor,
23+
except for supporting material - such as the screenshot.
24+
25+
}
26+
Authors {
27+
luciusDXL
28+
29+
}
30+
Credits {
31+
Lucas Arts
32+
TFE Community
33+
34+
}
35+
ProjectType="Levels"
36+
Game="Dark Forces"
37+
FeatureSet="Vanilla"
38+
Flags=0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
LEV 2.1
2+
LEVELNAME Secbase
3+
PALETTE SECBASE.PAL
4+
MUSIC surfin.GMD
5+
PARALLAX 1024.0 1024.0
6+
TEXTURES 0
7+
NUMSECTORS 0
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
LEV 2.1
2+
LEVELNAME Sewer Temple
3+
PALETTE SEWERS.PAL
4+
MUSIC surfin.GMD
5+
PARALLAX 1024.0 1024.0
6+
TEXTURES 0
7+
NUMSECTORS 0
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
LEV 2.1
2+
LEVELNAME Talay
3+
PALETTE TALAY.PAL
4+
MUSIC surfin.GMD
5+
PARALLAX 1024.0 1024.0
6+
TEXTURES 0
7+
NUMSECTORS 0
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a test document.
Loading

TheForceEngine/gitVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const char c_gitVersion[] = R"(
2-
v1.22.100
2+
v1.22.200
33
)";

0 commit comments

Comments
 (0)