I like to announce EVE: RTS (work name) It's a mod about EVE Online developed by myself, featuring ships and other objects directly from the original Game. Models and Textures were extracted using TriExporter. CCP confirmed that I can use their Artwork. (see end of summary)

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS Easy mapping for hobby mappers! (view original)
Easy mapping for hobby mappers!
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

This screenshot shows you the commands you may need to add a basic map for this mod. Actually it's the whole object code for the map i'm working with at the moment.

Still no Asteroids and other stuff, but this can be added with the same function.
It's defined like this:
"AddObject(Radius, Phi, Psi, ObjArc, Type, Name)"
Phi is horizontal rotation,
Psi is vertical rotation,
ObjArc defines the orientation of the Object
Type defines wich spawn method to use (Startpoint,SectorObject,Object,Harvestable and a few more)
Name defines the name of the Object to spawn (Hgn_interceptor for example)