Search found 12 matches
- Wed Jul 23, 2025 5:16 am
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
Oh, and I know the OP is talking about editors and so on, but what's the betting it would also be used for improved A L I E N themed Doom mods :lol: There are already a number of Alien Trilogy themed mods using sprites ripped from the PS1 version of the game, so I don't know how much this would ...
- Tue Jul 22, 2025 2:31 pm
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
Thanks! I also just finished getting the level geometry exported. It is now possible to export all palettes, textures, models and level geometry with the click of just a few buttons. I just need to finalise parsing the level entity data, then I should be able to look at actually getting everything ...
- Sun Jul 20, 2025 1:50 am
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
Successfully fixed my UV issues and got the models extracted from the game, the tool now does this as well. I have also begun parsing the map data, next I just need to get the level geometry extracted along with coordinate data for all of the level objects, pickups, enemies and switches. As well as ...
- Mon Jul 07, 2025 1:19 pm
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
I have put up a new release, which has a manually built table of transparency values. : https://github.com/Thor110/AlienTrilogyResurrection/releases/tag/transparency There are notes on the remaining issues which I haven't yet figured out. Primarily there are 4 textures which I cannot determine if ...
- Mon Jul 07, 2025 6:31 am
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
I played it on the Playstation originally too and don't remember it being too bad to control, I enjoyed the game, but on PC it feels super sluggish, hence why I thought I might aim for a level editor and or doom port. Currently creating a system that can seamlessly select which palette value should ...
- Sun Jul 06, 2025 7:19 pm
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
You are welcome, I have also made a number of changes just now that should make it work properly with the original copy of the game, without requiring the removal of the unused files or use of my cleanup script to do so. As well as a few fixes to used colour tracking in the palette editor. Edit : I ...
- Sun Jul 06, 2025 2:21 pm
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
Glad to hear that it is working now, at least for the most part. The tool should work with any version realistically, as I test on my own with non-essential files removed, so I am not sure what the issue was for you. I setup a custom script which can remove all the games unused files and that can be ...
- Sun Jul 06, 2025 11:26 am
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
The errors say that something is wrong with your files. 1 : System.Exception: Invalid BND file: missing FORM header. 2 : System.Exception: Section not found in file. The first error is thrown when the FORM header is missing from a file and the second error is thrown when Sections are not found in a ...
- Sat Jul 05, 2025 11:01 pm
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
The details from the exception would be useful in debugging the issue you are experiencing.
Please attach a text file that contains the details.
Please attach a text file that contains the details.
- Sat Jul 05, 2025 9:44 am
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
Enjay wrote: > This is very cool news. Thanks for working on it. > > I have tried it but it seems that my copy of the game is not compatible. I > have two copies (I have no idea where from or what format (I thought one > was from GoG, but that doesn't seem to be correct) - it's been a very long ...
- Thu Jul 03, 2025 6:31 am
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Re: Alien Trilogy Resurrection
It is currently capable of extracting all the non compressed images from the games files and as of today it can now extract the compressed images, at least for those that I have determined the correct width and height values for. There is an "Export Everything" button which will export every single ...
- Wed Jul 02, 2025 9:32 pm
- Forum: Off-Topic
- Topic: Alien Trilogy Resurrection
- Replies: 23
- Views: 1348
Alien Trilogy Resurrection
Alien Trilogy Resurrection I recently ( 11 days ago ) began work on a project aimed at making a toolkit for extracting the files from Alien Trilogy into a usable format. Thought I would post it here as well. My end-goal is to make a fully fledged modding toolkit for the game, level editor and all ...