project-navigation
Personal tools

Author Topic: Feasibility study  (Read 4965 times)

Offline Latino210

  • Squad Leader
  • ****
  • Posts: 161
  • UFORadiant mapper
    • View Profile
Feasibility study
« on: September 29, 2012, 07:39:41 pm »
Dear sirs

In the next weeks I will be willing and able to give some time to UFO:AI. I've already posted a nice, little map in Mapping, I hope it will be included in the next release.

I'd really like to make a big, ambitious mod for UFO and I d'like to know if it's feasible to include all those modifications in the game. It's just a "feasibility study", I wish to know if it's feasible or if I should just stick to mapping. Here are the modifications I'd like to make:

A new world map with new cultural/climatic zones. New nations.
A lot of new maps with a really different undertone. I've already designed some of them.
New weapons and equipment, both for aliens and for XCOM. Some of the equipment must be buildable, some not.
Remove the dogfights for some kinds of mission. Some aliens will emerge from underground and the player's only choice would be to do the ground missions. I was thinking about making some kind of UFOS impossibly hard to detect and having them start some specific ground missions everytime.
Human rebels and cultists with human weapons, while the aliens use their aliens-only weapons.
Artillery! Humanity in UFO AI has forgotten the concept of artillery and indirect fire! I was thinking about a heavy artillery fired from far away. The soldier will just "paint" the target with a laser designator and enjoy the fireworks.



Do you think that it will be feasible? Please, keep in mind that I am an electric engineer. I know the basics of programming and logic, but I cannot tell a line of code from a wheelbarrow!

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Feasibility study
« Reply #1 on: September 29, 2012, 09:07:38 pm »
mods are always welcome.

this sounds like a rather big project to me to be honest. if you have the time and the mood go for it.

and you need patches accepted in upstream to get your mod going... just post them here and we will discuss/apply them.

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Feasibility study
« Reply #2 on: September 29, 2012, 09:15:00 pm »
Because we are an open source game, anything is possible. Several of these ideas will require you modify the source code, something that you are freely able to do if you know how to write C/C++ code. But it won't be as simple as adjusting a few scripts here and there. These include humans fighting with aliens, no dogfights on some missions and artillery. The rest can be done entirely through UFO scripts.

Offline Latino210

  • Squad Leader
  • ****
  • Posts: 161
  • UFORadiant mapper
    • View Profile
Re: Feasibility study
« Reply #3 on: September 29, 2012, 10:20:34 pm »
Humans fighting alongside aliens would be extremely simple: simple make an alien race with the same graphics and animations as Xcom soldiers. Is it possible?

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Feasibility study
« Reply #4 on: September 29, 2012, 11:31:46 pm »
It is possible, but all aliens are equipped the same. The only way you could get the humans to only use human weapons would be to create a separate "race" for each human which is designated to only carry one weapon type (similar to how the bloodspider only has the bloodspider weapon).

Nokim

  • Guest
Re: Feasibility study
« Reply #5 on: September 30, 2012, 08:19:38 am »
UFO mission without dogfight... Aren't they already here? I have good map coverage and sometimes ground mission appears without UFO detected in air (landed UFO). By the way it's very strange because according to UFOpedia Scouts anf Fighters can't land - they even don't have landing equipment.

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Feasibility study
« Reply #6 on: September 30, 2012, 11:59:53 am »
Yes, but it is hardcoded to only work with specific mission types and specific UFOs.

Offline Latino210

  • Squad Leader
  • ****
  • Posts: 161
  • UFORadiant mapper
    • View Profile
Re: Feasibility study
« Reply #7 on: September 30, 2012, 12:53:29 pm »
It is possible, but all aliens are equipped the same. The only way you could get the humans to only use human weapons would be to create a separate "race" for each human which is designated to only carry one weapon type (similar to how the bloodspider only has the bloodspider weapon).

Right! This is the sort of advice I am looking for! It will be easy to create several "races" of identical looking terrorist/insurgent/cultist with a different weapon. Every one of them will generate the same UFOapedia entry when killed and dissected.

and you need patches accepted in upstream to get your mod going...
I have no idea what are you talking about. Translate in plain non-geek english, please.

Because we are an open source game, anything is possible. Several of these ideas will require you modify the source code, something that you are freely able to do if you know how to write C/C++ code.
Well, learning a little C++ won't hurt me, I hope. I already know the basics of programming (writing code for automated assembly lines is not easy).

I am almost finished with my first map, I am going to post it in mapping later. Thanks for your support!