Forum

> > CS2D > General > Beta 0.1.2.0 Suggestions & Ideas
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Beta 0.1.2.0 Suggestions & Ideas

1,972 replies
Page
To the start Previous 1 216 17 1898 99 Next To the start

old Re: Beta 0.1.2.0 Suggestions & Ideas

xxMadChickenxx
User Off Offline

Quote
Put text in game into a text document ( Players, Weapons, blah blah..)
Easier to add guns: put the detail ( skin's name, sound's name) in to a text doc, so if we want to add more guns, put the sounds and skins into their folder, then edit the text doc (name, streng, rof, weight, price,...) to add guns to the game

old Re: Beta 0.1.2.0 Suggestions & Ideas

Yates
Reviewer Off Offline

Quote
user xxMadChickenxx has written
Put text in game into a text document ( Players, Weapons, blah blah..)
Easier to add guns: put the detail ( skin's name, sound's name) in to a text doc, so if we want to add more guns, put the sounds and skins into their folder, then edit the text doc (name, streng, rof, weight, price,...) to add guns to the game

Man shut up about makin' guns. DC will --> NOT <-- add this.

user ImBack has written
ALT + Z to undo things in map editor?

It's ctrl + z, it is a nice idea, some times with that annoying paint bucket I mess stuff up, lol.

old Re: Beta 0.1.2.0 Suggestions & Ideas

ImBack
User Off Offline

Quote
user Yates has written
user xxMadChickenxx has written
Put text in game into a text document ( Players, Weapons, blah blah..)
Easier to add guns: put the detail ( skin's name, sound's name) in to a text doc, so if we want to add more guns, put the sounds and skins into their folder, then edit the text doc (name, streng, rof, weight, price,...) to add guns to the game

Man shut up about makin' guns. DC will --> NOT <-- add this.

user ImBack has written
ALT + Z to undo things in map editor?

It's ctrl + z, it is a nice idea, some times with that annoying paint bucket I mess stuff up, lol.


Well, you know what I mean

old Re: Beta 0.1.2.0 Suggestions & Ideas

Geez
GAME BANNED Off Offline

Quote
@DC
very important to me (for AMXX-like RoundSound) - lua hooks: twin, ctwin (name says all - there is only endround hook for now)

old Re: Beta 0.1.2.0 Suggestions & Ideas

gUtZ
User Off Offline

Quote
user Geez has written
@DC
very important to me (for AMXX-like RoundSound) - lua hooks: twin, ctwin (name says all - there is only endround hook for now)

I wonder why you need those hooks as it can be done with endround hook.

1
2
3
4
5
6
7
8
addhook("endround", "end_of_round")
function end_of_round(mode)
	if mode==1 then
		msg("Ts won")
	elseif mode==2 then
		msg("CTs won")
	end
end
To the start Previous 1 216 17 1898 99 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview