Search:

Type: Posts; User: akuma2099

Page 1 of 2 1 2

Search: Search took 0.00 seconds; generated 5 minute(s) ago.

  1. Replies
    0
    Views
    12,981

    CoD4 Camouflages

    CoD4 has a wonderful asset manager, it's very easy to use indeed, but i'm trying to, right now, get camos looking nice on here, MW3 has the camouflage map Classic
    1251

    looks nice and bright yes?...
  2. Replies
    8
    Views
    8,227

    I'm not very good at this stuff though, how would...

    I'm not very good at this stuff though, how would I go about doing it and wouldn't it be connected to _hardpoints.gsc?
  3. Replies
    8
    Views
    8,227

    https://www.youtube.com/watch?v=HsammR0nKPw&featur...

    https://www.youtube.com/watch?v=HsammR0nKPw&feature=youtu.be
  4. Replies
    8
    Views
    8,227

    It's shown me how it sets weapon classes but how...

    It's shown me how it sets weapon classes but how would I know how to make a killstreak that changes the streak you get when selected?
  5. Replies
    8
    Views
    8,227

    Ingame Killstreak menu

    In the mod Kill the King for CoD4 ingame there is a hardpoints menu, I know how to add hardpoints to a CoD4 mod, but how do I make that menu where people actually select the kill streak?
    Or is a...
  6. Replies
    2
    Views
    5,486

    Wouldn't this only work with script? i.e only...

    Wouldn't this only work with script? i.e only work after a player has been in game?
  7. Replies
    2
    Views
    5,486

    Adding new menus

    I made a 5 new classes in cacpopup.inc, but in game it returns the new classes/menus I added are not found, "Could not find menu 'menu_cac_assault2' "

    I added them to cacpopup.inc:


    #define...
  8. Thread: Stringtables

    by akuma2099
    Replies
    4
    Views
    5,378

    No worries m8, I found a lot of them already.

    No worries m8, I found a lot of them already.
  9. Thread: Stringtables

    by akuma2099
    Replies
    4
    Views
    5,378

    In modtools they are supposed to be in raw/mp but...

    In modtools they are supposed to be in raw/mp but in CoD4 they'll be in common_mp.ff would anyone be able to extract them as CSVs and share?
  10. Replies
    0
    Views
    3,512

    Is there anywhere these files can be found

    CoD4 Stringtables - is there anywhere I can download all these stringtables?
  11. Thread: Stringtables

    by akuma2099
    Replies
    4
    Views
    5,378

    Stringtables

    attachmentTable.csv
    attributeTable.csv
    ChallengeTable.csv
    challengetable_tier1.csv
    challengetable_tier10.csv
    challengetable_tier2.csv
    challengetable_tier3.csv
    challengetable_tier4.csv...
  12. Replies
    16
    Views
    16,435

    Would there be a way to make the callback not...

    Would there be a way to make the callback not affect people behind a wall? Because if a player's in the betty's radius, but on the other side of a wall where it shouldn't affect, it'll still kill...
  13. Replies
    16
    Views
    16,435

    Yes, all fixed :)

    Yes, all fixed :)
  14. Replies
    16
    Views
    16,435

    It was right in front of me this whole time... ...

    It was right in front of me this whole time...


    shouldAffectClaymore( claymore )
    {
    pos = self.origin + (0,0,32);

    dirToPos = pos - claymore.origin;
    claymoreForward = anglesToForward(...
  15. Replies
    16
    Views
    16,435

    But no where in this code is there sighttracing ...

    But no where in this code is there sighttracing

    players = getentarray("player", "classname");
    for(i = 0; i < players.size; i++)
    {
    distance = distance(betty.origin,...
  16. Replies
    16
    Views
    16,435

    As you would realize, it worked(thanked) but...

    As you would realize, it worked(thanked) but there is something I didnt anticipate, the betty thrower has to be looking in the direction of the betty for it to be able to activate for some reason, if...
  17. Replies
    16
    Views
    16,435

    if( self getstance() == "prone" ) {...

    if( self getstance() == "prone" )
    {
    radiusDamage( betty.origin, 40, 200, 20, self );
    }
    else if( self getstance() == "stand" )
    {
    radiusDamage( betty.origin, 200, 200, 50, self );
    }...
  18. Replies
    16
    Views
    16,435

    I'm more trying to find out a way that makes it...

    I'm more trying to find out a way that makes it so it doesn't matter what stance the players in, as long as his entire body is under the bouncing betty's when its in the air, he won't get affected by...
  19. Replies
    16
    Views
    16,435

    And in that same thread, is there any reason the...

    And in that same thread, is there any reason the death endon wouldn't work, because on death, the betty stays where it is and doesn't delete, and on disconnect as well, it stays where it is
  20. Replies
    16
    Views
    16,435

    Bouncing Betty

    How would I make a bouncing betty not affect people who are crouched or proned under it when it goes into the air and explodes?



    betty_think( betty, trigger )
    {
    self endon( "spawned_player"...
  21. Replies
    3
    Views
    4,794

    Thanks, worked :)

    Thanks, worked :)
  22. Replies
    3
    Views
    4,794

    Get a model to stay on ground

    When the claymore is anywhere on the map, the model will always end up on the ground, even if the player plants it in the air, or infront of a ladder that goes down, the claymore won't end up in mid...
  23. Thread: C4

    by akuma2099
    Replies
    4
    Views
    4,843

    ahahah, I found that out by using notepad++ to...

    ahahah, I found that out by using notepad++ to find the word offhand in every file in maps, and trial and error, I found the part of code that actually affected the c4, then after modifying it,...
  24. Thread: C4

    by akuma2099
    Replies
    4
    Views
    4,843

    C4

    I'm not sure many people will understand this (if you don't, tell me, i'll try write it out with less confusion)

    In my mod, C4 and Claymore are both Smoke grenade offhandClass (so people can just...
  25. Thread: Marksman

    by akuma2099
    Replies
    3
    Views
    4,174

    Marksman

    It's a perk in MW3, which basically lets you identify enemy names from a larger range, for cod4 you can identify your teamnames from a large range already, but how could this work for enemies?
Results 1 to 25 of 44
Page 1 of 2 1 2