1-- LUA autoexec config file
2-- CVAR's section. here you can create and delete CVAR's
3
4if(cvars == nil) then
5    cvars = {};
6end;
7
8-- CVAR's section. here you can create and delete CVAR's
9cvars.show_fps = 1;
10cvars.free_look_speed = 2500;
11
12-- AUTOEXEC LINES
13setLanguage("english");
14
15setGravity(0, 0, -5700.0);
16mlook(1);
17freelook(0);
18cam_distance(1024.0);
19setCameraViewDistance(32768);
20noclip(0);
21--playVideo(base_path .. "data/tr3/fmv/logo.rpl");
22--playVideo(base_path .. "data/tr3/fmv/Crsh_Eng.rpl");
23--setgamef(1, 17)
24--loadMap(base_path .. "tests/altroom3/LEVEL1.PHD");
25--loadMap(base_path .. "tests/heavy1/LEVEL1.PHD");
26--loadMap(base_path .. "tests/TRIGGERS.PHD");
27--setgamef(1, 0);
28dofile(base_path .. "save/qsave.lua");
29