author | mikade <redgrinner@gmail.com> |
Sun, 10 Apr 2016 14:00:09 +0900 | |
changeset 11647 | b4d621700bbb |
parent 11585 | 026c329b1a13 |
child 11648 | 89fc5e6ccc76 |
permissions | -rw-r--r-- |
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
1 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
2 |
------------------------------------------ |
11647
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
3 |
-- RACER 0.8 |
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
4 |
-- map-independant racing script |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
5 |
-- by mikade |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
6 |
----------------------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
7 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
8 |
----------------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
9 |
--0.1: took all the code from crazy racer and scrapped most of it |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
10 |
----------------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
11 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
12 |
-- Removed tumbler system |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
13 |
-- Removed extra adds like boosters etc |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
14 |
-- Added experimental waypoint placement system |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
15 |
-- More user feedback |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
16 |
-- Reduced race complexity limit to 5 waypoints |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
17 |
-- stop placement at complexity limit reached and end turn |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
18 |
-- guys dont keep racing after dying |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
19 |
-- invulnerable feasibility |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
20 |
-- reverted time keeping method |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
21 |
-- reduced feedback display time |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
22 |
-- colour-coded addcaptions |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
23 |
-- cleaned up code |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
24 |
-- support for more players properly added |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
25 |
-- tardis fix |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
26 |
-- remove airstrikes |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
27 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
28 |
-- i think the remainder 0 .456 sec of the tracktime isnt getting reset on newturn |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
29 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
30 |
-- update feedback |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
31 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
32 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
33 |
-- 0.2 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
34 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
35 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
36 |
-- allow gameflags |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
37 |
-- extend time to 90s |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
38 |
-- remove other air-attack based weps |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
39 |
-- turn off water rise for sd |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
40 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
41 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
42 |
-- 0.3 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
43 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
44 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
45 |
-- prevent WP being placed in land |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
46 |
-- prevent waypoints being placed outside border |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
47 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
48 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
49 |
-- 0.4 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
50 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
51 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
52 |
-- update user feedback |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
53 |
-- add more sounds |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
54 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
55 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
56 |
-- 0.5 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
57 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
58 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
59 |
-- fix ghost disappearing if hog falls in water or somehow dies |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
60 |
-- lengthen ghost tracking interval to improve performance on slower machines |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
61 |
-- increase waypoint limit to 8 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
62 |
-- allow for persistent showmission information |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
63 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
64 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
65 |
-- 0.6 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
66 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
67 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
68 |
-- remove hogs from racing area as per request |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
69 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
70 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
71 |
-- 0.7 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
72 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
73 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
74 |
-- switch to first available weapon if starting race with no weapon selected |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
75 |
|
11647
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
76 |
------- |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
77 |
-- 0.8 |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
78 |
------- |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
79 |
-- allow different boost directions |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
80 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
81 |
----------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
82 |
-- SCRIPT BEGINS |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
83 |
----------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
84 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
85 |
HedgewarsScriptLoad("/Scripts/Locale.lua") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
86 |
HedgewarsScriptLoad("/Scripts/OfficialChallenges.lua") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
87 |
HedgewarsScriptLoad("/Scripts/Params.lua") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
88 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
89 |
------------------ |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
90 |
-- Got Variables? |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
91 |
------------------ |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
92 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
93 |
local fMod = 1000000 -- 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
94 |
local roundLimit = 3 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
95 |
local roundNumber = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
96 |
local firstClan = 10 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
97 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
98 |
local fastX = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
99 |
local fastY = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
100 |
local fastCount = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
101 |
local fastIndex = 0 |
11581 | 102 |
local fastColour = 0xffffffff |
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
103 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
104 |
local currX = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
105 |
local currY = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
106 |
local currCount = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
107 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
108 |
local specialPointsX = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
109 |
local specialPointsY = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
110 |
local specialPointsCount = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
111 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
112 |
local TeamRope = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
113 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
114 |
-------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
115 |
-- hog and team tracking variales |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
116 |
-------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
117 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
118 |
local numhhs = 0 -- store number of hedgehogs |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
119 |
local hhs = {} -- store hedgehog gears |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
120 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
121 |
local numTeams -- store the number of teams in the game |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
122 |
local teamNameArr = {} -- store the list of teams |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
123 |
local teamClan = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
124 |
local teamSize = {} -- store how many hogs per team |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
125 |
local teamIndex = {} -- at what point in the hhs{} does each team begin |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
126 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
127 |
local teamComment = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
128 |
local teamScore = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
129 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
130 |
------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
131 |
-- racer vars |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
132 |
-------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
133 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
134 |
local cGear = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
135 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
136 |
local bestClan = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
137 |
local bestTime = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
138 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
139 |
local gameBegun = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
140 |
local gameOver = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
141 |
local racerActive = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
142 |
local trackTime = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
143 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
144 |
local wpCirc = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
145 |
local wpX = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
146 |
local wpY = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
147 |
local wpCol = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
148 |
local wpActive = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
149 |
local wpRad = 450 --75 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
150 |
local wpCount = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
151 |
local wpLimit = 8 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
152 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
153 |
local usedWeapons = {} |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
154 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
155 |
local roundN |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
156 |
local lastRound |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
157 |
local RoundHasChanged |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
158 |
|
11647
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
159 |
local boostX = 0 |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
160 |
local boostY = 0 |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
161 |
local boostValue = 1 |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
162 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
163 |
------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
164 |
-- general methods |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
165 |
------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
166 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
167 |
function onParameters() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
168 |
parseParams() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
169 |
if params["teamrope"] ~= nil then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
170 |
TeamRope = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
171 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
172 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
173 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
174 |
function RebuildTeamInfo() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
175 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
176 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
177 |
-- make a list of individual team names |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
178 |
for i = 0, (TeamsCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
179 |
teamNameArr[i] = " " -- = i |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
180 |
teamSize[i] = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
181 |
teamIndex[i] = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
182 |
teamScore[i] = 100000 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
183 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
184 |
numTeams = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
185 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
186 |
for i = 0, (numhhs-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
187 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
188 |
z = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
189 |
unfinished = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
190 |
while(unfinished == true) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
191 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
192 |
newTeam = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
193 |
tempHogTeamName = GetHogTeamName(hhs[i]) -- this is the new name |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
194 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
195 |
if tempHogTeamName == teamNameArr[z] then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
196 |
newTeam = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
197 |
unfinished = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
198 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
199 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
200 |
z = z + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
201 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
202 |
if z == TeamsCount then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
203 |
unfinished = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
204 |
if newTeam == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
205 |
teamNameArr[numTeams] = tempHogTeamName |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
206 |
numTeams = numTeams + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
207 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
208 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
209 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
210 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
211 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
212 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
213 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
214 |
-- find out how many hogs per team, and the index of the first hog in hhs |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
215 |
for i = 0, (numTeams-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
216 |
for z = 0, (numhhs-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
217 |
if GetHogTeamName(hhs[z]) == teamNameArr[i] then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
218 |
teamClan[i] = GetHogClan(hhs[z]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
219 |
if teamSize[i] == 0 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
220 |
teamIndex[i] = z -- should give starting index |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
221 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
222 |
teamSize[i] = teamSize[i] + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
223 |
--add a pointer so this hog appears at i in hhs |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
224 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
225 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
226 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
227 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
228 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
229 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
230 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
231 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
232 |
----------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
233 |
-- RACER METHODS |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
234 |
----------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
235 |
|
11647
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
236 |
function onLeft() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
237 |
boostX = boostX +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
238 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
239 |
function onLeftUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
240 |
boostX = boostX -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
241 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
242 |
function onRight() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
243 |
boostX = boostX -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
244 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
245 |
function onRightUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
246 |
boostX = boostX +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
247 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
248 |
function onUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
249 |
boostY = boostY +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
250 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
251 |
function onUpUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
252 |
boostY = boostY -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
253 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
254 |
function onDown() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
255 |
boostY = boostY -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
256 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
257 |
function onDownUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
258 |
boostY = boostY +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
259 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
260 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
261 |
function CheckWaypoints() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
262 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
263 |
trackFinished = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
264 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
265 |
for i = 0, (wpCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
266 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
267 |
g1X, g1Y = GetGearPosition(CurrentHedgehog) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
268 |
g2X, g2Y = wpX[i], wpY[i] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
269 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
270 |
g1X = g1X - g2X |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
271 |
g1Y = g1Y - g2Y |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
272 |
dist = (g1X*g1X) + (g1Y*g1Y) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
273 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
274 |
--if i == 0 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
275 |
-- AddCaption(dist .. "/" .. (wpRad*wpRad) ) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
276 |
--end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
277 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
278 |
NR = (48/100*wpRad)/2 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
279 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
280 |
if dist < (NR*NR) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
281 |
--if dist < (wpRad*wpRad) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
282 |
--AddCaption("howdy") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
283 |
wpActive[i] = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
284 |
wpCol[i] = GetClanColor(GetHogClan(CurrentHedgehog)) -- new --GetClanColor(1) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
285 |
SetVisualGearValues(wpCirc[i], wpX[i], wpY[i], 20, 100, 1, 10, 0, wpRad, 5, wpCol[i]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
286 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
287 |
wpRem = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
288 |
for k = 0, (wpCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
289 |
if wpActive[k] == false then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
290 |
wpRem = wpRem + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
291 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
292 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
293 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
294 |
AddCaption(loc("Way-Points Remaining") .. ": " .. wpRem,0xffba00ff,capgrpAmmoinfo) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
295 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
296 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
297 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
298 |
if wpActive[i] == false then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
299 |
trackFinished = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
300 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
301 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
302 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
303 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
304 |
return(trackFinished) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
305 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
306 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
307 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
308 |
function AdjustScores() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
309 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
310 |
if bestTime == nil then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
311 |
bestTime = 100000 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
312 |
bestClan = 10 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
313 |
bestTimeComment = "N/A" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
314 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
315 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
316 |
newScore = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
317 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
318 |
-- update this clan's time if the new track is better |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
319 |
for i = 0, (numTeams-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
320 |
if teamClan[i] == GetHogClan(CurrentHedgehog) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
321 |
if trackTime < teamScore[i] then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
322 |
teamScore[i] = trackTime |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
323 |
newScore = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
324 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
325 |
newScore = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
326 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
327 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
328 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
329 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
330 |
--bestTime = 100000 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
331 |
--bestClan = 10 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
332 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
333 |
-- find the best time out of those so far |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
334 |
for i = 0, (numTeams-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
335 |
if teamScore[i] < bestTime then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
336 |
bestTime = teamScore[i] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
337 |
bestClan = teamClan[i] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
338 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
339 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
340 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
341 |
if bestTime ~= 100000 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
342 |
bestTimeComment = (bestTime/1000) ..loc("s") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
343 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
344 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
345 |
if newScore == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
346 |
if trackTime == bestTime then -- best time of the race |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
347 |
ShowMission(loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
348 |
loc("TRACK COMPLETED"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
349 |
loc("NEW RACE RECORD: ") .. (trackTime/1000) ..loc("s") .. "|" .. |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
350 |
loc("WINNING TIME: ") .. bestTimeComment, 0, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
351 |
PlaySound(sndHomerun) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
352 |
else -- best time for the clan |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
353 |
ShowMission(loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
354 |
loc("TRACK COMPLETED"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
355 |
loc("NEW CLAN RECORD: ") .. (trackTime/1000) ..loc("s") .. "|" .. |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
356 |
loc("WINNING TIME: ") .. bestTimeComment, 4, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
357 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
358 |
else -- not any kind of new score |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
359 |
ShowMission(loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
360 |
loc("TRACK COMPLETED"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
361 |
loc("TIME: ") .. (trackTime/1000) ..loc("s") .. "|" .. |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
362 |
loc("WINNING TIME: ") .. bestTimeComment, -amSkip, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
363 |
PlaySound(sndHellish) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
364 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
365 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
366 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
367 |
-------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
368 |
--new |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
369 |
-------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
370 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
371 |
if bestTime == trackTime then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
372 |
--AddCaption("wooooooooooooooooooooooooooooo") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
373 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
374 |
fastColour = GetClanColor(GetHogClan(CurrentHedgehog)) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
375 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
376 |
for i = 0, (currCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
377 |
fastX[i] = currX[i] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
378 |
fastY[i] = currY[i] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
379 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
380 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
381 |
fastCount = currCount |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
382 |
fastIndex = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
383 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
384 |
--currCount = 0 -- is this needed? |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
385 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
386 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
387 |
currCount = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
388 |
fastIndex = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
389 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
390 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
391 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
392 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
393 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
394 |
function onNewRound() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
395 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
396 |
roundNumber = roundNumber + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
397 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
398 |
totalComment = "" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
399 |
for i = 0, (TeamsCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
400 |
if teamNameArr[i] ~= " " then -- teamScore[teamClan[i]] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
401 |
teamComment[i] = teamNameArr[i] .. ": " .. (teamScore[i]/1000) .. loc("s|") |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
402 |
totalComment = totalComment .. teamComment[i] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
403 |
elseif teamNameArr[i] == " " then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
404 |
teamComment[i] = "|" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
405 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
406 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
407 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
408 |
ShowMission( loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
409 |
loc("STATUS UPDATE"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
410 |
loc("Rounds Complete: ") .. roundNumber .. "/" .. roundLimit .. "|" .. " " .. "|" .. |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
411 |
loc("Best Team Times: ") .. "|" .. totalComment, 0, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
412 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
413 |
-- end game if its at round limit |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
414 |
if roundNumber >= roundLimit then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
415 |
for i = 0, (numhhs-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
416 |
if GetHogClan(hhs[i]) ~= bestClan then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
417 |
SetEffect(hhs[i], heResurrectable, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
418 |
SetHealth(hhs[i],0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
419 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
420 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
421 |
gameOver = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
422 |
TurnTimeLeft = 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
423 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
424 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
425 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
426 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
427 |
function CheckForNewRound() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
428 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
429 |
------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
430 |
------ new |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
431 |
------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
432 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
433 |
--[[turnN = turnN + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
434 |
if gameBegun == false then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
435 |
if turnN == 2 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
436 |
for i = 0, (numhhs-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
437 |
if hhs[i] ~= nil then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
438 |
SetEffect(hhs[i], heResurrectable, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
439 |
SetHealth(hhs[i],0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
440 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
441 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
442 |
gameOver = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
443 |
TurnTimeLeft = 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
444 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
445 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
446 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
447 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
448 |
end]] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
449 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
450 |
--[[if roundBegun == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
451 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
452 |
if RoundHasChanged == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
453 |
roundN = roundN + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
454 |
RoundHasChanged = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
455 |
onNewRound() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
456 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
457 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
458 |
if lastRound ~= TotalRounds then -- new round, but not really |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
459 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
460 |
if RoundHasChanged == false then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
461 |
RoundHasChanged = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
462 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
463 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
464 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
465 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
466 |
AddCaption("RoundN:" .. roundN .. "; " .. "TR: " .. TotalRounds) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
467 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
468 |
lastRound = TotalRounds |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
469 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
470 |
end]] |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
471 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
472 |
------------ |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
473 |
----- old |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
474 |
------------ |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
475 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
476 |
if GetHogClan(CurrentHedgehog) == firstClan then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
477 |
onNewRound() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
478 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
479 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
480 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
481 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
482 |
function DisableTumbler() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
483 |
currCount = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
484 |
fastIndex = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
485 |
TurnTimeLeft = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
486 |
racerActive = false -- newadd |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
487 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
488 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
489 |
function HandleGhost() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
490 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
491 |
-- get the current xy of the racer at this point |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
492 |
currX[currCount] = GetX(CurrentHedgehog) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
493 |
currY[currCount] = GetY(CurrentHedgehog) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
494 |
currCount = currCount + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
495 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
496 |
-- draw a ping of smoke where the fastest player was at this point |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
497 |
if (fastCount ~= 0) and (fastIndex < fastCount) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
498 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
499 |
fastIndex = fastIndex + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
500 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
501 |
tempE = AddVisualGear(fastX[fastIndex], fastY[fastIndex], vgtSmoke, 0, false) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
502 |
g1, g2, g3, g4, g5, g6, g7, g8, g9, g10 = GetVisualGearValues(tempE) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
503 |
SetVisualGearValues(tempE, g1, g2, g3, g4, g5, g6, g7, g8, g9, fastColour ) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
504 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
505 |
--AddCaption("fC: " .. fastIndex .. " / " .. fastCount) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
506 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
507 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
508 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
509 |
--AddCaption("excep fC: " .. fastIndex .. " / " .. fastCount) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
510 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
511 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
512 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
513 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
514 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
515 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
516 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
517 |
function TryRepositionHogs() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
518 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
519 |
if MapHasBorder() == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
520 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
521 |
for i = 0, (numhhs-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
522 |
if hhs[i] ~= nil then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
523 |
SetGearPosition(hhs[i],GetX(hhs[i]), TopY-10) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
524 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
525 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
526 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
527 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
528 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
529 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
530 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
531 |
---------------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
532 |
-- GAME METHODS / EVENT HANDLERS |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
533 |
---------------------------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
534 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
535 |
function onGameInit() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
536 |
EnableGameFlags(gfInfAttack, gfInvulnerable) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
537 |
CaseFreq = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
538 |
TurnTime = 90000 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
539 |
WaterRise = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
540 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
541 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
542 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
543 |
function onGameStart() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
544 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
545 |
roundN = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
546 |
lastRound = TotalRounds |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
547 |
RoundHasChanged = false -- true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
548 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
549 |
for i = 0, (specialPointsCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
550 |
PlaceWayPoint(specialPointsX[i], specialPointsY[i]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
551 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
552 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
553 |
RebuildTeamInfo() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
554 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
555 |
ShowMission ( |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
556 |
loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
557 |
loc("a Hedgewars mini-game"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
558 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
559 |
loc("Build a track and race.") .. "|" .. |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
560 |
loc("Round Limit:") .. " " .. roundLimit .. "|" .. |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
561 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
562 |
"", 4, 4000 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
563 |
) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
564 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
565 |
TryRepositionHogs() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
566 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
567 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
568 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
569 |
function PlaceWayPoint(x,y) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
570 |
if not racerActive then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
571 |
if wpCount == 0 or wpX[wpCount - 1] ~= x or wpY[wpCount - 1] ~= y then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
572 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
573 |
wpX[wpCount] = x |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
574 |
wpY[wpCount] = y |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
575 |
wpCol[wpCount] = 0xffffffff |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
576 |
wpCirc[wpCount] = AddVisualGear(wpX[wpCount],wpY[wpCount],vgtCircle,0,true) |
11563 | 577 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
578 |
SetVisualGearValues(wpCirc[wpCount], wpX[wpCount], wpY[wpCount], 20, 100, 1, 10, 0, wpRad, 5, wpCol[wpCount]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
579 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
580 |
wpCount = wpCount + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
581 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
582 |
AddCaption(loc("Waypoint placed.") .. " " .. loc("Available points remaining: ") .. (wpLimit-wpCount)) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
583 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
584 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
585 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
586 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
587 |
function onSpecialPoint(x,y,flag) |
11563 | 588 |
if flag == 99 then |
589 |
fastX[fastCount] = x |
|
590 |
fastY[fastCount] = y |
|
591 |
fastCount = fastCount + 1 |
|
592 |
else |
|
593 |
addHashData(x) |
|
594 |
addHashData(y) |
|
595 |
addHashData(flag) |
|
596 |
specialPointsX[specialPointsCount] = x |
|
597 |
specialPointsY[specialPointsCount] = y |
|
598 |
specialPointsCount = specialPointsCount + 1 |
|
599 |
end |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
600 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
601 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
602 |
function onNewTurn() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
603 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
604 |
CheckForNewRound() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
605 |
TryRepositionHogs() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
606 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
607 |
racerActive = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
608 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
609 |
trackTime = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
610 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
611 |
currCount = 0 -- hopefully this solves problem |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
612 |
AddAmmo(CurrentHedgehog, amAirAttack, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
613 |
gTimer = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
614 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
615 |
-- Set the waypoints to unactive on new round |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
616 |
for i = 0,(wpCount-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
617 |
wpActive[i] = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
618 |
wpCol[i] = 0xffffffff |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
619 |
SetVisualGearValues(wpCirc[i], wpX[i], wpY[i], 20, 100, 1, 10, 0, wpRad, 5, wpCol[i]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
620 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
621 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
622 |
-- Handle Starting Stage of Game |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
623 |
if (gameOver == false) and (gameBegun == false) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
624 |
if wpCount >= 3 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
625 |
gameBegun = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
626 |
roundNumber = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
627 |
firstClan = GetHogClan(CurrentHedgehog) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
628 |
ShowMission(loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
629 |
loc("GAME BEGUN!!!"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
630 |
loc("Complete the track as fast as you can!"), 2, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
631 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
632 |
ShowMission(loc("RACER"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
633 |
loc("NOT ENOUGH WAYPOINTS"), |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
634 |
loc("Place more waypoints using the 'Air Attack' weapon."), 2, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
635 |
AddAmmo(CurrentHedgehog, amAirAttack, 4000) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
636 |
SetWeapon(amAirAttack) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
637 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
638 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
639 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
640 |
if gameOver == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
641 |
gameBegun = false |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
642 |
racerActive = false -- newadd |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
643 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
644 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
645 |
AddAmmo(CurrentHedgehog, amTardis, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
646 |
AddAmmo(CurrentHedgehog, amDrillStrike, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
647 |
AddAmmo(CurrentHedgehog, amMineStrike, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
648 |
AddAmmo(CurrentHedgehog, amNapalm, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
649 |
AddAmmo(CurrentHedgehog, amPiano, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
650 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
651 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
652 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
653 |
function onGameTick20() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
654 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
655 |
-- airstrike detected, convert this into a potential waypoint spot |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
656 |
if cGear ~= nil then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
657 |
x,y = GetGearPosition(cGear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
658 |
if x > -9000 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
659 |
x,y = GetGearTarget(cGear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
660 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
661 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
662 |
if TestRectForObstacle(x-20, y-20, x+20, y+20, true) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
663 |
AddCaption(loc("Please place the way-point in the open, within the map boundaries.")) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
664 |
PlaySound(sndDenied) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
665 |
elseif (y > WaterLine-50) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
666 |
AddCaption(loc("Please place the way-point further from the waterline.")) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
667 |
PlaySound(sndDenied) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
668 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
669 |
PlaceWayPoint(x, y) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
670 |
if wpCount == wpLimit then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
671 |
AddCaption(loc("Race complexity limit reached.")) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
672 |
DisableTumbler() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
673 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
674 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
675 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
676 |
DeleteGear(cGear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
677 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
678 |
SetGearPosition(cGear, -10000, 0) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
679 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
680 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
681 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
682 |
-- start the player tumbling with a boom once their turn has actually begun |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
683 |
if racerActive == false then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
684 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
685 |
if (TurnTimeLeft > 0) and (TurnTimeLeft ~= TurnTime) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
686 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
687 |
-- if the gamehas started put the player in the middle of the first |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
688 |
--waypoint that was placed |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
689 |
if gameBegun == true then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
690 |
AddCaption(loc("Good to go!")) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
691 |
racerActive = true |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
692 |
trackTime = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
693 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
694 |
SetGearPosition(CurrentHedgehog, wpX[0], wpY[0]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
695 |
AddGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), gtGrenade, 0, 0, 0, 1) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
696 |
FollowGear(CurrentHedgehog) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
697 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
698 |
HideMission() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
699 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
700 |
-- don't start empty-handed |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
701 |
if (GetCurAmmoType() == amNothing) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
702 |
SetNextWeapon() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
703 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
704 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
705 |
-- still in placement mode |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
706 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
707 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
708 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
709 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
710 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
711 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
712 |
-- has the player started his tumbling spree? |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
713 |
if (CurrentHedgehog ~= nil) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
714 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
715 |
--airstrike conversion used to be here |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
716 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
717 |
-- if the RACE has started, show tracktimes and keep tabs on waypoints |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
718 |
if (racerActive == true) and (gameBegun == true) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
719 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
720 |
--ghost |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
721 |
if GameTime%40 == 0 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
722 |
HandleGhost() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
723 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
724 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
725 |
trackTime = trackTime + 20 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
726 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
727 |
if GameTime%100 == 0 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
728 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
729 |
if trackTime%1000 == 0 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
730 |
AddCaption((trackTime/1000)..'.0',GetClanColor(GetHogClan(CurrentHedgehog)),capgrpMessage2) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
731 |
else |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
732 |
AddCaption(trackTime/1000,GetClanColor(GetHogClan(CurrentHedgehog)),capgrpMessage2) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
733 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
734 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
735 |
if (CheckWaypoints() == true) then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
736 |
AdjustScores() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
737 |
DisableTumbler() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
738 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
739 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
740 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
741 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
742 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
743 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
744 |
-- if the player has expended his tunbling time, stop him tumbling |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
745 |
if TurnTimeLeft <= 20 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
746 |
DisableTumbler() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
747 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
748 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
749 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
750 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
751 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
752 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
753 |
function onGearResurrect(gear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
754 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
755 |
AddVisualGear(GetX(gear), GetY(gear), vgtBigExplosion, 0, false) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
756 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
757 |
if gear == CurrentHedgehog then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
758 |
DisableTumbler() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
759 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
760 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
761 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
762 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
763 |
function onGearAdd(gear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
764 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
765 |
if GetGearType(gear) == gtHedgehog then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
766 |
hhs[numhhs] = gear |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
767 |
numhhs = numhhs + 1 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
768 |
SetEffect(gear, heResurrectable, 1) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
769 |
elseif GetGearType(gear) == gtAirAttack then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
770 |
cGear = gear |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
771 |
elseif GetGearType(gear) == gtRope and TeamRope then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
772 |
SetTag(gear,1) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
773 |
SetGearValues(gear,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,GetClanColor(GetHogClan(CurrentHedgehog))) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
774 |
elseif GetGearType(gear) == gtAirMine then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
775 |
DeleteGear(gear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
776 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
777 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
778 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
779 |
function onGearDelete(gear) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
780 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
781 |
if GetGearType(gear) == gtAirAttack then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
782 |
cGear = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
783 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
784 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
785 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
786 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
787 |
function onAttack() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
788 |
at = GetCurAmmoType() |
11563 | 789 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
790 |
usedWeapons[at] = 0 |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
791 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
792 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
793 |
function onAchievementsDeclaration() |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
794 |
usedWeapons[amSkip] = nil |
11563 | 795 |
usedWeapons[amExtraTime] = nil |
796 |
||
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
797 |
usedRope = usedWeapons[amRope] ~= nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
798 |
usedPortal = usedWeapons[amPortalGun] ~= nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
799 |
usedSaucer = usedWeapons[amJetpack] ~= nil |
11563 | 800 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
801 |
usedWeapons[amNothing] = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
802 |
usedWeapons[amRope] = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
803 |
usedWeapons[amPortalGun] = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
804 |
usedWeapons[amJetpack] = nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
805 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
806 |
usedOther = next(usedWeapons) ~= nil |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
807 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
808 |
if usedOther then -- smth besides nothing, skip, rope, portal or saucer used |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
809 |
raceType = "unknown race" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
810 |
elseif usedRope and not usedPortal and not usedSaucer then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
811 |
raceType = "rope race" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
812 |
elseif not usedRope and usedPortal and not usedSaucer then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
813 |
raceType = "portal race" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
814 |
elseif not usedRope and not usedPortal and usedSaucer then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
815 |
raceType = "saucer race" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
816 |
elseif (usedRope or usedPortal or usedSaucer or usedOther) == false then -- no weapons used at all? |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
817 |
raceType = "no tools race" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
818 |
else -- at least two of rope, portal and saucer used |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
819 |
raceType = "mixed race" |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
820 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
821 |
|
11545
86528b0cd491
detectMap() rewrite with more sane approach, also check waypoints placement to avoid cheating
unc0rr
parents:
11542
diff
changeset
|
822 |
map = detectMapWithDigest() |
11563 | 823 |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
824 |
for i = 0, (numTeams-1) do |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
825 |
if teamScore[i] < 100000 then |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
826 |
DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i]) |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
827 |
end |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
828 |
end |
11569 | 829 |
|
11585 | 830 |
if map ~= nil and fastCount > 0 then |
11569 | 831 |
StartGhostPoints(fastCount) |
832 |
||
833 |
for i = 0, (fastCount - 1) do |
|
834 |
DumpPoint(fastX[i], fastY[i]) |
|
835 |
end |
|
836 |
end |
|
10856
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
837 |
end |