User Tag List

Results 1 to 8 of 8
  1. #1
    Moderator .seVered.]['s Avatar
    Join Date
    Jun 2011
    Location
    Near a River and Under a Bridge
    Posts
    2,125
    Country:

    How to Create Aliases (Commands) in XConsole

    Aliases for Everyone:
    just a few of my favorite aliases to get you started and see the potential of the 'alias' system in the XConsole.

    First, some information about XConsole Aliases (not to be confused with Keybind Aliases < different animal).

    Aliases
    An alias is a command that is created by the user to combine, extend or simplify unreal console commands and/or XConsole commands.

    Command Structure:
    Alias <function> <Name> <command>;<command>;...

    Functions:
    add add the alias to the list of user aliases.
    del remove the alias from the list of user aliases

    Name:
    Name of the alias and the command to type in the console. Try not to use reserved names or other XConsole names to avoid conflicts.

    Command:
    Any UnrealTournament console command, XConsole command or XConsole Alias. Commands are seperarated by a semicolon ';' in the alias statement.


    Example:
    alias add SetDuck set input MIddleMouse Duck;set input shift walking;close

    *close command is to close the XConsole when the command is finished executing.

    These Aliases are in the UnrealTournament.ini format and are to be edited with caution. ALWAYS make a backup of you .ini file BEFORE editing or making changes of any sort.

    Substitute the X in 'Alias[X]' with the number in the position you are inserting the alias at. DO NOT COPY this LIST to your [XConsole.XConsole] section, it WILL NOT WORK.

    Code:
    [XConsole.XConsole]
    Alias[X]=(Name="SpawnRU",Command="admin set %game%.superWRU240 respawntime 0.001;summon %game%.SuperWRU240;say #Siege Ultimate Resource Crystal Spawned;close")
    
    
    Alias[X]=(Name="xNukers",Command="nukers all SiegeInstaGibRifle;nukers all HyperLeecher;nukers all ApeCannon;nukers all FlameThrower;Nukers all AsmdPulseRifle;Nukers all sgGrenadeLauncher;Nukers all;set XConsole bAutoswitch True;set XConsole bExtrabuttons True;set XConsole bDoHud True;xspec on;ViewTargetted;fov 110;close")
    
    Alias[X]=(Name="xStop",Command="nukers stop;xspec off;removers stop;set XConsole bAutoswitch False;set XConsole bExtrabuttons False;set XConsole bDoHud False;ViewSelf;fov 90;close")
    
    Alias[X]=(Name="xRed",Command="nukers Red SiegeInstaGibRifle;nukers Red HyperLeecher;nukers Red ApeCannon;nukers Red FlameThrower;Nukers Red AsmdPulseRifle;Nukers Red sgGrenadeLauncher;nukers Red sgTranslocator;Nukers Red;set XConsole bAutoswitch True;set XConsole bExtrabuttons True;set XConsole bDoHud Tre;xspec on;ViewTargetted;fov 110;close")
    
    Alias[X]=(Name="xBlue",Command="nukers Blue SiegeInstaGibRifle;nukers Blue HyperLeecher;nukers Blue ApeCannon;nukers Blue FlameThrower;Nukers All Blue AsmdPulseRifle;Nukers Blue sgGrenadeLauncher;nukers Blue sgTranslocator;Nukers Blue;set XConsole bAutoswitch True;set XConsole bExtrabuttons True;set XConsole bDoHud True;xspec on;ViewTargetted;fov 110;close")
    
    Alias[X]=(Name="xStatus",Command="Echo bDoHud;Get XConsole bDoHud;Echo bHudTime;Get XConsole bHudTime;Echo bRemoversHud;Get XConsole bRemoversHud;Echo bExtraButtons;Get XConsole bExtraButtons;Echo bAutoSwitch;Get XConsole bAutoSwitch")
    
    Alias[X]=(Name="GetApe",Command="admin summon %Game%.ApeCannon")
    Alias[X]=(Name="GetFlame",Command="admin summon %Game%.FlameThrower")
    Alias[X]=(Name="GetRubber",Command="admin summon %game%.WildcardsRubberSuit")
    Alias[X]=(Name="GetMetal",Command="admin Summon %game%.WildcardsMetalSuit")
    Alias[X]=(Name="GetInsta",Command="summon %game%.SiegeInstaGIBRifle")
    Alias[X]=(Name="KillMetal",Command="admin killall %game%.WildcardsMetalSuit")
    Alias[X]=(Name="KillRubber",Command="admin killall %game%.WildcardsRubberSuit")
    Alias[X]=(Name="KillApe",Command="admin killall %Game%.ApeCannon")
    Alias[X]=(Name="KillFlame",Command="admin killall %game%.FlameThrower")
    Alias[X]=(Name="KillInsta",Command="admin killall %game%.SiegeInstaGIBRifle")
    Alias[X]=(Name="Boobies",Command=":irc privmsg %IRCBOTNICK% Adminsay Boobies %password%")
    Last edited by .seVered.][; 02-21-2014 at 07:21 PM.

  2. #2
    Whicked Sick ~~D4RR3N~~'s Avatar
    Join Date
    Jul 2012
    Location
    Venezuela
    Posts
    1,614
    Country:
    i feel this post dedicated to me lmao... a whole fucking day trying this to work xD
    Quote Originally Posted by |uK|UNrealshots View Post
    You're playing a game that came out in 1999 in the year 2012 who is the fucking nerd here?
    All of us. Enjoy.

  3. #3
    Whicked Sick Chamberly's Avatar
    Join Date
    Jul 2012
    Location
    Vandora Temple
    Posts
    5,488
    Country:
    For @DANGERBOY since he asked when I told him about it:


    @.seVered.][ please fix this, he say that it get unrecognized commands from this one.
    Last edited by Chamberly; 04-08-2014 at 01:38 AM.


    http://irc.lc/globalgamers/uscript for uscript discussion.

  4. #4
    Killing Spree Noob Crossing's Avatar
    Join Date
    Jan 2011
    Posts
    195
    hi do we have a link for downloading the Xconsole and how to instal it
    someone help me thanx

  5. #5
    Dominating OuTlaW's Avatar
    Join Date
    Apr 2013
    Location
    Kingdom of Jordan
    Posts
    451
    Country:
    Quote Originally Posted by Noob Crossing View Post
    hi do we have a link for downloading the Xconsole and how to instal it
    someone help me thanx
    There is a thread on code reviews category

  6. #6
    Killing Spree Noob Crossing's Avatar
    Join Date
    Jan 2011
    Posts
    195
    Quote Originally Posted by OuTlaW View Post
    There is a thread on code reviews category
    thanx found it

  7. #7
    Moderator .seVered.]['s Avatar
    Join Date
    Jun 2011
    Location
    Near a River and Under a Bridge
    Posts
    2,125
    Country:
    Quote Originally Posted by Chamberly View Post
    xnukers as you see, allow you to see all of the things mentioned in the command...
    xstop will stop all of this. but make sure you xstop b4 coming in the server lol..
    xblue, xred... these alias are in ut.ini under xconsole's settings and you can type it in the console to activate.

    @.seVered.][ please fix this, he say that it get unrecognized commands from this one.
    Fix it? Well perhaps I can explain more about the NUKERS command.

    the ALIAS you are referring to is one that I put together. It's simply a collection of single statements;seperated by a ";"

    Nukers is a 'following' feature for weapons and some special items. Nukers is a COMMAND not an ALIAS. Typing 'Nukers List' will show you WHAT items you are currently "FOLLOWING" which is explained in detail in the ReadMe file when you download XConsole.

    Could you be more specific with your question?...

    What are you trying to 'accomplish'.
    Last edited by .seVered.][; 11-20-2013 at 11:50 PM.

  8. #8
    Whicked Sick Chamberly's Avatar
    Join Date
    Jul 2012
    Location
    Vandora Temple
    Posts
    5,488
    Country:
    Quote Originally Posted by .seVered.
    [;67965]]x[Console.
    It's XConsole. I explained most of the xnukers to Dangerboy. What I said that he is getting unrecognized commands, there is something else that is causing it to work and I don't know where it is at and it would be nice if you could help. Don't expect me to be an expert at this. I'm not perfect!


    http://irc.lc/globalgamers/uscript for uscript discussion.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. xConsole not working : (
    By |bc|madman in forum Technical Problems
    Replies: 3
    Last Post: 05-05-2015, 11:45 PM
  2. Xconsole problem!
    By terminator in forum Technical Problems
    Replies: 10
    Last Post: 11-12-2012, 04:03 PM
  3. Commands in Run
    By SAM in forum Tutorials
    Replies: 0
    Last Post: 09-29-2012, 03:25 PM
  4. Commands Siege
    By Slash//. in forum Technical Problems
    Replies: 27
    Last Post: 06-21-2012, 09:25 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •