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

Pages: [1] 2 3
1
That will allow modders to randomly place booby traps under some passages.

2
A suggestion to improve this feature. When items are removed, add "-" symbol into popup window with output, e.g. -1 STR_PISTOL CLIP.

3
OXCE Suggestions DONE / Re: [DONE][Suggestion] Cutscenes on events
« on: August 14, 2024, 04:42:59 pm »
Just checked, works perfectly fine, thanks!

4
I suppose you can still be on the same square and shoot down into it (by targeting the same tile as where you are)? This is something I learned from some stream a long time ago. So I suppose this issue only affects "real trajectories".

Yeah, that's works but the problem described in initial post still actual.

5
Unfortunately it's impossible to finish or hit a knocked out unit if it lies beside a wall. All projectiles shot fly into the wall instead of unit that lies on the floor. In example attached unit 1 is invulnerable for shots while unit 2 could be hit easily. From gameplay POV you should pick the body and put into nearby tile without walls.

6
Hi! I have another humble request for scripts, in fact, two requests.

1) Sqrt function with lower round-off, very convenient for range calculations.

2) Dynamic change for skillIconSprite depending on tags tied with BattleUnit or skillUseUnit. With this we'll make fancy aiming mode indicator (with highlighted bodyparts).

7
OXCE Suggestions OK / [SUGGESTION]: Add scripthook returnFromMissionItem
« on: September 28, 2023, 05:48:18 am »
Can we have function returnFromMissionItem as analogue of returnFromMissionUnit? Got a problem that weapon with huge ammo count (1296 in fact) got lost at the end of a mission if at least one round was spent.

The script example in our particular case could look like:

scripts:
  returnFromMissionItem: |
    item.setAmmoQuantity 1296;
    return;

8
Suggestions / Re: SCP foundation mod to openxcom
« on: August 29, 2023, 05:31:51 pm »
Sorry for being late to the party, I've just recovered from sickness.

About the stuff that FTA already has: probably I'd like to move onto it completely and/or make separate fork, but I still haven't enough expertise to do so.

About the specific wishes from the list - ready to discuss it in PM if needed.

Sorry for clumsy answer, haven't slept since my last shift.

9
Suggestions / Re: SCP foundation mod to openxcom
« on: August 19, 2023, 05:51:20 am »
Still working on it, can't say that there is tremendous progress though.

10
OXCE Bugs FIXED / [FIXED] Pedia's articles scrolling bug (OXC and OXCE)
« on: August 13, 2023, 06:31:16 pm »
Weird bug with pedia's text scrolling due to, I believe, big article's title. Example:

In this entry the title is short enough to consist of only one line. The scrollable text goes from image bottom which is correct.

Spoiler:

But in this entry the title is two lines long. And the scrollable text goes from very screen bottom instead of image.

Spoiler:

The rulesets for both entries are identical.

Entry with correct scrolling:
  - id: STR_SCP_087_DESCENT_C
    type_id: 7
    section: STR_SCPS
    image_id: 087_STAIRS
    requires:
      - STR_SCP_087_DESCENT_C
    text: STR_SCP_087_DESCENT_C_SCPEDIA
    text_width: 140

Entry with incorrect scrolling:
  - id: STR_SCP_087_EXP_B_ANIMAL_TEST
    type_id: 7
    section: STR_SCPS
    image_id: 087_STAIRS
    requires:
      - STR_SCP_087_EXP_B_ANIMAL_TEST
    text: STR_SCP_087_EXP_B_ANIMAL_TEST_SCPEDIA
    text_width: 140

11
Hello. Can we have a feature that would show different bigob depending on soldier's gender?

Examples of bigobs are below.

Spoiler:

12
That suitable too, I guess.

13
Using score penalties is not always convenient. If we're up to make some epic fail that plot-wise prevents any further X-COM activity, it seems strange to set -99999 score and then wait till end of the month to see the gameover screen.

14
I understand that this might be frustrating. Personally I see it viable only after lot's of warnings given to player via events that preceed the final one. Like, for example, there is a big meteor coming towards the Earth, and if player won't do anything about it, it will end with boom.

Truly random gameovers like sudden Commander's heart attack is kinda fun too but only once, and this is not stuff I'd make in my mod, as it's not gameplay wise.

15
It's okay for crucial plot missions e.g. prologue/tutorial missions as their success or failure will determine fate of player's organization. If you cannot pass the exam, what will you do on real job?

Pages: [1] 2 3