Corosus

Untitled

Aug 21st, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.52 KB | None | 0 0
  1. <?php
  2.  
  3. global $modsys;
  4.  
  5. $modsys->mod_features = nl2br('<u style="font-size: 22px;">Overworld Invasions</u>
  6.  
  7. Portal Invasions: Meteorites crash to the ground and create a portal leading to another dimension, monsters will start invading through it in waves until you find a way to close the portal.
  8.  
  9. Cave Invasions: Once the invaders have made their introduction via Meteorite, they will also be able to spawn in deep caves around you.
  10.  
  11. Adaption: It\'s a sandbox world, so everything adapts to you and your friends active skill and ability level to always provide a challenging experience.
  12. - Base difficulties: easy, normal, hard
  13. - Adds more challenge based off of all players equipment, both averaging and adding difficulty based off of it
  14. - Difficulty rises as more invasions come from the same source
  15. - Difficulty effects invaders health, damage, and amount spawned
  16.  
  17. <u style="font-size: 22px;">Invaders</u>
  18.  
  19. Zombie Miner: The leader, he can dig himself out of almost any situation and guide his army along the right path towards your base.
  20. - Main Ability: Digs through obstacles
  21. - Digs stairway paths upwards or downwards for other entities to use
  22. - Keeps the area around him actively loaded to ensure hes always on the job (chunkloader tech)
  23. - Other invaders follow him while working their way towards their target
  24.  
  25. Zombie Invader: The army, fast and deadly, these guys will clump up and throw themselves at you incase you think heights can keep you safe.
  26. - Main Ability: Groups and stacks up over walls, can reach any height based on number of invaders
  27. - Stacks up in open air, attempting to wrap around overhangs
  28.  
  29. Zombie Climber: M.I.A., last seen placing ladders helping other vanilla zombies get to hard to reach places.
  30. - Currently not used, WIP
  31. - Main Ability: Can climb anything, places ladders while doing it for everything else to follow
  32.  
  33. <u style="font-size: 22px;">Invaders Dimension</u>
  34.  
  35. To eventually be a full fledged dimension with some terrifying generation. I\'d like to work out an actual story behind all this, thinking their world (or worlds) are doomed to be destroyed by the giant world eaters. They worked out a way to send meteors out to place portals on other worlds, which they hope to call home one day.
  36. - Has a multi staged boss battle, a bit of a suprise half way
  37. - Gain the ability to weild particles through defeating the boss, and in the future, blocks
  38. ');
  39.  
  40. $modsys->mod_whatsnew = nl2br('<span style="font-size: 20px;">New in v0.4 alpha:</span>
  41.  
  42. New Features
  43. ------------
  44.  
  45. - The Item Using Turret (90% complete, semi experimental)
  46. -- A new amazing way to defend your place against hostiles!
  47. -- Emulates the way players use items to make the customizing options nearly endless when you think about the mod items you could use (some have issues though)
  48. -- GUI: Has melee, ranged, and ranged ammo, and 3 fuel slots
  49. -- GUI: can change turrets \'right click\' charge time for item (eg: to full charge shoot a bow)
  50. -- GUI: can change the cooldown between shots, but costs more power per shot for faster rate
  51. -- GUI: change the target range, 0-80 blocks
  52. -- GUI: toggle usage mode on melee slot to use left click or right click (so it could use a close ranged right click using item for melee)
  53. -- Requires coal or IC2 EU power source to charge internal power
  54. -- Works with a lot of mod items, specifically ones that fire projectiles, however some have issues, like thaumcraft firebat/lightning rods due to the way they raytrace for targets I think, hard to tell. Balkons boomerangs are horribly bad (duplication issue), random issues like that.
  55. -- Decently balenced for gameplay, minus the random issues with mod items
  56. -- Has recipe: bottom row is 3 mossy cobble, middle row is redstone blocks on side and mossy cobble in middle, top row is a bow in the middle
  57. -- Due to the experimental nature and difficulty of faking a player to use items as they do, it might be impossible for me to prevent this mod from allowing crashes to happen when users try out mod items with issues. A blacklist to prevent certain items from being used will be added in the future.
  58. -- Injects AI into vanilla entities so they target the turrets
  59. -- Is a combo tile entity / entity structure, if hostile kills the top piece, it will auto repair in about 15 seconds, no maintinance required (yet?)
  60. -- Preserves the state of the item after firing at a cost of power (this prevents the need to repair item etc, doesnt restore nbt state yet[?] but will in future)
  61. --- A cost to use melee/range and to undo damage
  62. --- A cost to refuel the used item from the ammo slot
  63. -- Small bugs: in some states if you switch the ranged weapon, it wont notice the change and continue to use old item, just break turret and replace :(
  64. -- combine with Zombie Awareness extra spawning and have fun setting up sandboxy tower defense scenarios! See if they can overrun it or exaust your power supply, game over man
  65.  
  66. - Unit Factory (very WIP, probably OP but has no recipe yet)
  67. -- looks like a teleporter pad but actually replicates a hostile world comrade to fight with you
  68. -- Block is based off item using turret, so you can place items to give to the spawned entity
  69. -- Awesome replicating effect ( http://coros.us/dl/replicator.gif )
  70. -- Comrade is essentially a walking item turret with none of the recharge stuff, so he\'ll eventually becomes less usefull
  71. --- Costs 500000 power to replicate one
  72. --- Has all the survival logic my AI has developed over the years, attacks whats closest to you, flees if low health, slowly heals and has health visual
  73. --- Teleports to you when far
  74.  
  75. - RTS Building (super amazingly experimental no recipe, but 99% stable)
  76. -- A techdemo of my WIP town AI work to further my skill in AI development and desire to make a fully fledged RTS AI
  77. --- Upon placement, builds the main command building from schematic (if available) and initiates a new town instance
  78. --- Town Economy AI kicks in and produces workers
  79. ---- workers for now scan around for wood/tallgrass to gather and bring back to main base, uses base intelligent area scanning to help find resources
  80. --- Economy AI starts giving out house build orders to workers and starts trying to fill out the area with houses as the resources come in
  81.  
  82. - Comrades and Workers require ZombieCraft textures to be installed for their appearance looks like, woo experimental stuff
  83.  
  84. Tweaks
  85. ------
  86.  
  87. - For the most part, invaders are the same, but there has been a lot of improvements and tweaks, their stacking has been improved greatly
  88. - A config option that auto teleports the invaders to as close as 150 blocks from you was added to fix some issues when using MCPC+ with distant chunkloaded entities, however I believe the issue with MCPC+ has been since fixed, so don\'t use unless you have issues of invasions never showing up or getting stuck far away
  89.  
  90. Also noting here because they have no proper page:
  91.  
  92. CoroAI (all my AI uses)
  93. ======
  94.  
  95. - More and more and more efficiencies in the threaded pathfinding, prevented a lot of redundant path requests being added to queue
  96. - Universal tamability (see new tropicraft taming staff)
  97. - Easy config diplomacy system
  98. - Formation and Mob mentality system
  99. - Behavior Tree AI tech
  100. - New Config: cache overworld chunks only for pathfinder thread, someone had an issue of game eating all memory when my stuff is trying to cache Biomes o Plentys custom dimension, enabling this option fixed the issue (but will break my pathfinding outside of overworld)
  101.  
  102. BuildMod (support mod for HW, ZC, TC)
  103. ========
  104.  
  105. - New ability to rotate schematics as they are printing into world with extremely limited metadata rotate support
  106. - new Integer using mode that fixes old bug with block ids above 256
  107. - Planning for schematics to stop using block ids by auto generating a block name&class to id lookup map
  108. -- This will allow for ZombieCraft and other mods to support their block ids to be changed without breaking everything
  109. --- Which also means a huge plus for supporting other mods that need those block id ranges and even use with ID resolver etc
  110.  
  111. ModConfig (all my mods use)
  112. =========
  113.  
  114. - New way to run custom code after a generic config update call
  115.  
  116. ');
  117.  
  118. $modsys->mod_info = '';
  119.  
  120. $modsys->mod_howto = nl2br('- Extract the zip. In the zip, copy the contents of the folder into your %appdata%\.minecraft folder
  121. - Initial invasion trigger is time based for now, wait 3 minecraft days or type "/hw invasion start" in console
  122. - To close a portal, get a particle glove by making one or getting one by defeating the boss in the invaders dimension');
  123.  
  124. $modsys->mod_config = nl2br('Type "/config" ingame to access these settings for live editing
  125.  
  126. "hostile worlds settings" {
  127. I:areaConverterReplaceBlocksWith=48
  128. I:coolDownBetweenInvasionsCave=12000
  129. I:coolDownBetweenInvasionsPortal=120000
  130. I:coolDownBetweenWaves=12000
  131. I:coolDownFirstTime=72000
  132. I:difficulty=1
  133. B:invadersDropNothing=true
  134. I:invasionBaseInvaderCount=6
  135. I:invasionCaveChancePercent=70
  136. B:invasionCaves=true
  137. B:invasionManyPerPortal=false
  138. B:invasionPortal=true
  139. I:invasionPortalChancePercent=30
  140. I:invasionWaveCountMax=6
  141. I:meteorCrashDistFromPlayerMax=400
  142. I:meteorCrashDistFromPlayerMin=50
  143. S:noInvadeWhitelist=
  144. B:portalTeleporting=true
  145. }');
  146.  
  147. $modsys->mod_media = nl2br('');
  148.  
  149. $modsys->mod_olddl = nl2br("");
  150.  
  151. ?>
Add Comment
Please, Sign In to add comment