aliens

Author Topic: [ALIENS] The Dalek Invasion of XCom  (Read 41845 times)

Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #45 on: October 03, 2015, 06:44:15 pm »
4. I have your Dalek sprites laying on my disk for many months now, I was going to make them appear as an Easter Egg in my Piratez mod :)

You're welcome to! I'd hold off until I post the completed sprites though, as they're looking a lot better than they used to.

Thanks for the tips, I'll see if I can make any more headway this evening.

Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #46 on: October 03, 2015, 07:47:28 pm »
2. Make sure your Daleks are indeed unarmed, or they're just pretending. Fixed weapons are not displayed in any way - you can only tell if it shoots or not.

It turns out that I've been suffering from the exact opposite of what you're saying here. I've discovered the daleks are mounting their fixed weapon as instructed, but are deciding to display a held weapon whilst they do it. I've been presuming this weapon was an inventory item, but it seems to be connected to whatever's listed in 'handsprite' below. I've tried ditching the line altogether, but it seems to be defaulting to a grenade. Anyone know an easy way to get it to display nothing?

Code: [Select]
  - type: GAZER_WEAPON
    weight: 3
    bigSprite: -3
    floorSprite: 31
    handSprite: 104

On a separate note, now the weapon's kind of working, I'll need to find appropriate sounds for it. Is there a list of sound references for 'fireSound' somewhere, as I don't relish the thought of going through them one by one...

Offline Dioxine

  • Commander
  • *****
  • Posts: 5420
  • punk not dead
    • View Profile
    • Nocturnal Productions
Re: the Dalek Invasion of XCom
« Reply #47 on: October 03, 2015, 08:58:14 pm »
Uuuh, are you using a Nightly? The handob display for fixed weapons was bugged in 1.0 and fixed later.

AS for sounds, it's best to add a custom one... example:

Code: [Select]
extraSounds:
  - type: BATTLE.CAT
    files:
      14: Resources/Sounds/TankMove.wav

Try a number of 55 or higher (I think) to avoid replacing normal game sounds. As for handob, the only way to get rid of them (except for upgrading OXCom) is to define a blank graphic file, eg:

Code: [Select]
extraSprites:
  - type: HANDOB.PCK
    height: 40
    width: 256
    subX: 32
    subY: 40
    files:
      120: Resources/HANDOB/1EmptyHand.png
      128: Resources/HANDOB/Grenade.png

(this one is from my mod; it makes the default an empty hand, and moves the grenade to the next position - this way allowing me to simply omit the handob line if I don't want the handob, just like you've wanted :) )

Offline Arthanor

  • Commander
  • *****
  • Posts: 2488
  • XCom Armoury Quartermaster
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #48 on: October 03, 2015, 09:50:51 pm »
That's a pretty dirty workaround. It works well since Piratez is a master mod, but for general mod, that's not a great idea. What about the vanilla grenade? For regular mods, you'd need to redefine its handob too, and then if some other mod has a grenade and didn't bother to make a new handob, suddenly nothing will display. If that makes it into the Dalek mod (such an awesome thing to say!), then someone wanting to play just vanilla+Dalek, or vanilla+Dalek+other mod, needs to deal with that too.

In general, if you don't set a handob for an item, a grenade will be displayed. If you want something else than a grenade, you should define it specifically. It is better regular mod design (where you only change a few things, not for Piratez) to just define an empty frame and reference it in your item declaration if you don't want anything to show.

Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #49 on: October 03, 2015, 10:09:58 pm »
Dioxine, you're an absolute star. I've been running V1.0 because I was under the bizarre impression that was the most recent release. I've just downloaded the latest nightly and it runs perfectly, no dirty work-arounds required.

Just ran my first full mission against a single dalek using early game weapons. The devious little blighter took shelter in a barn and managed to take down two of my men before I managed to bring him down. I'm going to have to do a fair amount of tweaking to stats before I'm happy with them, but I'm really happy with the progress I've made today.

Thanks everyone for the help and advice, you've all been great and I can't wait to be able to share this with you all.


Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #50 on: October 04, 2015, 01:29:15 pm »

The Special Weapons Dalek emerges from an alleyway.

So, thanks to Dioxine, dalek weapon sounds are in. The Special Weapons terror unit is also-semi operational, but it's currently packing a standard dalek weapon until I can figure out how to get it firing high-explosive rounds. I'm considering giving it a fresh coat of paint as well, as currently it blends in with the standard dalek units a little too well. While canonically a bit odd, I might give it back its imperial colouring from Remembrance.



Terror missions are currently a crapshoot. The daleks are currently managing to get off about six shots each, at a high accuracy. XCOM units are currently lucky to get more than a couple of steps off the boarding ramp before being cut down mercilessly from about four different directions. I love it, but yeah...should probably tone that down a little.

So, things left to do -

Corpse pictures.
Death animations.
UFOpedia entries.

Offline Hobbes

  • Commander
  • *****
  • Posts: 2101
  • Infiltration subroutine in progress
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #51 on: October 06, 2015, 02:55:53 am »
XCOM units are currently lucky to get more than a couple of steps off the boarding ramp before being cut down mercilessly from about four different directions.

Smoke grenades are your best friend - pop out one to the bottom of the Skyranger ramp and wait the first turn inside the Skyranger before you disembark - moving units into the aliens sight on the first turn is close to suicide since the aliens start with full TUs for reaction fire.

Offline davide

  • Commander
  • *****
  • Posts: 565
    • View Profile
Re: the Dalek Invasion of XCom
« Reply #52 on: October 13, 2015, 01:24:50 pm »
, I was going to make them appear as an Easter Egg in my Piratez mod :)

+1 for Dalek faction

Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #53 on: October 18, 2015, 07:25:00 pm »
Ok, aside from the death animations, work on the Daleks is basically complete. Hopefully I'll be ready for a public release by the end of next week, work depending.

Here's a rather unsubtle clue as to the second adversary I'll be working on...






Offline moriarty

  • Commander
  • *****
  • Posts: 1421
    • View Profile
    • Luke's OX mod site
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #54 on: October 18, 2015, 07:33:19 pm »
Haha, very nice. "See? Armless."

Though not very special from a gaming point of view, since they won't look any different from civilians...

EDIT: Cybermen, on the other hand... or perhaps Judoon?
« Last Edit: October 18, 2015, 07:35:12 pm by moriarty »

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11463
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #55 on: October 18, 2015, 07:43:09 pm »
I think Sontarans would look great as X-Com sprites.

Offline moriarty

  • Commander
  • *****
  • Posts: 1421
    • View Profile
    • Luke's OX mod site
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #56 on: October 18, 2015, 07:50:32 pm »
True. Sontar-ha!

EDIT: What about the Mire, while we're at it? Very distinctive silhouette, I guess they would make good pixel art sprites.
« Last Edit: October 18, 2015, 07:53:45 pm by moriarty »

Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #57 on: October 18, 2015, 08:25:14 pm »
Haha, very nice. "See? Armless."

Though not very special from a gaming point of view, since they won't look any different from civilians...

EDIT: Cybermen, on the other hand... or perhaps Judoon?

Yes, I'm not going to lie, I'm picking up the Autons as a 'quick win' in that it shouldn't take me too long to turn around slightly modified civilians with auton weapon sound effects. The next 'big' project will definitely be the Cybermen, but early attempts I've made on them have looked a little shoddy.

In the long run, I'd love to see Sontarans as well, but that all depends on how much time I've got to put in. If anyone else feels a Whovian itch at any point, they're welcome to take a crack at them or any other races.

Offline Cirius

  • Captain
  • ***
  • Posts: 64
    • View Profile
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #58 on: October 20, 2015, 08:50:40 pm »
Random question - is the start date adjustable? I'm looking more for an 80's vibe with the mod, so the 1999 start is a bit of a pain.

Offline Arthanor

  • Commander
  • *****
  • Posts: 2488
  • XCom Armoury Quartermaster
    • View Profile
Re: [ALIENS] The Dalek Invasion of XCom
« Reply #59 on: October 20, 2015, 09:03:45 pm »
Yup, just look at Piratez which starts in 2601 instead of 1999. Can't remember what the names are, but it's right there in the rulesets.