Forum

> > CS2D > Mods > CS:S2D Mod
ForenübersichtCS2D-Übersicht Mods-ÜbersichtEinloggen, um zu antworten

Englisch CS:S2D Mod

16 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt CS:S2D Mod

Xseba360
User Off Offline

Zitieren
∗ I'm looking for people who could help me with this mod. ∗
• Mappers
• Texture Artists (especially for tiles)
• LUA Coders
• Anyone who could contribute in any way.

∗ Things that i'm thinking of, at the moment: ∗
> de_dust
> cs_militia (would be hard because the house is actually multi-leveled)
> cs_office
> Lua-based MVP system, like in CS:S/CS:GO (IF POSSIBLE)

∗ What i got so far: ∗
√ Almost finished de_dust2 (RC2, next release is final,i hope)
√ Weapons + sounds
√ HUD
√ all CS:S Bot names

∗ To change: ∗
× Update the killicons that i made long time ago
× Atm, i'm using GPolice's reload sounds, that needs to be changed unless he allows me to use it.

∗ DEMO: ∗
> https://dl.dropbox.com/u/19656788/css2d/Counter-Strike%20Source%202D%20Demo.exe
1× editiert, zuletzt 05.08.12 17:07:34

alt Re: CS:S2D Mod

Marcell
Super User Off Offline

Zitieren
user Xseba360 hat geschrieben
I'm looking for people who could help me with this mod.
• Mappers
• Texture Artists (especially for tiles)
• LUA Coders
• Anyone who could contribute in any way.

Things that i'm thinking of, at the moment:
> de_dust
> cs_militia (would be hard because the house is actually multi-leveled)
> cs_office
> Lua-based MVP system, like in CS:S/CS:GO (IF POSSIBLE)


What i got so far:
√ Almost finished de_dust2 (RC2, next release is final,i hope)
√ Weapons + sounds
√ HUD
√ all CS:S Bot names

To change:
× Update the killicons that i made long time ago
× Atm, i'm using GPolice's reload sounds, that needs to be changed unless he allows me to use it.



You wanna that people do all works without you?
i think nobody will join..

alt Re: CS:S2D Mod

Xseba360
User Off Offline

Zitieren
user Marcell hat geschrieben
You wanna that people do all works without you?
i think nobody will join..


No, you did not understand me, i'm looking for help, not for people who will do everything for me...

user 0verGuyver hat geschrieben
fucking original =_=
I CSS2D already seen 500 times

show me who actually finished these. noone i believe.
i'm trying to actually finish it, and not leave it in like half of the progress...

alt Re: CS:S2D Mod

DrL
User Off Offline

Zitieren
@user Xseba360: Hey , I might help you but in the negative comments are right.
Here is the MVP system thanks to user EngiN33R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[quote=user:7749]function table.find(table,element)
     for k,v in pairs(table) do
          if v==element then
               return k
          end
     end
end

addhook("endround","showmvp")
function showmvp()
      local kills={}
      for i=1,32 do
           kills[i]=0
      end
      for _,id in pairs(player(0,"table")) do
           kills[id]=player(id,"score")
      end
      local mvp=math.max(unpack(kills))
      for _,id in pairs(player(0,"table")) do
           msg2(id,string.char(169).."255255255MVP: "..player(table.find(kills,mvp),"name").." ("..mvp.." kills)")
      end
end[/quote]
,And i can help with mapping

Edit:Forgot that Engin33r posted an update to how both Terrorist / Counter Terrorists MVP

alt Re: CS:S2D Mod

Alistaire
User Off Offline

Zitieren
Seems easy enough to make. I don't know if I'm gonna help actively but if you need something you could ask on Skype or via pm.

alt Re: CS:S2D Mod

Xseba360
User Off Offline

Zitieren
user DrL hat geschrieben
Sorry , forgot everything about my steam..

Ok. Add me on Skype then. Just saying, I don't use it often.

alt Re: CS:S2D Mod

Jela331
User Off Offline

Zitieren
1.Create a thread about a mod
2.Type in a description you need someone to code lua
3.Never finish it

alt Re: CS:S2D Mod

Chingy
User Off Offline

Zitieren
user Jela331 hat geschrieben
1.Create a thread about a mod
2.Type in a description you need someone to code lua
3.Never finish it

This happened much times already.

alt Re: CS:S2D Mod

Jela331
User Off Offline

Zitieren
user Chingy hat geschrieben
user Jela331 hat geschrieben
1.Create a thread about a mod
2.Type in a description you need someone to code lua
3.Never finish it

This happened much times already.


That's why I wrote it.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Mods-ÜbersichtCS2D-ÜbersichtForenübersicht