Tomb Raider Forums  

Go Back   Tomb Raider Forums > Tomb Raider Series > The Last Revelation

Reply
 
Thread Tools
Old 03-04-22, 17:30   #101
Woops
Archaeologist
 
Woops's Avatar
 
Join Date: Oct 2017
Location: Invercargill
Posts: 1,498
Default

Quote:
Originally Posted by ATombRaiderFan View Post
No problem!

Yes, the Stella save was after rotating the needles. Just now, I've also tested a Stella save file from an earlier point before rotating the needles, and can confirm that there's no bug either.
yep, that makes sense. one decompiled function was corrupting the related obelisks' item data, which is also saved. I've fixed it just now, and everything works correctly

The obelisks are rotated properly.

so it was actually my bug :[ but the original also has a bug like this, (you can see it's 11 months old, so it can't be me ) I guess it's a coincidence they both resulted in the same thing
__________________
I like cats

Last edited by Woops; 03-04-22 at 17:35.
Woops is offline   Reply With Quote
Old 03-04-22, 18:41   #102
ATombRaiderFan
Explorer
 
ATombRaiderFan's Avatar
 
Join Date: May 2020
Posts: 563
Default

Quote:
Originally Posted by Woops View Post
yep, that makes sense. one decompiled function was corrupting the related obelisks' item data, which is also saved. I've fixed it just now, and everything works correctly

The obelisks are rotated properly.

so it was actually my bug :[ but the original also has a bug like this, (you can see it's 11 months old, so it can't be me ) I guess it's a coincidence they both resulted in the same thing

That's fantastic news, Troye!

It's interesting to hear that the bug was related to saves after all, but that's one less bug to worry about
ATombRaiderFan is offline   Reply With Quote
Old 06-04-22, 21:34   #103
tomblover
Legend
 
tomblover's Avatar
 
Join Date: May 2006
Location: Sweden
Posts: 26,040
Default

I don't know if this was always the case, but the Golden Skull secrets lose their name string in Race for the Iris, so they show up as "Load" in the inventory. Just a heads-up, if this is something you're able to fix.
tomblover is offline   Reply With Quote
Old 06-04-22, 23:16   #104
mizuno_suisei
Relic Hunter
 
mizuno_suisei's Avatar
 
Join Date: Jan 2006
Posts: 6,875
Default

Quote:
Originally Posted by tomblover View Post
I don't know if this was always the case, but the Golden Skull secrets lose their name string in Race for the Iris, so they show up as "Load" in the inventory. Just a heads-up, if this is something you're able to fix.
I dont think I ever noticed that this fix will involve fixing the script. Youd copy the Golden Skulls entry from the Angkor Wat portion to Race to the Iris. You can do this with a nifty little tool called Scripter4 have done it myself for you in below post with a link provided.

Last edited by mizuno_suisei; 07-04-22 at 00:30.
mizuno_suisei is offline   Reply With Quote
Old 06-04-22, 23:20   #105
.snake.
Professor
 
.snake.'s Avatar
 
Join Date: Aug 2011
Location: New York
Posts: 3,770
Default

Quote:
Originally Posted by mizuno_suisei View Post
I dont think I ever noticed that this fix will involve fixing the script. Youd copy the Golden Skulls entry from the Angkor Wat portion to Race to the Iris. You can do this with a nifty little tool called Scripter4
I asked in an earlier post if fixing the script was a part of this project, but didn't get a response.

Really just interested in a fix for Core's eternal TR4 mistake of "SEPERATE" vs "SEPARATE"...
.snake. is offline   Reply With Quote
Old 06-04-22, 23:47   #106
mizuno_suisei
Relic Hunter
 
mizuno_suisei's Avatar
 
Join Date: Jan 2006
Posts: 6,875
Default

Quote:
Originally Posted by .snake. View Post
I asked in an earlier post if fixing the script was a part of this project, but didn't get a response.

Really just interested in a fix for Core's eternal TR4 mistake of "SEPERATE" vs "SEPARATE"...
Strange that you didnt get a response. Mind you, this project mostly appears to only alter things inside the games exe file.

TR4 and TR5 both operate almost all of their text strings via, SCRIPT.dat and LANGUAGE.dat (english.dat for most players) inside the root folder for these games. As far as I know, the only text strings handled by the exe files themselves are some of the names of the Staff in the end game credits.

To fix the Seperate error, youd need to edit that string inside English.dat quite simple. I wouldnt be surprised if theres already a scripting fix out there for this already, many players are surely quite particular about these things hehe.

Scripter4 tool (an easy GUI) can edit this issue, and also the one tomblover advised

Last edited by mizuno_suisei; 06-04-22 at 23:49.
mizuno_suisei is offline   Reply With Quote
Old 07-04-22, 00:25   #107
mizuno_suisei
Relic Hunter
 
mizuno_suisei's Avatar
 
Join Date: Jan 2006
Posts: 6,875
Default

I have a bit of free time this morning, so I thought I'd update the script myself. Taken from the GOG version, I dont imagine it's any different to the original disk releases.

Have updated
-SEPARATE, the correct spelling.
-Added Golden Skull text value to, Race to the Iris.

Tested and both appear as intended!

If there are any other text mistakes known of, just let me know and I'll fix it up if desired!

https://drive.google.com/file/d/1jj4...w?usp=drivesdk
Replace both script.dat and English.dat into your game folder.

Oops I did not mean to double post!! Brainfart my apologies

Last edited by mizuno_suisei; 07-04-22 at 00:27.
mizuno_suisei is offline   Reply With Quote
Old 07-04-22, 01:27   #108
.snake.
Professor
 
.snake.'s Avatar
 
Join Date: Aug 2011
Location: New York
Posts: 3,770
Default

Brilliant! It works beautifully - the skulls, and the separate. Thank you Mizuno!

* * *

Just finished a full playthrough of TR4 and this patch is excellent Troye. Thank you for making my favorite TR so much more amazing.

Here are the only bugs to report, but they may be sample/wad/tr4 file related so not sure if they can be fixed:

The Sphinx Complex: Lara has the incorrect animation at the button switch in the warehouse where she gets the metal blade/shovel piece (as already mentioned).

The Mastabas: The bats in this level are missing their sound effects.

Khufu's Queen's Pyramids: The demigod boss at the end of the labyrinth was shooting Lara's thigh meshes at her.

Temple of Horus: When Lara places the 4 Holy Scriptures on the 4 pedestals around the Horus statue she always says "No", even though she performs the task without any problems. This has been a bug in the vanilla version since day 1. Would be wonderful if it could be fixed so she doesn't keep saying "No".

Thank you again for all your hard work on this! Now I'm moving on to replaying TR5

Last edited by .snake.; 07-04-22 at 04:01.
.snake. is offline   Reply With Quote
Old 07-04-22, 04:07   #109
Woops
Archaeologist
 
Woops's Avatar
 
Join Date: Oct 2017
Location: Invercargill
Posts: 1,498
Default

Quote:
Originally Posted by .snake. View Post
but didn't get a response.
i addressed messages earlier
I don't want to sound ungrateful, I feel lucky people even use my patches tbh, but I don't have the ability to respond to every request everyone does without overwhelming myself, but as I said, I do read and consider them all, so please, be patient with me :v

but yes, that and the skulls are a script issue, I can make a hardcoded fix but script is easier to edit-

There is nothing I can do about the missing sound effects, or the demigod shooting butts, they are missing assets from the level file :/
other two will be fixed

that said, I am gonna be busy with irl stuff for the next few weeks. I was hoping I could push a release for a few bug fixes/stuff before then but that doesn't look like it will be the case :[
__________________
I like cats

Last edited by Woops; 07-04-22 at 04:10.
Woops is offline   Reply With Quote
Old 07-04-22, 04:19   #110
.snake.
Professor
 
.snake.'s Avatar
 
Join Date: Aug 2011
Location: New York
Posts: 3,770
Default

Quote:
Originally Posted by Woops View Post
No worries at all. I didn't mean it in a bad way, I just figured you couldn't work on every single thing.

You do what you need to do and focus on what you need to focus on. Real life and health is more important. There is no rush for any of this. Thank you again for everything.
.snake. is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 11:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Tomb Raider Forums is not owned or operated by CDE Entertainment Ltd.
Lara Croft and Tomb Raider are trademarks of CDE Entertainment Ltd.