SJA random projects - Page 13

User Tag List

Page 13 of 24 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 236
  1. #121
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Added a dynamic background, I've only made one graphic for it so far(the blue hypergiant), the rest are just circles atm.

    The collisions for the bots are there, but they don't do anything yet apart from killing themselves going to the right.




  2. #122
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    The bots now get a random set of 25 movements sets after each spawn, and gets a random amount of movements of that type(5-35 left or right, < 5 for jumps), I will added dodging tomorrow, as well as tweaking the bots settings.

    Added scoreboard if the user holds down space or left ctrl button.

    Added Headshot sounds, spree sounds, multi kill sounds.


  3. #123
    Killing Spree DontWorryBeHappy's Avatar
    Join Date
    Feb 2013
    Posts
    144
    Country:
    Damn, looks like you put a lot of effort into this. I like the extended stats. Reminds me of good old NetGames.com *thumbsup*

    I don't hear sounds though but maybe that's just my rig?

  4. #124
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    If you played the old version, i didnt upload the sounds for the different browsers, they only work for opera, firefox and chrome atm.

    The stats for spawn killer 3 will be much better and have a lot more data collected for each game.

  5. #125
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Thinking of:
    Normal mode (Instagib),
    Sniper mode,
    Rocket mode,
    Minigun mode,
    Ripper mode,
    enforcer mode,
    and maybe alt flak mode

    I could do the whole lot in one gametype where you have to get 10 kills with each weapon in the fastest time possible.

    Bot amounts:

    1v1 bot,
    1v2 bots,
    1v4 bots,
    1v8 bots,
    1v16 bots


    Bot difficulties:

    Novice (bot fires every 1 second, normal bot speed, bot accuracy 15%),
    Skilled (bot fires every 0.7 seconds, bot speed * 1.2, bot accuracy 35%),
    Masterful (bot fires every 0.5 seconds, bot speed * 1.4, bot accuracy 50%),
    Godlike (bot fires every 0.25 seconds, bot speed * 1.75, bot accuracy 85%)




    Does this look familiar though?

    Just need a minigun now.



    - - - Updated - - -





    ----------------------------------



    - - - Updated - - -



  6. #126
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:

  7. #127
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    I've updated the text scaling for this game, no matter what screen resolution the user uses, the font will scale and not overlap and there is no stretching like there was before. Even if you have something stupid like 350x1920, the font is still readable and isn't stretched.



  8. #128
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Need more names for bots
    If you think of a funny name I should use post here, or if you want your name in the game I can add it.

    Code:
    var botDetailsR = [
                    { "name": "Dog Toilet", "acc": 75 },
                    { "name": "A4 Paper", "acc": 35 },
                    { "name": "NotANoob", "acc": 25 },
                    { "name": "AS~Chinpo", "acc": 4 },
                    { "name": "Elite.Noob", "acc": 30 },
                    { "name": "1337PotatoCannon", "acc": 36 },
                    { "name": "HamsterToaster", "acc": 30 },
                    { "name": "NoOoOoOoOb", "acc": 20 },
                    { "name": "ReallyIAmANoob", "acc": 32 },
                    { "name": "Misha", "acc": 11 },
                    { "name": "SmaK", "acc": 6 },
                    { "name": "OLD_MAN", "acc": 15 },
                    { "name": "JustAnotherNoob", "acc": 22 },
                    { "name": "Potato", "acc": 18 },
                    { "name": "NotBotting.Elite", "acc": 90 },
                    { "name": "ReallyGoodPlayer", "acc": 15 }
                ];
    Code:
    var botDetailsNoobs = [
                    { "name": "AS~Chinpo", "acc": 12 },
                    { "name": "wom_are_idi", "acc": 4 },
                    { "name": "CHIMP", "acc": 15 },
                    { "name": "1337|MinigunNoob", "acc": 20 },
                    { "name": "Misha", "acc": 12 },
                    { "name": "Noob", "acc": 15 },
                    { "name": "Bot", "acc": 2 },
                    { "name": "Spiderman", "acc": 8 },
                    { "name": "Smak", "acc": 4 },
                    { "name": "Tuna Can", "acc": 11 },
                    { "name": "A3_Paper", "acc": 6 },
                    { "name": "VERY_OLD_MAN", "acc": 15 },
                    { "name": "||---||", "acc": 22 },
                    { "name": "HotDog32", "acc": 18 },
                    { "name": "noob.123", "acc": 90 },
                    { "name": "LOL", "acc": 15 }
                ];
    Code:
    var botDetailsNormal = [
                    { "name": "Dog Toilet", "acc": 30 },
                    { "name": "A4 Paper", "acc": 30 },
                    { "name": "NotANoob", "acc": 30 },
                    { "name": "AS~Chinpo", "acc": 4 },
                    { "name": "Elite.Noob", "acc": 30 },
                    { "name": "1337PotatoCannon", "acc": 36 },
                    { "name": "HamsterToaster", "acc": 30 },
                    { "name": "NoOoOoOoOb", "acc": 30 },
                    { "name": "ReallyIAmANoob", "acc": 32 },
                    { "name": "Misha", "acc": 4 },
                    { "name": "SmaK", "acc": 4 },
                    { "name": "OLD_MAN", "acc": 30 },
                    { "name": "JustAnotherNoob", "acc": 30 },
                    { "name": "Potato", "acc": 25 },
                    { "name": "NotBotting.Elite", "acc": 45 },
                    { "name": "ReallyGoodPlayer", "acc": 32 }
                ];
    Code:
    var botDetailsHard = [
                    { "name": "Dog Toilet", "acc": 45 },
                    { "name": "A4 Paper", "acc": 50 },
                    { "name": "NotANoob", "acc": 44 },
                    { "name": "AS~Chinpo", "acc": 4 },
                    { "name": "Elite.Noob", "acc": 45 },
                    { "name": "1337PotatoCannon", "acc": 32 },
                    { "name": "HamsterToaster", "acc": 55 },
                    { "name": "NoOoOoOoOb", "acc": 48 },
                    { "name": "ReallyIAmANoob", "acc": 43 },
                    { "name": "Misha", "acc": 4 },
                    { "name": "SmaK", "acc": 4 },
                    { "name": "OLD_MAN", "acc": 42 },
                    { "name": "JustAnotherNoob", "acc": 44 },
                    { "name": "Potato", "acc": 58 },
                    { "name": "NotBotting.Elite", "acc": 62 },
                    { "name": "ReallyGoodPlayer", "acc": 47 }
                ];
    Code:
    var botDetailsInsane = [
                    { "name": "Dog Toilet", "acc": 60 },
                    { "name": "A4 Paper", "acc": 64 },
                    { "name": "NotANoob", "acc": 65 },
                    { "name": "AS~Chinpo", "acc": 4 },
                    { "name": "Elite.Noob", "acc": 54 },
                    { "name": "1337PotatoCannon", "acc": 57 },
                    { "name": "HamsterToaster", "acc": 59 },
                    { "name": "NoOoOoOoOb", "acc": 50 },
                    { "name": "ReallyIAmANoob", "acc": 52 },
                    { "name": "Misha", "acc": 4 },
                    { "name": "SmaK", "acc": 4 },
                    { "name": "OLD_MAN", "acc": 50 },
                    { "name": "JustAnotherNoob", "acc": 37 },
                    { "name": "Potato", "acc": 44 },
                    { "name": "NotBotting.Elite", "acc": 79 },
                    { "name": "ReallyGoodPlayer", "acc": 90 }
                ];
    Code:
    var botDetailsAimbots = [
                    { "name": "Boss~Losah", "acc": 80 },
                    { "name": "45", "acc": 72 },
                    { "name": "Gaga", "acc": 80 },
                    { "name": "HyperX", "acc": 100 },
                    { "name": "Dog_Bonner_IV", "acc": 86 },
                    { "name": "AS~Chinpo.bot", "acc": 95 },
                    { "name": "DogHamsterToaster", "acc": 70 },
                    { "name": "NoOoOoOoOb", "acc": 70 },
                    { "name": "ReallyIAmANoob", "acc": 82 },
                    { "name": "Misha.bot", "acc": 74 },
                    { "name": "SmaK.bot", "acc": 84 },
                    { "name": "OLD_MAN", "acc": 88 },
                    { "name": "JustAnotherNoob", "acc": 80 },
                    { "name": "Potato", "acc": 85 },
                    { "name": "NotBotting.Elite", "acc": 89 },
                    { "name": "ReallyGoodPlayer", "acc": 78 }
                ];

  9. #129
    Dominating uranus's Avatar
    Join Date
    Jul 2011
    Posts
    646
    Country:
    make me famous!

  10. #130
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:



    ------------------------------edit--------------------------



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Another random game
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 79
    Last Post: 06-29-2015, 07:59 PM
  2. Random siege gif.
    By Chamberly in forum Screenshots
    Replies: 8
    Last Post: 01-05-2015, 04:17 AM
  3. Ben10 / Random / random Anime names
    By uenz in forum Reports/Complaints & Appeals
    Replies: 7
    Last Post: 08-30-2014, 02:43 PM
  4. Random bug
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 7
    Last Post: 03-13-2014, 11:22 AM
  5. Everybody random guy
    By |uK|B|aZe//. in forum Bans
    Replies: 0
    Last Post: 12-23-2011, 10:31 AM

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
  •