Skip to content

Commit e21cc54

Browse files
author
diedyesterdaywastaken
authored
Add CTG or Geo-Mod (#810)
1 parent cd2ffa8 commit e21cc54

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Core Technology Group** is an in-house engine used to power [Volition](https://www.volitiongames.com/) games.
2+
3+
[**Geo-Mod**](https://redfactionwiki.com/wiki/Geo-Mod) technology, which stands for **Geo**metry **Mod**ification Technology, is a video game engine that allows players to alter and destroy the environment around them (e.g. blowing a tunnel through walls instead of using a door).

rules.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ CryEngine[] = (?:^|/)CryD3DCompilerStub\.dll$
6969
CryEngine[] = (?:^|/)CryRenderD3D1[12]\.dll$
7070
CryEngine[] = (?:^|/)CryRenderVulkan\.dll$
7171
CryEngine[] = (?:^|/)Localization/English_xml(?:_patch)?\.pak$
72+
CTG_OR_Geo-Mod[] = (?:^|/)music\.vpp$
73+
CTG_OR_Geo-Mod[] = \.vpp_pc$
7274
Danmakufu = (?:^|/)th_dnh\.def$
7375
Defold = (?:^|/)game\.dmanifest$
7476
Diesel = ^dieselx\.cfg$
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/music.vpp
2+
aom/data/aom_agents/aom_agents.vpp_pc
3+
chunks1.vpp_pc
4+
music.vpp
5+
.vpp_pc

tests/types/_NonMatchingTests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,12 @@ sub/dir/coccos2d-jsb.c156d.jscf
11121112
coccos2d-jsb.c156d_js
11131113
sub/dir/coccos2d-jsb.c156d.jsf
11141114
coccos2d-jsb_jsc
1115+
music_vpp
1116+
smusic.vpp
1117+
music.vp
1118+
.1vpp_pc
1119+
_vpp_pc
1120+
.vpp_pcc
11151121
coccos2d-jsb_js
11161122
coccos-js/cc.a9323_js
11171123
coccos-js/cc_a9323_js

0 commit comments

Comments
 (0)