User:ShipIt

From UFO:AI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

I dropped into the forum to complain and went out starting my first mapping attempt.

One note. Although contributing to this project, I am not a computer guy at all. This might be not entirely true, because I use computers for gaming since I got my first one. (The Commodore C64 was a computer, wasn´t it?) Also most of my business nowadays relies on using computers. But I can neither read nor write code in any way. So I would call myself an experienced (Windows®-) user.


City Map Project

Prelude

Inspired by H-Hour´s City map I always thought about how to make something like this possible. Now I finally want to take a shot at this. At current stage I am about to make the last details on the 'proof of concept'. This is a huge project, will need a lot of time and is probably going to never be 'finished'. But I hope I can take it far enough to give the game a map that can compete with the alienbase.


Goals

  • The theme should be generally darker than the other maps. I want much more 'Blade Runner' than 'Miami Beach'. This gives the opportunity to work with lights much more than usual. The dropships will land in an abandoned part of the city.
  • The RMA needs to be flexible, so buildings (tiles) of very different sizes can be used.
  • RMA needs to support every mission type (all UFOs, missions without UFO).
  • Maps should take advantage of the material system as much as possible.
  • Try to make it not too huge. Seems to be the biggest task for me, as I don´t like my soldiers to jump out of the dropship and get shot at the blink of an eye. So I tend to make the dropship tiles somewhat bigger than usual, to provide a save landing zone. This of course stretches each mission by one turn or two.


Needs

  • [open] A texture to mark stairs up/down.


Todo

Concept

  • [WIP] proof of concept
    • [open] proof of concept for small assembly (Scout UFO, Fighter UFO), max size 7x6
    • [open] proof of concept for medium assembly (Harvester UFO, Gunboat UFO, Supply UFO), max size 9x9
    • {[open] proof of concept for large assembly (Corrupter UFO, Bomber UFO), max size 11x12
    • [done] proof of concept for huge assembly (Corrupter UFO, Bomber UFO), size 14x14


Lighting

  • [done] check out the lighting system to find a configuration that fits the goal


Dropsip tiles

  • [open] Dropship tiles (for testing some very simple tiles are in place)
      • For those I thought to make the dropships land on some kind of "aircraft station". For the start a helipad is enough.
    • [open] Firebird dropship
    • [open] Herakles dropship
    • [open] Raptor dropship


UFO tiles

  • [open] UFO tiles
    • [open] Scout UFO
    • [open] Fighter UFO
    • [open] Gunboat UFO
    • [open] Supply UFO
    • [open] Harvester UFO
    • [open] Corrupter UFO
    • [open] Bomber UFO
    • [open] crashed Scout UFO
    • [open] crashed Fighter UFO
    • [open] crashed Gunboat UFO
    • [open] crashed Supply UFO
    • [open] crashed Harvester UFO
    • [open] crashed Corrupter UFO
    • [open] crashed Bomber UFO


Street tiles

very first pic, railway, street and sidewalk
  • [WIP] street lines, corners and crossings
    • [done] street tile horizontally
      • [open] workaround the stretched floor brush of the sidewalk
    • [done] street tile vertically
    • [open] street corner sw ¯|
    • [open] street corner se |¯
    • [open] street corner nw _|
    • [open] street corner ne |_
    • [open] street crossing X -|-
      • Not sure if this is needed at all. It would require a lot of space and doesn´t add much.
    • [done] street crossing s ¯|¯
      • [open] reduce brush- & facecount once the layout is final
    • [done] street crossing w -|
      • [open] reduce brush- & facecount once the layout is final
    • [done] street crossing n _|_
      • [open] reduce brush- & facecount once the layout is final
    • [done] street crossing e |-
      • [open] reduce brush- & facecount once the layout is final
    • [open] tunnel crossing vertical street
    • [open] tunnel crossing horizontal street
    • [open] Camera Control Center for traffic cameras
    • [open] Camera Conrol Center for subway cameras

Maps

  • [WIP] ideas what tiles could be adapted from existing maps
    • [done] +city parking lot
      • [open] add some proper sounds
    • [open] +cemetery
    • [open] +transport
    • [open] +spedition
    • [open] +tower
    • [open] +construction


  • [WIP] ideas for new buildings
    • [done] abandoned building
      • [open] reduce brush- & facecount once the layout is final
    • [open] cinema
    • [open] hospital
    • [open] bottom levels of the +city2 highrise
    • [open] mall
    • [open] railway station

Updates