Difference between revisions of "Mod:PhysicsMeteoroid"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{subst:Mod page}}")
 
Line 1: Line 1:
<!--This template is required, do not remove, but edit the values of the fields.-->{{Modinfobox
+
{{Modinfobox
| Name = Name of your mod
+
| Name = Physics Asteroid Plugin
| Author = primary author of the mod, if more than one separate with a <br />
+
| Author = Draygo
| Description = Short Description of your mod
+
| Description = Replaces meteors with dropped ore, relies on the havok physics engine to calculate the damage.
| Website = website for your mod, must start with http:// or https:// (OPTIONAL)
 
| Steamgroup = steam group mod page  (OPTIONAL)
 
 
| Forums = Mod's Forum Thread (OPTIONAL)
 
| Forums = Mod's Forum Thread (OPTIONAL)
| Type = Type of your Mod(Block, API, Server, Conversion ) other values are allowed but wont be automatically categorized.
+
| Type = SEServerExtender Plugin
| Modversion = version number of your mod
+
| Modversion = 0.1.2.5
| Version = SE version your mod was made in use <nowiki>{{subst:currentversion}}</nowiki> (without the nowiki tags) to mark your mod as compatible with the current version.  
+
| Version = 01.039.010
| Forumcontact = Author's name on SE's forum in case contact is needed.
+
| Forumcontact = Draygo
 
}}
 
}}
 
<!-- These are only recommended sections, add or remove as you will -->
 
<!-- These are only recommended sections, add or remove as you will -->
 
== Overview ==
 
== Overview ==
<!-- Give a brief overview of what your mod does -->
+
This is the first release of the asteroid replacement plugin, what this plugin does:
  
== Download and installation instructions ==
+
version 0.1.2.5 - Alpha
<!-- Links to external sites and instructions on how to setup your mod -->
+
 
 +
*Disables meteors from spawning when no player is on the server
 +
*Can enable/disable meteor showers while running
 +
*Replaces meteors with physics objects - smaller asteroids will do little to no damage, large asteroids can tear through your ship.
 +
*Options in SEServerExtender including maximum meteor size and multipliers for velocity and max velocity.
 +
 
 +
Notes:
 +
Turrets will no longer fire on 'meteors'. But will fire on moving objects.
 +
These meteors do count against the floating object limit of the server, people mining may end up deleting the meteor swarm
 +
Having automatic cleanup enabled may delete the meteors before they can impact targets.
 +
Must have meteors enabled in order for this plugin to work. The plugin can disable meteors from doing damage with a toggle in the plugin configuration in SEServerExtender
  
== Mod Guide ==
 
<!-- Give a detailed description of your mod, and all its parts, if your mod has a lot of parts you may separate this out into subpages. -->
 
  
== How to help ==
+
== Download and installation instructions ==
<!-- maybe a section if you are looking for help or want to link to your source code for mods that use the API-->
+
*Download: https://github.com/DraygoKorvan/SEPhysicsAsteroidsPlugin/releases/tag/v0.1.2.5-alpha
 +
*Create a folder in your mods directory called PhysicsAsteroid
 +
*Place DLL in folder
 +
*Requires SEServerExtender to run.

Revision as of 02:14, 19 July 2014

Mod page
Physics Asteroid Plugin
 
Author:
Draygo
 
Mod Type:
SEServerExtender Plugin
 
Mod Version:
0.1.2.5
 
SE Version:
01.039.010
 
Forum Thread:
Mod's Forum Thread (OPTIONAL)
 

Overview

This is the first release of the asteroid replacement plugin, what this plugin does:

version 0.1.2.5 - Alpha

  • Disables meteors from spawning when no player is on the server
  • Can enable/disable meteor showers while running
  • Replaces meteors with physics objects - smaller asteroids will do little to no damage, large asteroids can tear through your ship.
  • Options in SEServerExtender including maximum meteor size and multipliers for velocity and max velocity.

Notes:

Turrets will no longer fire on 'meteors'. But will fire on moving objects. 
These meteors do count against the floating object limit of the server, people mining may end up deleting the meteor swarm
Having automatic cleanup enabled may delete the meteors before they can impact targets.

Must have meteors enabled in order for this plugin to work. The plugin can disable meteors from doing damage with a toggle in the plugin configuration in SEServerExtender


Download and installation instructions