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

Pages: [1] 2 3
1
OXCE Support / Re: [Answered] win xp support in the future
« on: January 08, 2025, 08:52:20 pm »
Alrighty.

2
OXCE Support / Re: [Answered] win xp support in the future
« on: January 08, 2025, 07:32:04 pm »
I am working on new features yes, they have not been released yet.
(The build server is building everything I do, not only the official releases.)

This might indeed be unclear. I made a suggestion here. https://github.com/pedroterzero/oxce-xp/issues/2

I'm also fine to leave it as is.

3
Brutal AI / Re: BOXCE for Windows XP
« on: September 30, 2024, 01:02:00 pm »
Thank you very much!

By the chance, do you have xPiratez and BrutalAI builds for this good old OS?
Do you have links to them? I could have a look

4
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 09, 2024, 11:19:44 pm »
Thank you very much, comrade! Everything works perfectly!

You're welcome.

Just to verify, it's also working on Vista 32-bit:


5
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: September 07, 2024, 02:03:52 pm »
Perhaps you mean those posts that were highlighted in a separate topic - https://openxcom.org/forum/index.php?topic=12188.0 ?  There they will be more accessible and will not get lost among messages on another topic.

Ah I did not know this. Thanks! Was afraid I offended someone somehow  :)

6
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: September 07, 2024, 12:45:52 pm »
It seems my posts with regards to my successful 7.14 oxce xp 32-bit build are gone. Are they not acceptable?

7
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 06, 2024, 06:47:41 pm »
I don't know. The specified buttons were not found. I suspect that they are only available to registered users. Or Opera is glitching. Or there is some kind of blocking by territorial IP, which is quite common now.

In short, send it to PM please, so as not to violate anyone's copyright. Although I am not sure that publishing this material for general access on this site will cause any problems.

Oh sorry, it's my mistake. I did not remember that you need to be logged in to Github

I made a release, this will not require login:

https://github.com/pedroterzero/oxce-xp/releases/download/7.14-2024-08-31/oxce-winxp-7.14-2024-08-31.zip
https://github.com/pedroterzero/oxce-xp/releases/tag/7.14-2024-08-31

8
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 06, 2024, 02:47:21 pm »
Can you upload an archive to this site?

I don't think so unfortunately. I double checked the link and it's correct for me?

Otherwise go to this link: https://github.com/pedroterzero/oxce-xp/actions/runs/10711550139

At the bottom, at Artifacts you need oxce-winxp (click the download button)


9
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 06, 2024, 04:45:00 am »
Sorry, but I have nothing useful from this. I am not a programmer and I understand the scripts badly.
The download link is at the bottom of the link I added. Here is the direct link https://github.com/pedroterzero/oxce-xp/actions/runs/10711550139/artifacts/1893912978

10
OXCE Support / Re: Trouble installing OXCE v7.13
« on: September 06, 2024, 12:51:57 am »
The win32 version does not start. It says - "The procedure entry point GetTickCount64 was not found in the DLL KERNEL32.dll." Perhaps someone got something mixed up.  :D
You could try my build from this post: https://openxcom.org/forum/index.php?topic=6586.msg166108#msg166108

11
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 05, 2024, 03:31:06 am »
I (and SupSuper) will keep trying to create a working github build for WinXP for a bit longer...
...but if it doesn't work, I will simply say WinXP/Vista are officially not supported anymore.

I have created a successful Windows XP 32-bit build using mxe.

It can be found here (see the build artifact): https://github.com/pedroterzero/oxce-xp/actions/runs/10711550139


12
OXCE Support / Re: Trouble installing OXCE v7.13
« on: August 14, 2024, 01:23:58 am »
Just an FYI, in the latest OpenXcom linux archive, OpenXcomEx doesn't have executable bit set, which broke the AppImage for a bit. I solved it in the builder (I probably should have done that in the first place), but it might trip up some people trying to run the Linux build manually.

13
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: June 03, 2024, 11:48:08 am »
No, it's not intentional.

It seems to have returned, my pipelines no longer fail. Thanks!

14
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: June 02, 2024, 12:45:38 pm »
Hi Meridian, https://openxcom.org/oxce/release/ is gone, is that intentional?

It's what my pipelines use to check for new versions (and then build the docker/appimage).

If it is intended, where should I look instead?

15
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: November 21, 2023, 01:48:35 pm »
I have set up a test to build OXCE AppImage whenever a new OXCE is released. This should theoretically make it very easy to run OXCE on any linux distro (and WSL?), although I've only tested it on Ubuntu 20.04 & Fedora 38 myself.

The source can be found here: https://github.com/pedroterzero/oxce-docker/tree/deb7d72c4b24b0743443501a7e39e9911830f17e

Releases can be found here: https://github.com/pedroterzero/oxce-docker/releases

For me these steps sufficed to run OXCE from this AppImage (for v7.9.8 ):

Code: [Select]
mkdir oxce && cd oxce
# move your TFTD/UFO assets in here, see https://www.ufopaedia.org/index.php/Installing_(OpenXcom)#All_platforms
wget https://github.com/pedroterzero/oxce-docker/releases/download/v7.9.8/OpenXCOM_Extended-v7.9.8-x86_64.AppImage
chmod +x OpenXCOM_Extended-v7.9.8-x86_64.AppImage
./OpenXCOM_Extended-v7.9.8-x86_64.AppImage

It has all the required libraries bundled, you can check what is included with the following command:

Code: [Select]
./OpenXCOM_Extended-v7.9.8-x86_64.AppImage --appimage-extract

Pages: [1] 2 3