aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - H0lyD4wg

Pages: [1]
1
XPiratez / Re: Bugs & Crash Reports
« on: September 22, 2016, 06:55:48 am »
I just had a pogrom mission generated without any civilians.
I know that there weren't any civilians on that mission (as opposed to civilians existing but getting killed before I can see them) because in the post-mission debriefing there was no lines for either civilians saved or civilian casualties.
Saves attached.

2
XPiratez / Re: Traing bravery
« on: September 20, 2016, 06:48:02 am »
What counts as a real medkit? Anything that actually restores some HP (so, bandages and X-Grog et cetera), or only things that are some kind of bag or box with a red cross symbol on them?

3
XPiratez / Re: Bugs & Crash Reports
« on: September 18, 2016, 07:37:14 am »
Changed this to conform to the pattern, but pilots can be chosen freely anyway, so does it even makes sense to bother?

That depends on how players assign pilots in practice. If most people are going to assign their pilots manually, it really doesn't make sense to bother with a detail that would only be noticed by the few who use automatic pilot assignment. If, on the other hand, automatic assignment is the rule and manual assignment the exception, consistent positioning of pilots can be a nice touch.

4
XPiratez / Re: Chaingun remodel and palette fail
« on: September 18, 2016, 07:29:49 am »
This is how it could look like.
Btw. the numbers down there are the current battlescape palette as a starting point.

Code: [Select]
customPalettes:
  - type: PAL_BATTLESCAPE_COPY
    target: PAL_BATTLESCAPE
    palette:
      0: [0,0,0]
      1: [252,252,252]
      2: [232,232,232]
      3: [216,216,216]
      4: [196,196,196]
      5: [176,176,176]
      ---- snip ----

Considering that current palettes are made up of 16 colors with 16 shades each, wouldn't the palette definition be more readable if it was indexed by two hexadecimal digits rather than decimal numbers? That way anyone working on a palette can easily mentally parse e.g. '4F' as 'darkest shade of 5th color'.

5
XPiratez / Re: [Piratez] Alt-Corpse Mod 0.2.99.A.1.b - Early Update
« on: September 15, 2016, 03:00:34 pm »
Some of the PNGs in AltCorpesComplete don't conform to the PNG format specification, causing and annoying warning message when starting up the game. Essentially the same as this bug: https://openxcom.org/forum/index.php/topic,4058.msg71510.html#msg71510

I've attached fixed versions of the offending files.

6
XPiratez / Re: Bugs & Crash Reports
« on: September 15, 2016, 02:32:25 pm »
This one is more of a nitpick than an actual bug, but here goes:

When taking the Airbus, the 6th girl in the crew list (that is, the one piloting the craft) is positioned at the front-right corner of the craft, facing the front. This makes sense if you assume that vehicles in this setting (and the Airbus in particular) have their steering wheels on the right.

In the Aircar, on the other hand, gal #4 (the pilot) is in the back of the car, which makes less sense.

7
XPiratez / Re: Bugs & Crash Reports
« on: September 15, 2016, 02:03:37 pm »
Game crashed when I tried to start a pogrom mission. More specifically:
  • pogrom__.sav is a save I made immediately when the pogrom spawned. If you load it and immediately take the Airbus to the pogrom site, the mission starts normally.
  • Rather than send whoever was in the Airbus at the time, I took a few minutes to select and equip my crew and saved the result in pog_ equip.sav . If you load that save and immediately send the Airbus to the pogrom site, the game will crash with signal 11 (I'm playing on Linux). I've attached the relevant openxcom.log .
  • If you load pog_ equip.sav, wait a couple of in-game hours, and then send the Airbus to the pogrom site, the mission will start and the game won't crash.

I have also tried to diff the two save files and see if there are any differences beside the in-game clock and the gals' equipment, but as it turns out openxcom arbitrarily re-orders the contents of save files, and that makes diffs hopelessly noisy.

8
XPiratez / Re: Bugs & Crash Reports
« on: September 06, 2016, 02:22:24 pm »
Some of the PNGs used in XPiratez aren't well-formed according to the PNG format specification. This doesn't cause any serious problems, but when running OpenXcomEx from the command line on Linux, libpng complains about out-of-place iCCP chunks and that's pretty annoying.

This problem can be fixed by re-encoding the offending files, which I did (see attachment). I took care not to increase the file sizes (except for 1 file out of 46 that grew by 163 bytes), so that the fixed PNGs may be incorporated into the next release.

https://drive.google.com/open?id=0B3tkOxruoA-VZllwQTlILXJ5c0k

Pages: [1]