Forum

> > CS2D > General > Radio Messages
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Radio Messages

8 replies
To the start Previous 1 Next To the start

moved Radio Messages

Nil Kemorya
User Off Offline

Quote
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.
edited 2×, last 14.09.09 04:17:29 am

old Re: Radio Messages

spartan029
User Off Offline

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

old Re: Radio Messages

playa slaya
COMMUNITY BANNED Off Offline

Quote
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

old Re: Radio Messages

Nil Kemorya
User Off Offline

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

old Re: Radio Messages

spartan029
User Off Offline

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

old Re: Radio Messages

ohaz
User Off Offline

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

old Re: Radio Messages

DC
Admin Off Offline

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

changing the game with a HEX editor is not allowed.

old Re: Radio Messages

spartan029
User Off Offline

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

old Re: Radio Messages

New Rex
User Off Offline

Quote
BTW: I've heard DC in another thread and I'm going to repeat.
It's NOT LUA, it's Lua.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview