A newbies introduction to hardcoding

Discuss and distribute tools and methods for modding. Moderator - Grognak
User avatar
RAD-82
Posts: 795
Joined: Sat Nov 09, 2013 12:16 am

Re: A newbies introduction to hardcoding

Post by RAD-82 »

xlandar wrote:Yes, unfortunately, I believe Everything listed under impossible is still impossible.
Some things have changed with the 1.5.4 patch.

Under impossible:
-you can't change beam colour at all, only the impact graphic.
New <color> tag for beams! See Anti-Bio Beam for details. This is now possible.

- Disabling multiple systems of an enemy in one event level
I've never tested this stuff, but there is a test event in the files now that tries to limit 4 systems (of the player) in one event. I can't say if this can be moved to the possible list, but it is something that should be re-tested.

- Custom explosion graphic for MISSILES type weapons (will be offset incorrectly)
I don't think this is a problem anymore. The new patch added new explosions for crystals, which are MISSILE type weapons. I've done a recolor of these new explosions, and they work fine. I think this one is now possible.

- Giving a random item from a list by calling that list
This appears to be possible now.
Image
Junkyard has FTL mods, mostly ships and a few other things.
User avatar
Sleeper Service
Posts: 2275
Joined: Sun Mar 24, 2013 8:49 pm

Re: A newbies introduction to hardcoding

Post by Sleeper Service »

RAD-82 wrote:- Disabling multiple systems of an enemy in one event level
I've never tested this stuff, but there is a test event in the files now that tries to limit 4 systems (of the player) in one event. I can't say if this can be moved to the possible list, but it is something that should be re-tested.
Oh it definitely works on the player, the problem was always to make this work for enemies. But yeah, needs re-testing.
RAD-82 wrote:- Custom explosion graphic for MISSILES type weapons (will be offset incorrectly)
I don't think this is a problem anymore. The new patch added new explosions for crystals, which are MISSILE type weapons. I've done a recolor of these new explosions, and they work fine. I think this one is now possible.


That would be great. Although I had some visual glitches with calling non default explosions on bombs for some reason...
RAD-82 wrote:- Giving a random item from a list by calling that list
This appears to be possible now.
True, that seems to work now, shown by these dlc items lists that give AE gear only as rewards...
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
English Narwhal
Posts: 402
Joined: Tue Dec 03, 2013 9:12 pm

Re: A newbies introduction to hardcoding

Post by English Narwhal »

RAD-82 wrote: - Giving a random item from a list by calling that list
This appears to be possible now.
Though now useless, there was a workaround: have a bunch of identical-text events under one event list, each offering a different weapon. Inefficient, but interesting.
Image
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: A newbies introduction to hardcoding

Post by NarnKar »

You can change beam color. It's the <color> tag on the anti-bio beam if you take a look at it. Within, it has subtags of <r> <g> and <b> for...RGB, obviously.

[quote=Sleeper_Service]- Airlocks on enemies (appears to be glitched)
- Weapon animations with too many frames[/quote]

I've seen an airlock on an enemy screencap before? I don't quite recall where though.
As for weapon animations with too many frames, I did make a weapon with 57 animation frames that was 1800 some px long, and aside from a mild jitter in one of the frames, it otherwise worked just fine.
xlandar
Posts: 151
Joined: Thu Jan 23, 2014 1:34 am

Re: A newbies introduction to hardcoding

Post by xlandar »

All this new stuff! I'll have to update the list when I get back to my computer.
art and coding tutorials wanted, pm if you have some good ones please!Image
User avatar
Sleeper Service
Posts: 2275
Joined: Sun Mar 24, 2013 8:49 pm

Re: A newbies introduction to hardcoding

Post by Sleeper Service »

NarnKar wrote:I've seen an airlock on an enemy screencap before? I don't quite recall where though.
As for weapon animations with too many frames, I did make a weapon with 57 animation frames that was 1800 some px long, and aside from a mild jitter in one of the frames, it otherwise worked just fine.
This limits might actually depend on system/version of the game. For me 2000x2000 seems to be the max, but Russian Rockman also reported that large images woke for him, so the image size limitations might not be that coherent. Pre AE there was a lot of odd stuff happening when frames, fire point and charge point deviated a lot from how weapons distribute this stuff in vanilla. Not sure if that is still the case.
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
Harry
Posts: 3
Joined: Fri Sep 05, 2014 10:34 am

Re: A newbies introduction to hardcoding

Post by Harry »

How do you change it so that you can have systems that are invincible?
</boost>
<type>cooldown</type>
<amount>∞</amount>
<count>∞</count>
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: A newbies introduction to hardcoding

Post by kartoFlane »

That is no longer possible, AE broke the feature that was used to accomplish that.
Superluminal2 - a ship editor for FTL
theDoomBox

Re: A newbies introduction to hardcoding

Post by theDoomBox »

Something else to add under impossible. Having weapons consume any resource other than drones or missiles. I've done extensive testing trying to get weapons to consume things like fuel, but alas. If anyone knows a way that'd be great though.
User avatar
NewAgeOfPower
Posts: 289
Joined: Wed Jan 02, 2013 1:52 am

Re: A newbies introduction to hardcoding

Post by NewAgeOfPower »

Also, if you set either system casing or hull plating mods to 50% or higher, beams do not damage the system/ship.
Post Reply