author | Wuzzy <almikes@aol.com> |
Wed, 13 Apr 2016 14:19:42 +0200 | |
changeset 11931 | a01a890093f3 |
parent 11930 | 4ed643879c0f |
child 11946 | 65e61f495129 |
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 |
|
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
136 |
local bestClan = 10 |
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
137 |
local bestTime = 1000000 |
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
|
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 = {} |
11929
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
149 |
local wpRad = 450 |
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
|
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 |
|
11929
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
167 |
--[[ |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
168 |
Parameters syntax: |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
169 |
|
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
170 |
teamrope=true |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
171 |
--> The team will be colored in the color of the team. |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
172 |
|
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
173 |
rounds=N |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
174 |
--> The game will be played with N rounds (default: 3) |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
175 |
|
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
176 |
waypointradius=N |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
177 |
--> The waypoints have a radius of N pixels (default: 450) |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
178 |
|
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
179 |
]] |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
180 |
|
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
|
181 |
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
|
182 |
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
|
183 |
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
|
184 |
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
|
185 |
end |
11926
ace20b1d8d53
Add “rounds” script parameter for Racer
Wuzzy <almikes@aol.com>
parents:
11925
diff
changeset
|
186 |
if params["rounds"] ~= nil then |
ace20b1d8d53
Add “rounds” script parameter for Racer
Wuzzy <almikes@aol.com>
parents:
11925
diff
changeset
|
187 |
roundLimit = math.max(1, math.floor(tonumber(params["rounds"]))) |
ace20b1d8d53
Add “rounds” script parameter for Racer
Wuzzy <almikes@aol.com>
parents:
11925
diff
changeset
|
188 |
if type(roundLimit) ~= "number" then |
ace20b1d8d53
Add “rounds” script parameter for Racer
Wuzzy <almikes@aol.com>
parents:
11925
diff
changeset
|
189 |
roundLimit = 3 |
ace20b1d8d53
Add “rounds” script parameter for Racer
Wuzzy <almikes@aol.com>
parents:
11925
diff
changeset
|
190 |
end |
ace20b1d8d53
Add “rounds” script parameter for Racer
Wuzzy <almikes@aol.com>
parents:
11925
diff
changeset
|
191 |
end |
11929
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
192 |
if params["waypointradius"] ~= nil then |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
193 |
wpRad = math.max(40, math.floor(tonumber(params["waypointradius"]))) |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
194 |
if type(roundLimit) ~= "number" then |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
195 |
wpRad = 450 |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
196 |
end |
167de692f2d7
Add new Racer script parameter: waypointradius
Wuzzy <almikes@aol.com>
parents:
11928
diff
changeset
|
197 |
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
|
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 |
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
|
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 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
204 |
for i = 0, (TeamsCount-1) do |
11928
42e90b244e11
Racer: Dump old commented-out code
Wuzzy <almikes@aol.com>
parents:
11927
diff
changeset
|
205 |
teamNameArr[i] = " " |
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
|
206 |
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
|
207 |
teamIndex[i] = 0 |
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
208 |
teamScore[i] = 1000000 |
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
|
209 |
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
|
210 |
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
|
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 |
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
|
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 |
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
|
215 |
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
|
216 |
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
|
217 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
219 |
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
|
220 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
222 |
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
|
223 |
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
|
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 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
227 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
229 |
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
|
230 |
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
|
231 |
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
|
232 |
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
|
233 |
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
|
234 |
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
|
235 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
236 |
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
|
237 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
238 |
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
|
239 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
240 |
-- 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
|
241 |
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
|
242 |
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
|
243 |
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
|
244 |
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
|
245 |
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
|
246 |
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
|
247 |
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
|
248 |
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
|
249 |
--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
|
250 |
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
|
251 |
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
|
252 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
253 |
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
|
254 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
255 |
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
|
256 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
257 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
258 |
----------------- |
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
259 |
-- 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
|
260 |
----------------- |
d080b8d4c114
team coloured, just for the 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 |
|
11647
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
262 |
function onLeft() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
263 |
boostX = boostX +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
264 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
265 |
function onLeftUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
266 |
boostX = boostX -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
267 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
268 |
function onRight() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
269 |
boostX = boostX -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
270 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
271 |
function onRightUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
272 |
boostX = boostX +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
273 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
274 |
function onUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
275 |
boostY = boostY +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
276 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
277 |
function onUpUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
278 |
boostY = boostY -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
279 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
280 |
function onDown() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
281 |
boostY = boostY -boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
282 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
283 |
function onDownUp() |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
284 |
boostY = boostY +boostValue |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
285 |
end |
b4d621700bbb
Allow variable boost directions in Racer
mikade <redgrinner@gmail.com>
parents:
11585
diff
changeset
|
286 |
|
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
|
287 |
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
|
288 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
290 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
292 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
294 |
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
|
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 |
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
|
297 |
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
|
298 |
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
|
299 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
if dist < (NR*NR) then |
11928
42e90b244e11
Racer: Dump old commented-out code
Wuzzy <almikes@aol.com>
parents:
11927
diff
changeset
|
303 |
wpCol[i] = GetClanColor(GetHogClan(CurrentHedgehog)) |
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
|
304 |
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
|
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 |
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
|
307 |
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
|
308 |
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
|
309 |
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
|
310 |
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
|
311 |
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
|
312 |
|
11925
7123bfc9643c
Racer: Don't mess with ammo display when touching waypoint
Wuzzy <almikes@aol.com>
parents:
11924
diff
changeset
|
313 |
if wpActive[i] == false then |
11927
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
314 |
local wpMessage = "" |
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
315 |
if wpRem-1 == 0 then |
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
316 |
wpMessage = loc("Track completed!") |
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
317 |
else |
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
318 |
wpMessage = string.format(loc("Waypoints remaining: %d"), wpRem-1) |
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
319 |
end |
72593678e8d6
Racer: Show “Track completed!” message
Wuzzy <almikes@aol.com>
parents:
11926
diff
changeset
|
320 |
AddCaption(wpMessage, 0xffba00ff, capgrpGameState) |
11925
7123bfc9643c
Racer: Don't mess with ammo display when touching waypoint
Wuzzy <almikes@aol.com>
parents:
11924
diff
changeset
|
321 |
end |
7123bfc9643c
Racer: Don't mess with ammo display when touching waypoint
Wuzzy <almikes@aol.com>
parents:
11924
diff
changeset
|
322 |
wpActive[i] = true |
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
|
323 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
325 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
327 |
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
|
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 |
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
|
331 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
333 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
335 |
|
d080b8d4c114
team coloured, just for the 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 |
function AdjustScores() |
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
337 |
bestTimeComment = loc("Did not finish") |
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
|
338 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
-- 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
|
342 |
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
|
343 |
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
|
344 |
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
|
345 |
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
|
346 |
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
|
347 |
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
|
348 |
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
|
349 |
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
|
350 |
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
|
351 |
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
|
352 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
354 |
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
|
355 |
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
|
356 |
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
|
357 |
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
|
358 |
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
|
359 |
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
|
360 |
|
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
361 |
if bestTime ~= 1000000 then |
11924 | 362 |
bestTimeComment = string.format(loc("%.1fs"), (bestTime/1000)) |
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
|
363 |
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
|
364 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
366 |
if trackTime == bestTime then -- best time of the race |
11924 | 367 |
ShowMission(loc("Racer"), |
368 |
loc("Track completed!"), |
|
369 |
string.format(loc("New race record: %.1fs"), (trackTime/1000)) .. "|" .. |
|
370 |
string.format(loc("Winning time: %s"), bestTimeComment), 0, 4000) |
|
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
|
371 |
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
|
372 |
else -- best time for the clan |
11924 | 373 |
ShowMission(loc("Racer"), |
374 |
loc("Track completed!"), |
|
375 |
string.format(loc("New clan record: %.1fs"), (trackTime/1000)) .. "|" .. |
|
376 |
string.format(loc("Winning time: %s"), bestTimeComment), 4, 4000) |
|
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
|
377 |
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
|
378 |
else -- not any kind of new score |
11924 | 379 |
ShowMission(loc("Racer"), |
380 |
loc("Track completed!"), |
|
381 |
string.format(loc("Time: %.1fs"), (trackTime/1000)) .. "|" .. |
|
382 |
string.format(loc("Winning time: %s"), bestTimeComment), -amSkip, 4000) |
|
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
|
383 |
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
|
384 |
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
|
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 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
388 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
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
|
392 |
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
|
393 |
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
|
394 |
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
|
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 |
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
|
397 |
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
|
398 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
400 |
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
|
401 |
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
|
402 |
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
|
403 |
|
d080b8d4c114
team coloured, just for the 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 |
|
d080b8d4c114
team coloured, just for the 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 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
408 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
410 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
412 |
for i = 0, (TeamsCount-1) do |
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
413 |
if teamNameArr[i] ~= " " and teamScore[i] ~= 1000000 then |
11923 | 414 |
teamComment[i] = string.format(loc("%s: %.1fs"), teamNameArr[i], (teamScore[i]/1000)) .. "|" |
415 |
else |
|
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
416 |
teamComment[i] = string.format(loc("%s: Did not finish"), teamNameArr[i]) .. "|" |
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
|
417 |
end |
11923 | 418 |
totalComment = totalComment .. teamComment[i] |
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
|
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 |
|
11924 | 421 |
ShowMission( loc("Racer"), |
422 |
loc("Status update"), |
|
423 |
string.format(loc("Rounds complete: %d/%d"), roundNumber, roundLimit) .. "|" .. " " .. "|" .. |
|
424 |
loc("Best team times: ") .. "|" .. totalComment, 0, 4000) |
|
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
|
425 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
427 |
if roundNumber >= roundLimit then |
11923 | 428 |
gameOver = true |
429 |
TurnTimeLeft = 10000000 |
|
430 |
||
431 |
-- Sort the scores for the ranking list |
|
432 |
local unfinishedArray = {} |
|
433 |
local sortedTeams = {} |
|
434 |
local k = 1 |
|
435 |
for i = 0, TeamsCount-1 do |
|
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
436 |
if teamScore[i] ~= 1000000 and teamNameArr[i] ~= " " then |
11923 | 437 |
sortedTeams[k] = {} |
438 |
sortedTeams[k].name = teamNameArr[i] |
|
439 |
sortedTeams[k].score = teamScore[i] |
|
440 |
k = k + 1 |
|
441 |
else |
|
442 |
table.insert(unfinishedArray, string.format(loc("%s did not finish the race."), teamNameArr[i])) |
|
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
|
443 |
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
|
444 |
end |
11923 | 445 |
table.sort(sortedTeams, function(team1, team2) return team1.score < team2.score end) |
446 |
||
447 |
-- Write all the stats! |
|
448 |
||
449 |
for i = 1, #sortedTeams do |
|
450 |
SendStat(siPointType, loc("milliseconds")) |
|
451 |
SendStat(siPlayerKills, sortedTeams[i].score, sortedTeams[i].name) |
|
452 |
end |
|
453 |
||
454 |
if #sortedTeams >= 1 then |
|
455 |
SendStat(siGameResult, string.format(loc("%s wins!"), sortedTeams[1].name)) |
|
456 |
SendStat(siGameResult, string.format(loc("%s wins!"), sortedTeams[1].name)) |
|
457 |
SendStat(siCustomAchievement, string.format(loc("%s wins with a best time of %.1fs."), sortedTeams[1].name, (sortedTeams[1].score/1000))) |
|
458 |
for i=1,#unfinishedArray do |
|
459 |
SendStat(siCustomAchievement, unfinishedArray[i]) |
|
460 |
end |
|
461 |
else |
|
462 |
SendStat(siGameResult, loc("Round draw")) |
|
463 |
SendStat(siCustomAchievement, loc("Nobody managed to finish the race. What a shame!")) |
|
11924 | 464 |
SendStat(siCustomAchievement, loc("Maybe you should try easier waypoints next time.")) |
11923 | 465 |
end |
466 |
||
467 |
-- Game over |
|
468 |
EndGame() |
|
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
|
469 |
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
|
470 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
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
|
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 |
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
|
476 |
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
|
477 |
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
|
478 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
480 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
482 |
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
|
483 |
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
|
484 |
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
|
485 |
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
|
486 |
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
|
487 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
489 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
491 |
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
|
492 |
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
|
493 |
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
|
494 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
496 |
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
|
497 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
499 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
501 |
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
|
502 |
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
|
503 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
505 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
507 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
509 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
511 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
513 |
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
|
514 |
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
|
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 |
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
|
517 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
519 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
521 |
|
d080b8d4c114
team coloured, just for the 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 |
---------------------------------- |
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
524 |
---------------------------------- |
d080b8d4c114
team coloured, just for the 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 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
527 |
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
|
528 |
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
|
529 |
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
|
530 |
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
|
531 |
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
|
532 |
|
d080b8d4c114
team coloured, just for the 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 |
function onGameStart() |
11923 | 535 |
SendHealthStatsOff() |
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
|
536 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
538 |
lastRound = TotalRounds |
11928
42e90b244e11
Racer: Dump old commented-out code
Wuzzy <almikes@aol.com>
parents:
11927
diff
changeset
|
539 |
RoundHasChanged = false |
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
|
540 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
542 |
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
|
543 |
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
|
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 |
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
|
546 |
|
d080b8d4c114
team coloured, just for the 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 |
ShowMission ( |
11924 | 548 |
loc("Racer"), |
549 |
loc("A Hedgewars mini-game"), |
|
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
|
550 |
|
d080b8d4c114
team coloured, just for the 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 |
loc("Build a track and race.") .. "|" .. |
11924 | 552 |
string.format(loc("Round limit: %d"), roundLimit) .. "|" .. |
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
|
553 |
|
d080b8d4c114
team coloured, just for the 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 |
"", 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
|
555 |
) |
d080b8d4c114
team coloured, just for the 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 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
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
|
560 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
562 |
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
|
563 |
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
|
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 |
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
|
566 |
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
|
567 |
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
|
568 |
wpCirc[wpCount] = AddVisualGear(wpX[wpCount],wpY[wpCount],vgtCircle,0,true) |
11563 | 569 |
|
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
|
570 |
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
|
571 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
573 |
|
11924 | 574 |
AddCaption(string.format(loc("Waypoint placed. Available points remaining: %d"), wpLimit-wpCount)) |
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
|
575 |
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
|
576 |
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
|
577 |
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
|
578 |
|
d080b8d4c114
team coloured, just for the 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 |
function onSpecialPoint(x,y,flag) |
11563 | 580 |
if flag == 99 then |
581 |
fastX[fastCount] = x |
|
582 |
fastY[fastCount] = y |
|
583 |
fastCount = fastCount + 1 |
|
584 |
else |
|
585 |
addHashData(x) |
|
586 |
addHashData(y) |
|
587 |
addHashData(flag) |
|
588 |
specialPointsX[specialPointsCount] = x |
|
589 |
specialPointsY[specialPointsCount] = y |
|
590 |
specialPointsCount = specialPointsCount + 1 |
|
591 |
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
|
592 |
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
|
593 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
594 |
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
|
595 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
596 |
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
|
597 |
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
|
598 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
599 |
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
|
600 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
602 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
604 |
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
|
605 |
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
|
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 |
-- 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
|
608 |
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
|
609 |
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
|
610 |
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
|
611 |
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
|
612 |
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
|
613 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
615 |
if (gameOver == false) and (gameBegun == false) then |
11931
a01a890093f3
Racer: Reduce minimum number of waypoints to 2, tweak descriptions
Wuzzy <almikes@aol.com>
parents:
11930
diff
changeset
|
616 |
if wpCount >= 2 then |
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
|
617 |
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
|
618 |
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
|
619 |
firstClan = GetHogClan(CurrentHedgehog) |
11924 | 620 |
ShowMission(loc("Racer"), |
621 |
loc("A Hedgewars mini-game"), |
|
11931
a01a890093f3
Racer: Reduce minimum number of waypoints to 2, tweak descriptions
Wuzzy <almikes@aol.com>
parents:
11930
diff
changeset
|
622 |
loc("Touch all waypoints as fast as you can!"), 2, 4000) |
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
|
623 |
else |
11924 | 624 |
ShowMission(loc("Racer"), |
625 |
loc("Waypoint placement phase"), |
|
11931
a01a890093f3
Racer: Reduce minimum number of waypoints to 2, tweak descriptions
Wuzzy <almikes@aol.com>
parents:
11930
diff
changeset
|
626 |
loc("Place 2-8 waypoints using the Air Attack weapon.") .. "|" .. |
a01a890093f3
Racer: Reduce minimum number of waypoints to 2, tweak descriptions
Wuzzy <almikes@aol.com>
parents:
11930
diff
changeset
|
627 |
loc("Skip your turn when you are finished placing waypoints."), 2, 4000) |
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
|
628 |
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
|
629 |
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
|
630 |
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
|
631 |
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
|
632 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
634 |
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
|
635 |
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
|
636 |
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
|
637 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
639 |
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
|
640 |
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
|
641 |
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
|
642 |
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
|
643 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
645 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
647 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
649 |
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
|
650 |
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
|
651 |
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
|
652 |
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
|
653 |
|
d080b8d4c114
team coloured, just for the 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 |
if TestRectForObstacle(x-20, y-20, x+20, y+20, true) then |
11924 | 656 |
AddCaption(loc("Please place the waypoint in the air, within the map boundaries")) |
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
|
657 |
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
|
658 |
elseif (y > WaterLine-50) then |
11924 | 659 |
AddCaption(loc("Please place the waypoint further away from the waterline")) |
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
|
660 |
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
|
661 |
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
|
662 |
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
|
663 |
if wpCount == wpLimit then |
11924 | 664 |
AddCaption(loc("Race complexity limit reached")) |
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
|
665 |
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
|
666 |
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
|
667 |
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
|
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 |
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
|
670 |
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
|
671 |
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
|
672 |
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
|
673 |
|
d080b8d4c114
team coloured, just for the 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 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
676 |
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
|
677 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
679 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
681 |
--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
|
682 |
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
|
683 |
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
|
684 |
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
|
685 |
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
|
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 |
SetGearPosition(CurrentHedgehog, wpX[0], wpY[0]) |
11648 | 688 |
AddGear(GetX(CurrentHedgehog)+boostX, GetY(CurrentHedgehog)+boostY, gtGrenade, 0, 0, 0, 1) |
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
|
689 |
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
|
690 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
692 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
694 |
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
|
695 |
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
|
696 |
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
|
697 |
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
|
698 |
-- 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
|
699 |
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
|
700 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
702 |
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
|
703 |
|
d080b8d4c114
team coloured, just for the 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 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
706 |
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
|
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 |
--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
|
709 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
711 |
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
|
712 |
|
d080b8d4c114
team coloured, just for the 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 |
--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
|
714 |
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
|
715 |
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
|
716 |
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
|
717 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
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
|
721 |
|
11924 | 722 |
AddCaption(string.format(loc("Time: %.1fs"), (trackTime/1000)),GetClanColor(GetHogClan(CurrentHedgehog)),capgrpMessage2) |
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
|
723 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
725 |
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
|
726 |
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
|
727 |
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
|
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 |
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
|
730 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
732 |
|
d080b8d4c114
team coloured, just for the 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 |
-- 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
|
734 |
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
|
735 |
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
|
736 |
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
|
737 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
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 |
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
|
745 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
747 |
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
|
748 |
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
|
749 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
751 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
753 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
755 |
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
|
756 |
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
|
757 |
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
|
758 |
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
|
759 |
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
|
760 |
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
|
761 |
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
|
762 |
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
|
763 |
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
|
764 |
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
|
765 |
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
|
766 |
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
|
767 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
769 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
771 |
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
|
772 |
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
|
773 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
775 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
777 |
at = GetCurAmmoType() |
11563 | 778 |
|
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
|
779 |
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
|
780 |
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
|
781 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
783 |
usedWeapons[amSkip] = nil |
11563 | 784 |
usedWeapons[amExtraTime] = nil |
785 |
||
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
|
786 |
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
|
787 |
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
|
788 |
usedSaucer = usedWeapons[amJetpack] ~= nil |
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[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
|
791 |
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
|
792 |
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
|
793 |
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
|
794 |
|
d080b8d4c114
team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
nemo
parents:
10847
diff
changeset
|
795 |
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
|
796 |
|
d080b8d4c114
team coloured, just for the 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 |
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
|
798 |
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
|
799 |
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
|
800 |
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
|
801 |
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
|
802 |
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
|
803 |
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
|
804 |
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
|
805 |
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
|
806 |
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
|
807 |
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
|
808 |
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
|
809 |
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
|
810 |
|
11545
86528b0cd491
detectMap() rewrite with more sane approach, also check waypoints placement to avoid cheating
unc0rr
parents:
11542
diff
changeset
|
811 |
map = detectMapWithDigest() |
11563 | 812 |
|
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
|
813 |
for i = 0, (numTeams-1) do |
11930
4ed643879c0f
Racer: Clean up “did not finish” mess
Wuzzy <almikes@aol.com>
parents:
11929
diff
changeset
|
814 |
if teamScore[i] < 1000000 then |
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
|
815 |
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
|
816 |
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
|
817 |
end |
11569 | 818 |
|
11585 | 819 |
if map ~= nil and fastCount > 0 then |
11569 | 820 |
StartGhostPoints(fastCount) |
821 |
||
822 |
for i = 0, (fastCount - 1) do |
|
823 |
DumpPoint(fastX[i], fastY[i]) |
|
824 |
end |
|
825 |
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
|
826 |
end |