Forum

> > CS2D > Mods > Half-Life 2D
ForenübersichtCS2D-Übersicht Mods-ÜbersichtEinloggen, um zu antworten

Englisch Half-Life 2D

483 Antworten
Seite
Zum Anfang Vorherige 1 211 12 1324 25 Nächste Zum Anfang

alt Re: Half-Life 2D

J4x
User Off Offline

Zitieren
Yeah i know it works with miliseconds if that is what you mean.

alt Re: Half-Life 2D

Starkkz
Moderator Off Offline

Zitieren
Oh, i'm forgeting it requires this script:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
function Millisecs()
	return os.clock() * 1000
end

CS2D_Timer = {}
Timer = {}
addhook("always","onAlways")
function onAlways()
	for k, v in pairs(CS2D_Timer) do
		if CS2D_Timer[k].delay - Millisecs() <= 0 then
			local p = CS2D_Timer[k].params
			CS2D_Timer[k].func(p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],p[10],p[11],p[12],p[13],p[14],p[15])
			CS2D_Timer[k] = nil
		end
	end
end

function addtimer(delay,func,params)
	table.insert(CS2D_Timer,{delay = Millisecs() + delay,func = func,params = params})
end

To make it work

alt Re: Half-Life 2D

useigor
User Off Offline

Zitieren
I think, maybe:
snowball -> spore(green), launcher -> sprite.


Grenade can push off from the wall, but Snowball - cant (push off from the wall).

IMG:https://s47.radikal.ru/i116/1104/3d/357d8a415474.png

alt Re: Half-Life 2D

Cert
User Off Offline

Zitieren
In how much time be finished?
I cant wait for this
Cookieez :d cookie

alt Re: Half-Life 2D

Starkkz
Moderator Off Offline

Zitieren
Valve 2D?, Are you joking?. I was trying to make some games with BlitzMax but i have problems with remote sockets.

Edit: Guys i have to tell you, i finished the HoundEye succesfully without errors.
1× editiert, zuletzt 03.05.11 03:19:01

alt Re: Half-Life 2D

Phenixtri
User Off Offline

Zitieren
No Valve 2D is just are little group for those of us developing valve based 2D games. Primarily atm we are just CS2D moders.

Also good news about the hound eye. A vid & or DL link would be great.
Zum Anfang Vorherige 1 211 12 1324 25 Nächste Zum Anfang
Einloggen, um zu antworten Mods-ÜbersichtCS2D-ÜbersichtForenübersicht