Inactive [FUN/MISC] Tribu v0.6.2 - The ZombieSurvival continuation [1.4.5 R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by Graindcafe, Jul 19, 2011.

     
  1. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    Tribu - A zombie survival game !

    Currently looking for translators please contact me by PM if your language is not already translated or not fully translated.

    What is it ?
    Tribu is a zombie survival game in which you can set zombie spawns. Zombies will appear wave by wave once the game is started. You have to kill them! Each kill will get you money and points, and with the money you can buy items to kill more zombies. The game will stop when everyone is dead.



    This post has been edited 126 times. It was last edited by Graindcafe May 19, 2012.
  2.  
  3. Offline

    NOTNOT

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OMG
    Config File tomorrow ?! That's Nice Say!
  4. Offline

    NOTNOT

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Um .. i think This plugin has change Zombie spawn type (?)
    When game is start , Zombies spawn ! but the other mobs spawn too ! ( Like Spider,Skeleton...etc) so
    It's Very Annoy ! Please we can change passive!
  5. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Grefuntor, join me your log file please

    @NOTNOT, I've already talk about that, it's because mobs were already spawned before you start the game. The future version will remove all monsters (if the plugin is configured as dedicated server) before start the game.
  6. Offline

    Grefuntor

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have sent you the log (effected areas) by way of conversation.
    Hope it helps, and is fixed so i can continue using this excellent plugin.
  7. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry, I've worked all the day long but there is too many bugs so I couldn't release the new version today, maybe tomorrow
  8. Offline

    Taintedfilmz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  9. Offline

    NOTNOT

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have idea for this plugin
    This is Zombie Survival Plugin ! so Humans Always win! because Zombie is Stupid!
    I think zombies can break blocks! ( Like Zombie Attack plugin ) or They can Open the door!
    Then Game will very interesting !
    ( this is just My think ... Not Persuade ! )
  10. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You're right NOTNOT... in fact I always play with ZombieAttack ! And because this plugin is inactive, I will (maybe) continue it later. About open the door, I think it should be part of ZombieAttack

    EDIT : Not inactive anymore, infected has continued it.

    Thank you for the video TaintedFilmz ! But there is 3 little problems

    The /zombiemode command will disappear in the future version, replaced by /tribu

    /ispawn syntax is "/ispawn" for setting arguments "set ispawn" are useless (but it works).

    It's useless to save and reload the level, in fact, you can just start the level, it will be saved automatically, and as you're editing it, it's already loaded.

    The /tribu command will merge /level and /zombiemode and /vote (/level and /vote can be ambiguous or in conflict with another plugin and /zombiemode is too long to type)
  11. Offline

    Taintedfilmz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When the future update comes out i can make an updated video of the commands, and thanks for the tips!
  12. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Here is the new version :)
    Walliance likes this.
  13. Offline

    anymol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Bonsoir. Je suposse que tu es francais.
    Je ne trouve pas le fichier de configuration... Il est ou?

    De plus mes membres n'arrivent plus à construire dans mes autres mondes depuis que j'ai mis la version 0.3...
  14. Offline

    wolfgang784

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Amazing plugin. Me and some friends set it up with like 10 other plugins and made an amazing zombie survival mode with this at it's core.

    I would love to see some customizable waves though, or maybe difficulty settings? Normal, hard, and Insane?
    Takes a while to get up to where you start getting overwhelmed(were in a building designed for it) and I would like to be able to set the waves to increase by 10 each round instead of 5 and make them always die in 1 hit.

    That way we have 400 zombies that are all 1 hit kills rather than 400 zombies that are like 7 hit kills or whatever it would be by that time.

    Anyway. Awesome plugin, keep up the work, back to killing zombies. =P
  15. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @anymol
    - English (because it's an english board)
    The configuration file is not created by default, you must create it (config.yml in the plugin's directory)
    You members can no longer edit the world because the default settings is now "isDedicatedForThisPlugin:true", you should put it off.
    - French
    Le fichier de configuration n'est pas crée par défaut, il faut le créer. (config.yml dans le répertoire du plugin)
    Tes membres ne peuvent plus éditer le monde parce que le réglage par défaut est maintenant "isDedicatedForThisPlugin:true", il faut que tu le mettes à off.

    @Wolfgang The numbers of zombie by wave and their lifes is customizable in the config file. It's a polynomial function with the waveNumber as input variable.
    In the v0.3 the config is thus:
    number of zombies by wave = waveNumber * (0.5*waveNumber+1)+1
    = waveNumber²*0.5+waveNumber*1.0+1.0
    health = waveNumber * 0.5 +4

    Which is in the config file :
    Code:
    -wave:
        -zombies:
            -numberByWave:[0.5,1.0,1.0]
            -health:[0.5,4.0]
    The number of zombies by wave has been modified in the 0.3, previously it was : [5.0,0.0]

    I must admit that I've not tested a lot the configs, but it should works well.
  16. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've updated my first post, the config file was not valid, here is the default settings :


    if you set "isDedicatedForThisPlugin" to false you HAVE TO do /tribu enter to join the game (before /tribu start)

    This post has been edited 2 times. It was last edited by Graindcafe Jul 29, 2011.
  17. Offline

    Shooty

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you add multiworld support ?
  18. Offline

    LordDead1233

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    nice plugin but its disabling mobspawner plugin
    I can't use any plugin that is spawning mobs by command.
    is this normall?
    there is nothing wrong with server log
  19. Offline

    mottley007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Could you add a videos on showing how to do this stuff and a demo :rolleyes:
  20. Offline

    anymol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Chez moi le fichier de configuration ne marche pas.
    Tu pourrais me donner le fichier avec la dédicace sur off?
  21. Offline

    LordDead1233

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've got another big problem everytime I play the zombiesurvival my server gets this WARNING! Did the system time change or is the,server overloaded.
    I looked at time it was alright and we just were with 2 people..
    how to fix this
  22. Offline

    Semirotta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can i create world with this plugin running example:

    normal world : no mobs coz its only for building
    mobster world: this plugin running , every 15 minutes spawns mobs <-- possible? if so, pls tell me how
  23. Offline

    wolfgang784

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you for the quick reply. There is no config file for me or I would have opened that up as soon as I got the plugin and looked at what was changeable in it. I will download the latest version, because I guess you updated to a version with a config like right after I downloaded it yesterday.

    Also, what is the difference between the dedicated and non-dedicated you mentioned above? Gonna try it out and hope it doesn't break anything. =P

    EDIT: Nevermind, I see where you said to create my own config. Kinda skimmed over the first post last time just getting the commands. =/

    This post has been edited 2 times. It was last edited by wolfgang784 Jul 28, 2011.
  24. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's planned (look at the Future plans)

    TaintedFilmz wanna make it . Thanks to him.

    English :
    As said in the first post, you should create it. Then, just copy and paste the default Config that I've give here and change the "isDedicatedForThisPlugin" setting.
    French:
    Comme dit dans le premier message, tu dois le créer. Ensuite, tu as juste à copier/coller la config par défaut que j'ai donné ici et modifié le réglage "isDedicatedForThisPlugin".
    The plugin may be set with "isDedicatedForThisPlugin" to true, check it (by default it's true, so if there is no config file, this set to true).

    It seems to be a performance problem, what's the configuration of your server ?

    It's planned

    Is it alright now ?
  25. Offline

    LordDead1233

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Where to check the configuration of server (I'm not that good with server :D)
  26. Offline

    Taintedfilmz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ill work on the new video today xD
  27. Offline

    Semirotta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    question again.
    Can i make it /tribu start and leave it ON? it keeps spawning mobs unlimited or just few per few mins?
  28. Offline

    anymol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    C'est ce que j'ai fait... Mais ca ne marche pas! Le plugin ignore le fichier de configuration!
    Désolé d'être si pénible, mais je ne comprend pas pourquoi ça ne marche pas
  29. Offline

    wolfgang784

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nope. I made the config and started editing it but nothing was changing. After a bit more testing with no results, I changed all of the 1's in the entire config to 30 and reloaded and nothing changed.

    At least something should have changed or broke, but the waves continued normally. So the config doesn't actually DO anything.

    It was a yml document placed in the Tribu folder in the plugins folder, alongside the levels folder. It was called config.yml.
  30. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Where is your craftbukkit.jar (or whatever you've named it) then, "plugins" and "tribu", create the file "config.yml"
    It's nice :) If you have any doubt, ask me !
    The game will stop if none players are online, it will spawn as zombie as you specified in the config file
    English
    Are you sure to have reload the configuration file by doing /reload ? Haven't you any error ? If you are sure of that, send me your log file.
    French
    Es-tu bien sûr d'avoir rechargé le fichier de configuration en faisant /reload ? N'as tu aucune erreur ? Si tu es sûr de ça, envois moi ton fichier log.

    This post has been edited 1 time. It was last edited by Graindcafe Jul 28, 2011.
  31. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Okay, I haven't tested a lot this part of code, I will take a look and I reply you back in 5 mins.
  32. Offline

    Graindcafe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry all, it seems that configuration doesn't work ! I will post a new version in some minutes.
    Edit : However, isDedicatedForThisPlugin works (the only one I've tested before release, no luck !)

    This post has been edited 2 times. It was last edited by Graindcafe Jul 28, 2011.

Share This Page