Forum

> > CS2D > Mods > CS:S2D Mod
Forums overviewCS2D overview Mods overviewLog in to reply

English CS:S2D Mod

16 replies
To the start Previous 1 Next To the start

old CS:S2D Mod

Xseba360
User Off Offline

Quote
∗ 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
edited 1×, last 05.08.12 05:07:34 pm

old Re: CS:S2D Mod

Marcell
Super User Off Offline

Quote
user Xseba360 has written
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..

old Re: CS:S2D Mod

Xseba360
User Off Offline

Quote
user Marcell has written
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 has written
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...

old Re: CS:S2D Mod

DrL
User Off Offline

Quote
@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

old Re: CS:S2D Mod

DrL
User Off Offline

Quote
Sorry , forgot everything about my steam..

old Re: CS:S2D Mod

Alistaire
User Off Offline

Quote
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.

old Re: CS:S2D Mod

Xseba360
User Off Offline

Quote
user DrL has written
Sorry , forgot everything about my steam..

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

old Re: CS:S2D Mod

Jela331
User Off Offline

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

old Re: CS:S2D Mod

Chingy
User Off Offline

Quote
user Jela331 has written
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.

old Re: CS:S2D Mod

Jela331
User Off Offline

Quote
user Chingy has written
user Jela331 has written
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.
To the start Previous 1 Next To the start
Log in to reply Mods overviewCS2D overviewForums overview