My Nuclear Dick: Now on Steam!

Discussion in 'Off Topic' started by Beerdude26, Mar 6, 2010.

  1. recon

    recon SM Support Dev

    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    0
    w/e

    Come up with something else for us to argue about.
     
  2. Kane

    Kane Member

    Messages:
    1,337
    Likes Received:
    0
    Trophy Points:
    0
    C# vs Java.

    Java doesn't have Lambda methods, but it has shitty Generics, it is slower and doesnt have good Reflection, besides that it lacks properties and other nifty stuff.
     
  3. Metal Smith

    Metal Smith Member

    Messages:
    4,520
    Likes Received:
    3
    Trophy Points:
    0
    I lolled. I think part of being a dev is being able to take the joke like a mature person. It's definitely one way.
     
  4. .:.HeXi.:. emcalex329

    .:.HeXi.:. emcalex329 Member

    Messages:
    2,512
    Likes Received:
    14
    Trophy Points:
    0
    Wait, what just happened?
     
  5. recon

    recon SM Support Dev

    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    0
    I think C# is better. Pick something else.
     
  6. Empty

    Empty Member

    Messages:
    14,912
    Likes Received:
    11
    Trophy Points:
    0
    New rule: Stop arguing about languages or using programming in your posts.
     
  7. dizzyone

    dizzyone I've been drinking, heavily

    Messages:
    5,771
    Likes Received:
    0
    Trophy Points:
    0
    Everytime I read one of these pissing contests, I imagine the empires community to be some inbred family of lowlifes. Constantly discussing this wigwam they built from clay and feces, as if its a fucking world wonder.
     
  8. rampantandroid

    rampantandroid Member

    Messages:
    2,664
    Likes Received:
    0
    Trophy Points:
    0
    unsafe
    {
    // Pointers go here
    }

    This is why C# wins...and C++ still beats C#. :P

    Now, that said...I use C# daily and have never written any unsafe code...

    Nothing new, eh?
     
  9. Kane

    Kane Member

    Messages:
    1,337
    Likes Received:
    0
    Trophy Points:
    0
    All in all, C# wins. :D
    Unsafe code sucks tho, it only supports ptr to primitive types.
     
  10. Solokiller

    Solokiller Member

    Messages:
    4,861
    Likes Received:
    7
    Trophy Points:
    0
    Code:
    if (KaneBeingAnAss() && !(IsMemberBanned(Kane)))
    {
    pForum->pBanHammer->BanUser(Kane, "Don't be an ass");
    }
    
    And yes, i know there's no such thing as a pForum pointer.
     
  11. ScardyBob

    ScardyBob Member

    Messages:
    3,457
    Likes Received:
    30
    Trophy Points:
    0
    Yet.......
     
  12. rampantandroid

    rampantandroid Member

    Messages:
    2,664
    Likes Received:
    0
    Trophy Points:
    0
    C++ performs better, and has less overhead, and C++ with safe ptrs is pretty darn good. GC.collect might be awesome for lazy coders, but I prefer doing my own memory management. Is C# simple? Yes. For some, that's great. For some, that's a hinderance - games for example won't be using C# for the most part (the rending engines at least, if they're doing intensive graphics/physics and the like. Embedded work is also limited with C#.
     
  13. Krenzo

    Krenzo Administrator

    Messages:
    3,771
    Likes Received:
    0
    Trophy Points:
    0
    Regarding Nuclear Dawn, don't be dicks on their forums. Rage about it all you want on here, but it doesn't help Empires to go over there and piss on their territory.
     
  14. MOOtant

    MOOtant Member

    Messages:
    4,047
    Likes Received:
    0
    Trophy Points:
    0
    Yeah, sure. If you start using smart pointers in C++ you might notice that they actually use CAS instructions (or MT version of them does). If you're doing crappy ref counting you might as well use the real thing - garbage collector. Also Haskell has similar performance in comparison with C++ and is just a better language. :>>>
     
  15. Trickster

    Trickster Retired Developer

    Messages:
    16,576
    Likes Received:
    46
    Trophy Points:
    0
  16. ScardyBob

    ScardyBob Member

    Messages:
    3,457
    Likes Received:
    30
    Trophy Points:
    0
    I see many scunts in their future.
     
  17. Solokiller

    Solokiller Member

    Messages:
    4,861
    Likes Received:
    7
    Trophy Points:
    0
    Lets hope they've got 9 mine, that'll scare away team players.
     
  18. Beerdude26

    Beerdude26 OnThink(){ IsDownYet(); }

    Messages:
    7,243
    Likes Received:
    13
    Trophy Points:
    0
    Haha oh wow this is like Dystopia meets Empires

    IN SPAAAAAAAAAAAAACE
     
  19. Marshall Mash

    Marshall Mash 3D Artist

    Messages:
    590
    Likes Received:
    0
    Trophy Points:
    0
    I've always wondered how a game like Empires would work on a massive scale, most people here knows who's a good com and the community is pretty tight, but this thread got me thinking.

    Would a large and constant influx of new players ironically be the death of a game with mechanics similar to Empires (Nuclear Dawn in this case, assuming it becomes fairly popular) ?

    I mean, if the Empires player base skyrocketed it would be difficult to get a proper game going when newbies flood all servers and all the problems their inexperience wold bring.

    Guess this is somewhat off topic what whatever.
     
    Last edited: Mar 9, 2010
  20. ScardyBob

    ScardyBob Member

    Messages:
    3,457
    Likes Received:
    30
    Trophy Points:
    0
    It wouldn't destroy Empires. We would have an uncomfortable transition period where vets would raeg at newbs, but it would settle down in a month or two.
     

Share This Page