Skip to content

Commit

Permalink
Move multiplayer tech levels to JS.
Browse files Browse the repository at this point in the history
Removes research topics that were not present in the current
multiplayer research file.

Qtscript: Adds getMultiTechLevel function.
  • Loading branch information
KJeff01 committed Dec 11, 2017
1 parent 64bd5a1 commit d31f6a2
Show file tree
Hide file tree
Showing 10 changed files with 394 additions and 471 deletions.
12 changes: 6 additions & 6 deletions data/mp/addon.lev
Expand Up @@ -129,23 +129,23 @@ data "wrf/basic.wrf"
data "wrf/cam1.wrf"
data "wrf/audio.wrf"
data "wrf/stats.wrf"
data "wrf/multires2.wrf"
data "wrf/multires.wrf"

campaign MULTI_T2_C2
data "wrf/vidmem2.wrf"
data "wrf/basic.wrf"
data "wrf/cam2.wrf"
data "wrf/audio.wrf"
data "wrf/stats.wrf"
data "wrf/multires2.wrf"
data "wrf/multires.wrf"

campaign MULTI_T2_C3
data "wrf/vidmem3.wrf"
data "wrf/basic.wrf"
data "wrf/cam3.wrf"
data "wrf/audio.wrf"
data "wrf/stats.wrf"
data "wrf/multires2.wrf"
data "wrf/multires.wrf"

level Sk-Valley
players 4
Expand Down Expand Up @@ -197,23 +197,23 @@ data "wrf/basic.wrf"
data "wrf/cam1.wrf"
data "wrf/audio.wrf"
data "wrf/stats.wrf"
data "wrf/multires3.wrf"
data "wrf/multires.wrf"

campaign MULTI_T3_C2
data "wrf/vidmem2.wrf"
data "wrf/basic.wrf"
data "wrf/cam2.wrf"
data "wrf/audio.wrf"
data "wrf/stats.wrf"
data "wrf/multires3.wrf"
data "wrf/multires.wrf"

campaign MULTI_T3_C3
data "wrf/vidmem3.wrf"
data "wrf/basic.wrf"
data "wrf/cam3.wrf"
data "wrf/audio.wrf"
data "wrf/stats.wrf"
data "wrf/multires3.wrf"
data "wrf/multires.wrf"

// Tech 2

Expand Down
131 changes: 0 additions & 131 deletions data/mp/multiplay/script/cam2tech.vlo

This file was deleted.

0 comments on commit d31f6a2

Please sign in to comment.