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

Pages: [1] 2 3 ... 129
2
OpenXcom Extended / Re: [Documentation] [Feedback] Map Editor
« on: January 07, 2024, 10:40:31 pm »
Hope the project will continue to develop. I've got a feature request - filter in MCDs list when selecting what to place by tile type (floor, n wall, w wall, object or no filter) based on what we select for placement (top right corner). I know there are some rare cases when you need to place an object in the slot of the wall, so this filtering should be enabled with option.
Is it hard to do? For now, I don't see much trouble.
That would greatly help with working with huge (close to the limit) terrains.

Shouldn't be hard, just time-consuming to ensure the filtering resets when necessary and that it doesn't have other side effects elsewhere.

I updated the code base to match recent OXCE to do some testing for Meridian, so if you want to compile a new version with recent OXCE changes, source is here: https://github.com/ohartenstein23/OpenXcom/tree/battlescape-editor
I'll provide compiled binaries if and when I get around to new features.

3
OpenXcom Extended / Re: [Documentation] [Feedback] Map Editor
« on: March 29, 2023, 12:34:18 am »
The File Browser and saving to locations other than the savegames are planned features. Saving to that specific folder is a placeholder for now.

4
OXCE Suggestions DONE / Re: [Documentation] Soldier Transformations
« on: February 25, 2023, 09:03:51 pm »
Hi,

I'm really interested by this amazing feature  :o  (once more  ::)), but I fail to download zip file attached in first post

May it be this zip archive is corrupted?

EDIT: not sure if zip contains interesting resources or if it has only to do with programming, anyway I succeeded to mod it, very good feature

The ZIP archive was a copy of the executable for testing purposes, not necessary anymore since this is part of OXCE's codebase. Glad you enjoy the feature!

5
OpenXcom Extended / Re: [Documentation] [Feedback] Map Editor
« on: December 30, 2022, 09:46:01 pm »
Thanks, that helped! =) apparently, it looked like @ohartenstein23 does not use VS code, so .sln file misses important definitions.

I use VS Code, but have CMake configured to include all the files.

Small update in the original post: brought up to more recent OXCE version, added some TFTD support.

6
OXCE Support Y-scripts / Re: [Suggestion] Add Healing Factor for Units
« on: December 05, 2022, 02:22:26 pm »
Already done by scripts. Ogryn in 40k have exactly that - 1/3rd the wound recovery time for the same amount of damage taken compared to other soldier types.

7
Help / Re: Adding items to the UFO breaks Elerium recovery?
« on: November 22, 2022, 10:23:25 pm »
Not a bug, I looked at this a while ago.

If the mapblock has items defined, the code that causes the alien fuel item to be placed on power sources doesn't run so that it doesn't duplicate them in the TFTD ships where the fuel is placed elsewhere.

8
OXCE Suggestions DONE / Re: [Suggestion] Hit side on weapon
« on: August 02, 2022, 06:00:16 pm »
If you're going to have multiple weapons with this feature, I may have some time to write a global version.

9
OXCE Suggestions DONE / Re: [Suggestion] Compact save file formatting
« on: July 31, 2022, 09:23:04 pm »
Haven't done it in a while, but I kept a RelWithDebInfo build for running in debug mode so I didn't have to compile or if I did it was not a full rebuild it'd be closer to Delian's times. I was running it through gdb though instead of VSCode, so it was probably more difficult to track parameters on at runtime.

10
OXCE Suggestions DONE / Re: [Suggestion] Hit side on weapon
« on: July 31, 2022, 09:10:00 pm »
I don't get this, though: other scripts I am using under hitUnit have their offset and start with something like "code: |". This one doesn't?

I attached this to the specific item definition ("items:") instead of making it a global script ("extended: scripts:") accessed by putting a tag on the item.

11
OXCE Suggestions DONE / Re: [Suggestion] Hit side on weapon
« on: July 30, 2022, 05:21:33 pm »
Code: [Select]
items:
  - type: STR_ITEM_HITS_SPECIFIC_SIDE
    scripts:
      hitUnit:
        # set part BODYPART_TORSO; # optional but you may want to set what part it hits too, HEAD, TORSO, LEFTARM, RIGHTARM, LEFTLEG, RIGHTLEG
        set side SIDE_UNDER; # can be FRONT, LEFT, RIGHT, BACK, UNDER
        return power part side;

12
There are plenty of options available through scripting and item recovery that a modder could add a penalty for the player stunning civilians but not for the aliens, or find some other way of making it undesirable to do so.

Thus the issue is not that the tools don't exist, it's that modders don't consider this enough of an exploit to address, ot it's not worth the effort.

13
Released Mods / Re: X-Chronicles Release, v.0.99.5
« on: May 03, 2022, 02:13:15 pm »
The point about chainmail is not accurate. If there's an insulating layer below the armor, e.g. padding, then the electricity will travel preferentially through the metal of the armor, not the body. For example, safety gear for doing performances with Tesla coils includes what amounts to a full-body suit of chainmail.

14
Playthroughs / Re: OG TFTD playthrough
« on: April 03, 2022, 12:01:14 am »
I volunteer John the Aquanut for duty!

15
You can set the tractorBeamPower on a craft weapon - it can cause UFOs to immediately land.

Pages: [1] 2 3 ... 129