JavaScript is required to use Bungie.net

Forums

12/10/2015 3:27:28 PM
39
You're talking about a fix that was probably five lines of code. -check for book, -if book = yes then, -unlock - if book = no then, -lock I'd love to see how well you whiners can prog. 'I totally took Visual Basic in high school. Does that count?' -tissue for the babies
English

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Douche. Seriously most douchey comment on this entire forum. The only code you know is the password you have for your gay porn site.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • He must have been born on the motorway.. (Most accidents happen there)

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • [quote]Douche. Seriously most douchey comment on this entire forum. The only code you know is the password you have for your gay porn site.[/quote] HAHHAHAAHAHAHAHAH

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • I mean they obviously can't do it very well either. Last week they couldn't even have a door open on schedule and broke leg engrams AGAIN. Lol.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • i am no coder by any means. but it seems like common sense that a bug for the book is infinitely less complicated than any weapon or mechanics bug. but after all this is the destiny forum where stupidity and hater hipster mentality reign.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Nerd

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Nerds rule hehe

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Sure am.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • you're also a rider of bungie d!ck too

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Some of us are experienced coders with decades of history in various languages. Any clown can tell you rushing a patch the same day is going to be a bad idea. You can't possibly test things that fast. And this is why the game has so many defects. The testing is primarily done by the user base in production. Pros and cons but it's amazing they roll with that model and claim 25M+ installed

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Pixelhak: 12/10/2015 5:41:21 PM
    Installed, but does the demo also count? Then its pretty easy to get 25+

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Amazing part is not the user base. That they have such a large base and rush patches to production is amazing.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Niminin Nieminin: 12/10/2015 5:19:26 PM
    I'm a retired software developer. In a game as complex as Destiny nothing is as simple as editing five lines of code. Each action has consequences seen and unseen.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • True

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • 25 million * 60$ You do the math.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • void public RecordBookArmor(){ if book == true{ MomentumGear = true; MomentumEmblem = true; } else { MomentumGear = false; MomentumEmblem = false; } } This would be more of how it is coded probably, obviously a reference to book and MomentumGear/Emblem would have to be made, also am learning C coding \o/

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Now try to code an exotic weapon (•-• )

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Navi: 12/10/2015 5:14:36 PM
    That would take time and two separate files if I were doing it from scratch xD if I could see how they coded the exotic perks and their weapons I could use it for reference but that's not public :(

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Beadsman01: 12/10/2015 5:04:46 PM
    Wouldn't take long to edit the strings on a weapon such as Thorn reducing damage overtime would prolly be an edit of at most 2 lines of code . _.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • And changing thorn could be fixed by just altering a few values.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Navi: 12/10/2015 5:12:07 PM
    If it's how I think it is then every weapon has it's own file that contains it's values such as fire rate, damage, range etc so technically they could change the values easily but it still has to be tested, this could be repetitive work and is probably why it took them a while to come out with a weapon balancing patch. The exotics though would be a little more complicated because of their special perks which are probably in a different file and referenced in the exotics weapon file so changing the Thorn's perk to stack and lower the damage ticks could also take a good amount of time

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • It doesn't take 8 months to change the impact on thorn.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Navi: 12/10/2015 5:24:38 PM
    You're right it doesn't, but it takes time to change both the impact and perk of the exotic and test it so they probably just thought it would be a better idea to hold off on the patch and make a big weapon update instead of fixing 1 weapon and going through the effort of creating the patch for 1 weapon

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • lol op said prog as in program.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Salty Guardian located. Contacting Desticle HQ. Establishing connection...

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

You are not allowed to view this content.
;
preload icon
preload icon
preload icon