Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    3,601

    Steam store - good discount for CoDs

    Not sure if this is the appropriate board, but anyway

    Discounts ranging from 33% to 66% for CoDs right now.
    Most of them are at 50%.

    Ends on Monday
  2. Replies
    26
    Views
    42,772

    for(i = 0; i < libcod.functions.size; i++) {...

    for(i = 0; i < libcod.functions.size; i++)
    {
    if(isUseful(libcod.function[i]))
    {
    useLibcod = true;
    break;
    }
    }
  3. Replies
    2
    Views
    20,906

    Increase meatbot difficulty

    Hi again,
    Today I thought of a way to increase the difficulty of meatbot. I know there are people here who use it in their servers.

    If you run around bots, they will keep shooting at the position...
  4. Replies
    3
    Views
    4,564

    Menus - change window background onFocus

    Hello again
    Like the title says, I'm trying to change the background of a menu window onFocus.

    I did it successfully by making two windows - unfocus_window and focus_window, with the desired...
  5. Replies
    4
    Views
    5,179

    https://github.com/kungfooman/libcod/blob/master/R...

    https://github.com/kungfooman/libcod/blob/master/README.md
    https://github.com/M-itch/libcod/blob/master/README.md
    https://github.com/voron00/libcod/blob/master/README.md

    And a list of functions...
  6. Replies
    34
    Views
    35,950

    I actually solved my problem. All I wanted was...

    I actually solved my problem.
    All I wanted was to avoid the localized string warning in the console, so I created a localized string (didn't know how to do it, I thought I only needed to precache a...
  7. Replies
    33
    Views
    246,983

    This has been mine for the past 5 years or so...

    This has been mine for the past 5 years or so
    1245
  8. Replies
    17
    Views
    14,905

    Since I'm remaking what I've lost, I'd just like...

    Since I'm remaking what I've lost, I'd just like to complement this with a TAB function (to easily switch between the user name and password fields).

    This should be included as a menu response...
  9. Replies
    8
    Views
    7,114

    oh damn, you got the first 2015 post... !

    oh damn, you got the first 2015 post... !
  10. Replies
    8
    Views
    12,466

    Position display

    Hi,

    Just a simple idea I had to help people who need to know their position in maps in case they wanna spawn something with a mod.

    I used to use the print function to check my position every...
  11. Replies
    32
    Views
    32,393

    http://classic.xfire.com/video/62cecc/ message...

    http://classic.xfire.com/video/62cecc/

    message me if you want the code, some things must also be set in the game type script, the gunship menu must be added so the players can call the function...
  12. Replies
    19
    Views
    27,767

    A couple useful information and another HUD...

    A couple useful information and another HUD example:

    - These hud attributes will align your object to its origin position. I could have used it in the hud from my previous post, but I didn't know...
  13. Replies
    25
    Views
    96,092

    still in development: ...

    still in development:

    http://social.xfire.com/video/62cc29

    :p


    by the way, the first matrix I made was 30x15 (so, 450 elements...), and then I found out that it appears I cannot have more...
  14. Replies
    19
    Views
    27,767

    So, I just made this today, it is a very basic...

    So, I just made this today, it is a very basic hud based on eXtreme+ (only thing is, this is much more simple).
    This is for displaying kill streak messages as images instead of strings with...
  15. Replies
    2
    Views
    4,893

    Terrorist mod !!!

    http://classic.xfire.com/video/62c69a/
  16. Replies
    55
    Views
    54,678

    That's why I wrote/adapted the code at the top of...

    That's why I wrote/adapted the code at the top of the page yesterday. Try it.
  17. Replies
    55
    Views
    54,678

    @Tally - If I set the values to errorTitle and...

    @Tally

    - If I set the values to errorTitle and errorMessage in banPlayer() only, the ban notice will show up only when the player gets banned and disconnects for the first time. If he tries to...
  18. Replies
    55
    Views
    54,678

    Ok, based on what I have so far, I tried this and...

    Ok, based on what I have so far, I tried this and it worked:

    Requires the Clientcmd menu;

    In main():



    level thread scanForBan();
  19. Thread: Several Mods

    by guiismiti
    Replies
    7
    Views
    10,568

    This is a very simple countdown sounds mod I...

    This is a very simple countdown sounds mod I created.
    Got the idea from the bomb countdown from Counter-Strike.

    It gives a 30 and 20 seconds left warning and does a 10 to 1 seconds countdown in...
  20. Thread: Several Mods

    by guiismiti
    Replies
    7
    Views
    10,568

    This is a camouflage for americans. I felt the...

    This is a camouflage for americans.
    I felt the need to have it after I played some sniper games and came back to CoD. I wanted to stalk and camp as hidden as possible.
    It's very simple, the only...
  21. Thread: Several Mods

    by guiismiti
    Replies
    7
    Views
    10,568

    First mod is the adaptation I made for MeatBot,...

    First mod is the adaptation I made for MeatBot, so it can be used in dedicated servers. I promised to post it, and here it is.
    I wrote most of the functions except for the most important one, but...
  22. Thread: Several Mods

    by guiismiti
    Replies
    7
    Views
    10,568

    Several Mods

    Hello guys,

    I'm gonna use this thread to post several mods I either created, editted or found interesting. A few might also be hard to find or are no longer available from other sources.

    Enjoy.
  23. Replies
    55
    Views
    54,678

    It's been years since it happened, can't...

    It's been years since it happened, can't remember. Still that's an excellent idea for banning.
    Most people won't know about how it works and are not likely to create a new profile.

    Will try to...
  24. Thread: IP address

    by guiismiti
    Replies
    10
    Views
    8,410

    I'm brazilian, there are currently 2 active hosts...

    I'm brazilian, there are currently 2 active hosts here. If I hire north-american / european hosts my ping will be over 200.
    I said I couldn't install libcod but the host company is little, server...
  25. Replies
    64
    Views
    117,717

    For anybody who is still interested, I'm...

    For anybody who is still interested, I'm finishing my mod (probably today). Took me so long because I had to do waypoints for 5 custom maps, it takes a lot of time.
    Anyway, I'm implementing new...
Results 1 to 25 of 31
Page 1 of 2 1 2