Jump to content
Mr. Green Gaming

Hero

Members
  • Posts

    143
  • Joined

  • Last visited

Posts posted by Hero

  1. I agree with Squirrel and Deluvas:

    The current Faction Wars really works no different than some prop protection mod with groups.

    Real PvP is as good as impossible, and there basically isn't any interaction between the factions either - Everybody is just busy working on their cobblestone walls and forts. You can't attack settlements of other factions either, also claiming their land will not work even if your faction is significantly stronger than theirs.

    In addition, one has only few reasons to attack others: Plenty of unused resources and free land are available.

    If this doesn't change I expect the server to be empty soon too, when everybody is finished with their uber stone castle at least.

  2. Some suggestions / things I see as improvable:

    Humans:

    • Nails seem too strong and the engineers barricades too weak
    • The shotgun should be equal in usefulness with the auto-shotgun
      (slightly increasing the normal shotguns damage might help)
    • The auto-shotgun is quite useless right now.
      (You run out of ammo in seconds and regenerate only 16 every few minutes)
    • Berserker, on high-level is overpowered again
    • Commando needs some special ability that makes it stand out
      (Like Berserkers have their meele specialization and Engineers their mines)

    Zombies:

    • Time until first zombie is chosen seems too lengthy
    • Zombine is a bit too weak now
  3.  /$$   /$$                                                                                                                                      /$$$$$$   /$$$$$$    /$$     /$$  
    | $$ | $$ /$$__ $$ /$$$_ $$ /$$$$ /$$$$
    | $$ | $$ /$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$ |__/ \ $$| $$$$\ $$|_ $$ |_ $$
    | $$$$$$$$ |____ $$ /$$__ $$ /$$__ $$| $$ | $$ | $$__ $$ /$$__ $$| $$ | $$ | $$ | $$ | $$ /$$__ $$ |____ $$ /$$__ $$ /$$$$$$/| $$ $$ $$ | $$ | $$
    | $$__ $$ /$$$$$$$| $$ \ $$| $$ \ $$| $$ | $$ | $$ \ $$| $$$$$$$$| $$ | $$ | $$ | $$ | $$| $$$$$$$$ /$$$$$$$| $$ \__/ /$$____/ | $$\ $$$$ | $$ | $$
    | $$ | $$ /$$__ $$| $$ | $$| $$ | $$| $$ | $$ | $$ | $$| $$_____/| $$ | $$ | $$ | $$ | $$| $$_____/ /$$__ $$| $$ | $$ | $$ \ $$$ | $$ | $$
    | $$ | $$| $$$$$$$| $$$$$$$/| $$$$$$$/| $$$$$$$ | $$ | $$| $$$$$$$| $$$$$/$$$$/ | $$$$$$$| $$$$$$$| $$$$$$$| $$ | $$$$$$$$| $$$$$$/ /$$$$$$ /$$$$$$
    |__/ |__/ \_______/| $$____/ | $$____/ \____ $$ |__/ |__/ \_______/ \_____/\___/ \____ $$ \_______/ \_______/|__/ |________/ \______/ |______/|______/
    | $$ | $$ /$$ | $$ /$$ | $$
    | $$ | $$ | $$$$$$/ | $$$$$$/
    |__/ |__/ \______/ \______/

    I did it

  4. You need to prove yourself.

    Make a fine Zombie Survival update in test.

    If i dont like it NO ONE LIKES IT.

    Excuse my language but,

    No shit sherlock.

    That's what I've been saying the whole time. We first friggin test it before putting it trough.

    You know what, Fuck it. i don't even want to work on a server with this kind of a community..

    Fuck you all, Screw you Devulas for fucking green over. And fuck you Hundred2 jij vuile kanker NSB'er

    Ho Ho Ho, Merry Christmas.

    PokerFace.png

  5. An experimental, minimal VM:

    	qxInt program[] = { 

    //Initialize the counter
    QX_CONST, 0,
    QX_CONST, 1,
    QX_SET,

    //Get current value
    QX_CONST, 0,
    QX_CONST, 0,
    QX_GET,

    //Increment value and store
    QX_CONST, 1,
    QX_ADD,
    QX_SET,

    //Print the value
    QX_CONST, 0,
    QX_GET,
    QX_PRINT,

    //Jump back to get current value
    QX_CONST, 1,
    QX_CONST, 4,
    QX_JIF
    };
    qxDo( program );

    This program infinitely increments a counter and prints each value to the console :)

    I plan on using the VM as backend for some experimental programming language later.

  6. Looks very good, would you like to post what mods you're using? :)

    Yeah sure, however I won't be able to remember them all:

    Qarls Texture Pack III

    Natural environments (activated weather only)

    Enhanced vegetation

    Advanced water modification

    RAEVWD (Really Almost Everything Visible When Distant)

    LOD texture packs

    Also used 8x Super Sampling AA for rendering (helluva FPS killer)

×
×
  • Create New...