Search:

Type: Posts; User: Peterlankton

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. I just happened to watch the Battalion stream on...

    I just happened to watch the Battalion stream on Twitch where they talked about the game and answered to the community's questions about it.
    So, just a few things

    They will definitely support the...
  2. Replies
    4
    Views
    5,588

    Well, I don't really get your problem. You...

    Well, I don't really get your problem. You created tag_flash and you got tag_flash... So I can only assume what you really need.
    I guess viewmodel weapons are usually not 'rigid' but rather of type...
  3. Replies
    4
    Views
    5,560

    Why not just check in your code if(items == 10 &&...

    Why not just check in your code if(items == 10 && players == 3) and then set a boolean which you check in the itemDef.

    Some like:


    if(items == 10 && players == 3)
    {
    player...
  4. Replies
    5
    Views
    10,443

    Try it out. The radius depends on how wide you...

    Try it out. The radius depends on how wide you want the trigger to be and the height on how high you want it to be.
  5. Replies
    5
    Views
    10,443

    Using viewpos does not always give you the right...

    Using viewpos does not always give you the right coordinates. I can't tell you why that is, but it troubled me in the past as well.
    Anyways, this should do the trick.



    level.killtriggers[0]...
  6. Replies
    1
    Views
    2,434

    First create a new hud element for the "Round...

    First create a new hud element for the "Round restart: " part.


    level.roundhud = newHudElem();

    Then set the text, positition it, etc.

    Afterwards create another hud, but instead of setting a...
  7. Thread: Headicon

    by Peterlankton
    Replies
    11
    Views
    9,899

    Making it short. player.statusicon = rankicon;...

    Making it short.

    player.statusicon = rankicon; //this makes the rankicon show up in the scoreboard
    player.headicon = rankicon; //changes the headicon

    That's how you do it.
  8. Replies
    3
    Views
    3,838

    Here's some older thread of mine where I asked...

    Here's some older thread of mine where I asked the exact same thing. Maybe it helps. But actually is the same content iCore already stated....
  9. Remove if(level.timelimit > 0) {...

    Remove


    if(level.timelimit > 0)
    {
    if(!isDefined(level.clock))
    {
    level.clock = newHudElem();
    level.clock.horzAlign = "left";
    level.clock.vertAlign = "top";
  10. I will take the tdm.gsc as an example. As I know...

    I will take the tdm.gsc as an example.
    As I know you can simply change something in that file. Just search for this line

    thread maps\mp\gametypes\_hud_teamscore::init();
    and change it to
    ...
  11. Replies
    4
    Views
    4,617

    Set 'cg_draw2d' to '0'

    Set 'cg_draw2d' to '0'
  12. Replies
    23
    Views
    34,999

    I think nobody on earth is interested in...

    I think nobody on earth is interested in downloading any files with 12kb/s. So don't worry about that.
  13. Replies
    23
    Views
    34,999

    Maybe I am wrong on this, but I think the...

    Maybe I am wrong on this, but I think the q3dirtrav was not fixed by IW in CoD4. So it's basically possible to download any file from the main folder of the server and from the fs_game folder as...
  14. Replies
    13
    Views
    595,529

    Client-side. I tried editing stats in the past....

    Client-side. I tried editing stats in the past. Worked for like every mod-server. It's not like a simple .txt document which you can add manually. It's a .dat file I guess.
  15. Replies
    13
    Views
    595,529

    Yup, that actually should work. Though I would...

    Yup, that actually should work.

    Though I would recommend using it like this.


    self maps\mp\gametypes\_persistence::statSet("kills", 0);
    kills = self...
  16. Replies
    13
    Views
    595,529

    Actually I've never met a CoD4 scripter who used...

    Actually I've never met a CoD4 scripter who used openfile() etc. They used getStat() and setStat() if they wanted to save any data.
    Either do what IzNoGod said or try it my way.
  17. Replies
    14
    Views
    10,315

    I've got no time for that. Hopefully someone else...

    I've got no time for that. Hopefully someone else can help you, buddy.
  18. Replies
    14
    Views
    10,315

    I don't know if anyone has a better solution, but...

    I don't know if anyone has a better solution, but I would recommend you to add an itemDef to the hud.menu which checks the clients dvars. dvartest. And then use a menuresponse to kick those guys.
    ...
  19. Replies
    21
    Views
    23,952

    Triple posting? Are you serious?

    Triple posting? Are you serious?
  20. Replies
    2
    Views
    15,916

    I can't put into words what I am thinking right...

    I can't put into words what I am thinking right now. I just hope some moderator will delete this useless thread.

    Why not 'push' the older thread? It's so simple.
  21. Replies
    2
    Views
    15,916

    Last Killcam Bug

    http://killtube.org/showthread.php?1476-Killcam-works-almost-xd

    You already created that thread with this exact problem. Why start a new one?
  22. Replies
    8
    Views
    5,594

    pronemg42gun_fire_forward_medium is an .xanim...

    pronemg42gun_fire_forward_medium is an .xanim file and for usual what's behind "idleAnim/" in the weaponfile is the name of the xanim file for first person idle animation. Looks like the turrets...
  23. Replies
    8
    Views
    5,594

    idleAnim\proneMG42gun_aim_forward_medium\fireAnim\...

    idleAnim\proneMG42gun_aim_forward_medium\fireAnim\proneMG42gun_fire_forward_medium

    That's from the mg42_bipod_prone_mp weaponfile. So they have indeed weapon animations.

    "mg42_bipod_stand_mp"...
  24. Replies
    2
    Views
    3,295

    I think this tool will help you:...

    I think this tool will help you: http://www.diegologic.net/diegologic/CoD_Tools/XmodelExporter.htm

    EDIT: This is also a great help http://www.gamefront.com/files/service/thankyou?id=20850076...
  25. Replies
    12
    Views
    10,247

    I did not mean you. The last part was meant as an...

    I did not mean you. The last part was meant as an answer to Loveboy's post. Sorry for that.
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4