Forum

> > CS2D > General > Radio Messages
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Radio Messages

8 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

verschoben Radio Messages

Nil Kemorya
User Off Offline

Zitieren
I know you can replace the actual audio for radio messages, but I was wondering if anyone has found a way influence ingame I, O, P buttons and their text. i guess you could use Lua coding or play with a hex editor to actually create a NEW form of radio commands but i have no idea.

it would all be client side if it was hex editor but lua i guess could work on a server.

Some important ones like "Flank North, South, East, West" and "Suppressive Fire" are missing so I was thinking that somehow in Lua you could make a custom menu for them.

just a random thought if anyone has ever found a way to edit the radio messages.
2× editiert, zuletzt 14.09.09 04:17:29

alt Re: Radio Messages

spartan029
User Off Offline

Zitieren
×Wrong section.
An Admin/Mod might come around and close this. if so make a new post in the CS2D lua thread. If you feel it is important enough for its own thread then make it in the CS2D Section.

alt Re: Radio Messages

playa slaya
COMMUNITY BANNED Off Offline

Zitieren
heres a hint to make threads in correct place if it has ANYTHING to do counter strike 2d then its gos in the CS2D forums.if its about another game,tv show, music, or anyother random thing its offtopic

alt Re: Radio Messages

Nil Kemorya
User Off Offline

Zitieren
gr! no way new thread in CS2D. this is just curiosity!

CS2D Lua thread is about coding, i want to know if any has just ever heard of it! not that i want the code or i will die.

bah, i guess this will be moved to CS2D. then shut down because it looks like a suggestion.

alt Re: Radio Messages

spartan029
User Off Offline

Zitieren
@playa slaya
Nice job repeating what said. [sarcasm]keep up the good work![/sarcasm]

@Nil
This would not be a suggestion. it is about LUA and LUA doesn't "have" to do with the suggestions.

@Topic
But the question is can this be made? if there is a menu that you can get help from and pick things then i am sure you can make a menu that play sounds. But how to get it to only play the sound in Team. and also make the player say something in team. or hey maybe out loud.

alt Re: Radio Messages

ohaz
User Off Offline

Zitieren
Should be possible with Lua and cs2d cmd sv_sound2
But you would need to put the soundfiles on the map, because sounds which are used in Lua are not sent to the joining players (which is in my opinion really shit... but... well DC doesn't want to make it...)
I just explain how it should work:
Create a menu with buttons for your Messages.
If someone clicks a message, then everyone in his team should get the sound, this should be made with a for i= 1,32,1 do loop, which tests at every player if he's in the same team as the one who sent the message.
Then you can play the sound with parse("sv_sound2 "..i.." "..clickedbutton)

alt Re: Radio Messages

DC
Admin Off Offline

Zitieren
you can create your own menus but it's impossible to change existing menus.

changing the game with a HEX editor is not allowed.

alt Re: Radio Messages

spartan029
User Off Offline

Zitieren
Well there you go Nil. If you want you can go request this in the lua help thread or you can make it your self.

alt Re: Radio Messages

New Rex
User Off Offline

Zitieren
BTW: I've heard DC in another thread and I'm going to repeat.
It's NOT LUA, it's Lua.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht