killed by ..

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

sry i forgot can only access first array with set/get so setting spreenote will do the first killing spree msg only

@DarkNight: these are for putting in a text file to exec when u boot UT
you might find a few msgs in some of the int files though - have a look in engine.int for some
 
Originally posted by Destroy
set victimmessage youwerekilledby -JøKø- Got Killed By
set multikillmessage DoubleKillString -= Double Kill! =-
set multikillmessage MonsterKillString -= Monster Kill! =-
set multikillmessage MultiKillString -= Multi Kill! =-
set multikillmessage UltraKillString -= Ultra Kill! =-
set killermessageplus youkilled -JøKø- Killed
set killingspreemessage endspreenote _Got 0wned By
set killingspreemessage spreenote Is 0wning



like this with DarkKnight as instead of JøKø- can u fix that?;)
 
Originally posted by DarkKnight
can't openenigne.int:( can any1 send 1 with the mods in?
Open Notepad then open it, at ed save as int..
like this with DarkKnight as instead of JøKø- can u fix that?;)
lmfao :lol:, just change his name..
 
can't find this part:(

set victimmessage
set multikillmessage
set multikillmessage
set multikillmessage
set killermessageplus
set killingspreemessage
set killingspreemessage
 
@Darknight:

u wont find those 'set' lines in engine.int they r meant to b put in custom config file to 'exec' from ut console. If u dont already use any custom config or tweak file u must make a new one and put the lines in u want ie

set victimmessage youwerekilledby -DarkKnight- Got Killed By
etc

ok instructions:

1 start new text file with notepad
2 put the lines in for the msgs u want to change
3 save as custommsgs.txt (or whatever name u like) in UTs system folder (eg c: \unrealtournament\system)
4 each time u first start UT u must type in console:

exec custommsgs.txt (or whatever u it saved as)

5 thats it
 
BTW would anyone b interested if i made some mod that did this?
(that way u could change all the spreenote msgs too)
id have a go if enough ppl interested but i wonder since its not that hard to run a config file (for mose of us anyway ^^)
 
yea i would be interested.
coz everytime i reinstall ut, which is alot, i have to hex edit my botpack.u -_-.
U say "why not save it then reinstall?", coz i always forget it.
 
Originally posted by HeadCase
BTW would anyone b interested if i made some mod that did this?
(that way u could change all the spreenote msgs too)
id have a go if enough ppl interested but i wonder since its not that hard to run a config file (for mose of us anyway ^^)


i would be interested:)
 
Theres one thing tho if i make this mod - you'd have to run the mod each time u start UT - it wouldnt auto run the changes at startup

unless anyone knows a way auto-running a mod? maybe by changing the ut shorcut line or something?
 
You can auto run a tweak file like that

u change the shortcut address to this..


C:\UnrealTournament\System\UnrealTournament.exe -exec=Tweaks.ini

that way i never have to load tweaks they just load when i start UT...
 
Im wondering if its pos to use mutator=blabla like u can when running a server?

but i guess that would mean it would have to appear in the game mutators list which isnt what id want...
 
Originally posted by HeadCase
Theres one thing tho if i make this mod - you'd have to run the mod each time u start UT - it wouldnt auto run the changes at startup

unless anyone knows a way auto-running a mod? maybe by changing the ut shorcut line or something?
the int file auto loads it or?
Add it to customcommandstring in xconsole.ini? :confused:
 
Last edited:
hmm.. u could just make some mod were u have to type something like 'exec blaat.txt' << I'm using that for my tweaks and i binded a key to exec blaat.txt....
that wont be to hard i guess :P
 
Originally posted by Destroy
the int file auto loads it or?
Add it to customcommandstring in xconsole.ini? :confused:

yep you can add an exec line to xconsole.ini np, or do as Paa says and put in your ut shortcut

what i was thinking of tho is a separate mod (ie on the mod menu) that you could change all the msgs (even spreenote[1] - spreenote[4] that dont work from execing a file)

but since the changes dont stick when u shut down ut you need a way to auto run the settings (ie the mod) at start up

Originally posted by Mido
hmm.. u could just make some mod were u have to type something like 'exec blaat.txt' << I'm using that for my tweaks and i binded a key to exec blaat.txt....
that wont be to hard i guess :P

damn sight easier that making a :cow: mod anyhow :D
 
Last edited:
yep but to get it to work u have to summon it first and for the different color beams its TeamSuperShockRifle:

summon supershockrifle
summon TeamSuperShockRifle

set supershockrifle deathmessage %k GîßßéÐ %o
set TeamSuperShockRifle deathmessage %k GîßßéÐ %o

also u could use %w for weapon

%k GîßßéÐ %o with the %w

etc