Skip to content

Commit 1e8a3b9

Browse files
committed
Updated TAW-VD to v1.5
Possible fix for #1
1 parent f112866 commit 1e8a3b9

18 files changed

+1120
-654
lines changed

source/description.ext

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ disabledAI = 1;
3030
#include "duws_revive\gui\duws_revive.hpp"
3131

3232
// TAW INIT BEGIN --
33-
#include "taw_vd\dialog.hpp"
33+
#include "taw_vd\GUI.h"
3434
class CfgFunctions
3535
{
36-
#include "taw_vd\CfgFunctions.hpp"
36+
#include "taw_vd\CfgFunctions.hpp"
3737
};
3838
// TAW INIT END --

source/taw_vd/CfgFunctions.hpp

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
class TAWVD
2-
{
1+
class TAW_VD {
32
tag = "TAWVD";
4-
class TAW_VD
5-
{
3+
4+
class Initialize {
65
file = "taw_vd";
7-
class onSliderChange {};
8-
class onTerrainChange {};
6+
class stateTracker {
7+
ext = ".fsm";
8+
postInit = 1;
9+
headerType = -1;
10+
};
11+
12+
class onSliderChanged {};
13+
class onTerrainChanged {};
914
class updateViewDistance {};
10-
class openTAWVD {};
11-
class trackViewDistance {};
12-
class tawvdInit {postInit = 1;};
15+
class openMenu {};
16+
class onChar {};
17+
class openSaveManager {};
18+
class onSavePressed {};
19+
class onSaveSelectionChanged {};
1320
};
1421
};

0 commit comments

Comments
 (0)