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 - Yankes

Pages: [1] 2 3 ... 212
1
OpenXcom Extended / Re: OXCE (OpenXcom Extended) main thread
« on: May 12, 2024, 06:13:19 pm »
@Ethereal I do not look on this part of code but I would guess that only direct damage give exp, commendations are separate mechanic that have different way to track kills, and this is why behind difference.

On other hand, I push new script hooks for items buy and sell prices, now you can arbitrary change price of any item (global date can affect price too!)
If someone will be determined it could add daily fluctuation of prices that will change at "random" each day (but two cravats, you need roll your own "random" logic as game random is not available in this hook and yours sells do not affect  price as its not exposed to script yet).

2
OXCE Support Y-scripts / Re: Reshading BattleUnits
« on: May 12, 2024, 01:17:17 am »
Objects cast shadow under it and make tile darker than rest of map. And this can stack and make places more dark.

3
OXCE Support Y-scripts / Re: Reshading BattleUnits
« on: May 12, 2024, 01:02:18 am »
What if unit is in dark place during day?

4
OXCE Support / Re: Starting base available space question
« on: May 10, 2024, 12:57:59 pm »
No, this need be in hangar as storage difference is because of how OXCE handle crafts weapons.
Beside hangar as build is fine to store anything by definition (as it can easy store whole craft with all hardware need to support it).

If you do not like it, make mod and change it.

5
Also, alcohol should need some time to mature, without runts' involvement. :)
but should reserve space too, then question is when space req should be checked?

6
OpenXcom Extended / Re: OXCE (OpenXcom Extended) main thread
« on: May 04, 2024, 06:51:50 pm »
there is no possibility for `.sh` file, as this is BASH script not binary, OXCE can only be binary.

7
OXCE Bugs / Re: [Bug] Survey Ship and Escort (TFTD)
« on: May 02, 2024, 04:00:39 pm »
How this is "OXCE bug" if original have exacly same behavior? How it could be even be OXC bug? if you do not like OG behavior change it yourself.

8
OpenXcom Extended / Re: OXCE (OpenXcom Extended) main thread
« on: April 26, 2024, 04:33:48 pm »
There is global limit for max light radius for units, it could be possible by default be around 20.

9
Help / Re: AI unit immune to zombification?
« on: April 24, 2024, 02:13:38 am »
Not immune, more "zombifaction do not apply". If alien try apply this effect on another alien effect is canceled.
Any other combination should work, player vs alien, civilian vs alien, player vs civilian.
If this behavior is not wanted, scripts can always override it (`to_transform`)  or even replace by custom logic (`unit.setSpawnUnit`).

10
OXCE Bugs / Re: Zigzag?
« on: April 21, 2024, 05:33:46 pm »
I too do not see point in crippling pathfidning, beside as I previously said for short paths game try keep straight paths.
If you want have more control move units in short steps.

11
40k / Re: ROSIGMA 40k failed to load
« on: April 18, 2024, 11:37:56 am »
This is mod issue as log clearly say

[ps]

best post it in ROSIGMA dedicated error thread

12
OXCE Bugs / Re: Zigzag?
« on: April 12, 2024, 05:19:29 pm »
This is only bug if cost moving in straight line is smaller, if cost is bigger then this is feature as allows unit do more after reaching destination (more TU left to shoot or kneel).

13
OXCE Bugs / Re: Zigzag?
« on: April 12, 2024, 02:04:28 pm »
Short paths do not use complex pathfinding, if there is direct move then game use linear path even if is not optimal.
Long paths try find best move that have minimal cost to reach destination. As we see on screenshot there are objects (grass) on paths that
unit try move. If this grass affect move cost then pathfinding try avoid it as max as possible.

14
OXCE Support / Re: I can't start OXCE/Brutal-OXCE
« on: April 09, 2024, 09:22:40 pm »
And what is in log exactly?

15
OXCE Support / Re: I can't start OXCE/Brutal-OXCE
« on: April 09, 2024, 06:06:24 pm »
your log show bug that happes in one version of `7.12`, you need have lasterst version at least `7.12.4`
(backup server with win builds is http://108.61.157.159/versions/win/ )

could you post logs from nevest version?

Pages: [1] 2 3 ... 212