Fight Stations: No engines/piloting?

Discuss and distribute tools and methods for modding. Moderator - Grognak
User avatar
Sleeper Service
Posts: 2305
Joined: Sun Mar 24, 2013 8:49 pm

Fight Stations: No engines/piloting?

Postby Sleeper Service » Thu Apr 11, 2013 11:27 am

I started spriting for an variety/event mod that will increase enemy variety mainly by letting you fight small space stations of the different factions.

I got some insight into the games structure but didn't code stuff for ships yet. I just want to verify:
Is it possible to have enemy ships that have neither piloting nor engine systems?
Any possible bugs connected to that?
The ships will exist within their own custom events, so i'm only concerned about the ship code for now.

Image
Small Federation station beta image
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: Fight Stations: No engines/piloting?

Postby kartoFlane » Thu Apr 11, 2013 11:38 am

Enemy ships should work without piloting or engines, since they don't jump to beacons like players do, though keep in mind that they will not be able to dodge missiles or anything.

I've had a similar idea, for an enemy variety mod, that is... Though what I wanted to do was to make more ship layouts for existing graphics :P
Superluminal2 - a ship editor for FTL
User avatar
BrenTenkage
Posts: 1156
Joined: Tue Nov 06, 2012 4:48 pm

Re: Fight Stations: No engines/piloting?

Postby BrenTenkage » Thu Apr 11, 2013 4:49 pm

thats a pretty good idea, I like that
I make a lot of lets plays of FTL, I also use mods I find on this site http://www.youtube.com/playlist?list=PL ... 06hca_PXuX
I am also a modder as well, here is my mod hub viewtopic.php?f=11&t=32269
User avatar
Sleeper Service
Posts: 2305
Joined: Sun Mar 24, 2013 8:49 pm

Re: Fight Stations: No engines/piloting?

Postby Sleeper Service » Fri Apr 12, 2013 12:23 am

Also I started to ask myself to which extend the values İ can define in the various ship editors affect the enemy generation ingame. Do they at all? Will enemy ships always start with this values? How are the progressively randomized?
DryEagle
Posts: 363
Joined: Thu Oct 04, 2012 11:17 am

Re: Fight Stations: No engines/piloting?

Postby DryEagle » Fri Apr 12, 2013 9:31 am

sectordata defines what you get in each sector; enemy ships have their own blueprints. that and certain events can call specific ships. look through the xml files!
All ships I have created include custom weapons, graphics etc:
Image
ImageImageImageImage
User avatar
Sleeper Service
Posts: 2305
Joined: Sun Mar 24, 2013 8:49 pm

Re: Fight Stations: No engines/piloting?

Postby Sleeper Service » Tue Apr 16, 2013 6:22 pm

So the basic designes for the stations of the different factions are finished now, but with gibs and implementation there is still a lot to do.

I wanted to ask if anyone has tested how a missing piloting system affects crew spawning on enemy ships. (Because normally crew is spawned as close as possible to the piloting system. Not a big Issue of course as stations simply could have a dummy piloting system if its absence causes bugs).

Also, i'm getting a little mixed signals concerning original event overrides, checking the new subliminal guide:

It is highly recommended that you take advantage of this as much as possible. As a rule of thumb, if you're editing an event xml file, you're going to want to append your changes rather then flat out replace the file. Keep in mind that you can override vanilla events to your pleasure by having the same event name, and using .append helps prevent mod conflict.


So what up with duplicated events? I was told that before by leycec that events with original names in .appends don't override the vanilla events, instead just create duplicated events. He wrote that just eventlists do override.

Image
Rock station beta sneaky peak.
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: Fight Stations: No engines/piloting?

Postby kartoFlane » Wed Apr 17, 2013 11:09 pm

I did a test regarding the missing piloting system and how the crew behaves - the room with the lowest ID acted as piloting, i.e. crew spawned as close to it as possible.

As for duplicated events, I don't know. I recall seeing somewhere around here that FTL spewed out an error message regarding duplicated events (along the lines of "warning: duplicate event name found!")... But that might've been GMM's validate function.

As for station graphics, they're awesome
Superluminal2 - a ship editor for FTL
User avatar
Sleeper Service
Posts: 2305
Joined: Sun Mar 24, 2013 8:49 pm

Re: Fight Stations: No engines/piloting?

Postby Sleeper Service » Thu Apr 18, 2013 12:49 am

Thanks for testing that, looks like most things are going to work smoothly during implementation then. Nice gibs with loads of warped metal are kind of time consuming to make so this still is going to take while.

Image
pirate station beta
speedoflight
Posts: 660
Joined: Mon Feb 18, 2013 11:08 am

Re: Fight Stations: No engines/piloting?

Postby speedoflight » Thu Apr 18, 2013 3:21 pm

I like the idea, the only problem i see here is -> a station really should have more weapon slots than 5 or 6. If not, i only see space stations like harder enemies (i assume u will increase the hull points a lot) but at the same time, easier ones, since they cant avoid shots.

U could make 4 drone slots for em, and put 3 defense drones or something (well, that will be really op, but it is an space station..), thats the only way it will look like an space station..
My currently mods / wips ->
ImageImage
User avatar
Sleeper Service
Posts: 2305
Joined: Sun Mar 24, 2013 8:49 pm

Re: Fight Stations: No engines/piloting?

Postby Sleeper Service » Fri Apr 19, 2013 8:24 am

Yes more hull and increased use of augmentations was planned for balancing the stations. Depending on faction some of them will have good boarding equipment and drone system. Most of them will have four weapons slots anyway but I'm not sure what exactly happens balance wise if we go further with that. That might make no difference as long as you don't increase system strength as well (more weapons not equal better weapons). I don’t know if enemies can have more than level 10 weapon system.

@ kartoFlane:
Are you planning to realise this Type B Layout enemies idea of yours in the near future? Because I started to think about that to get used to ship editing and really would like to try out making some B Layouts as a side project. I guess some other people already came up with that, but well I guess I'm asking permission to use your Idea here. Possible?