Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPU v27, Car disappears in Modoc after auto transferred from Ghost Farm #237

Closed
ericqzou opened this issue Sep 19, 2023 · 6 comments
Closed
Assignees

Comments

@ericqzou
Copy link

What happened

Car is auto transferred with the player from Ghost Farm to Modoc when completing the Ghost Farm - Modoc main story. However once transferred back to Modoc, the car is there. As soon as Player enters another area of Modoc, like the Town Well or else, and get back to Main Street, the car is vanished for good.

However if the player just get into the car and start it, and then back to modoc, then the car will act normal again - staying in the main street area.

What you expected to happen

Car does not vanish. I don't recall this in v26. I think it is be a new bug.

Screenshot

Savegame

Slot 01 is the save that car is vanished.
Slot 02 is right before entering any other area of Modoc - hence triggering the car to vanish.
SLOT01.zip
SLOT02.zip

@burner1024
Copy link
Member

Must be from #162.

@NovaRain
Copy link

NovaRain commented Sep 20, 2023

From the record in the saves, the car is still in Ghost Farm. For now you need to use a save editor to move the car back to Modoc in the saves.
Try adding set_car_current_town(AREA_MODOC); after line 89 in modmain.ssl.
Other examples of moving the car between towns: tribem1.ssl, gecksetl.ssl

I already merged brussell1's spelling fix, so I can't make PRs for UPU/RPU without other files involved. Also gl_k_car.ssl was a mess with tons of unnecessarily nested IF.

NovaRain added a commit to phobos2077/Fallout2_Restoration_Project that referenced this issue Sep 20, 2023
NovaRain added a commit to phobos2077/Fallout2_Restoration_Project that referenced this issue Sep 20, 2023
@burner1024
Copy link
Member

burner1024 commented Sep 20, 2023

Extract modmain.int.zip into data/scripts.
The fix should work, but please test it on a save made before returning to Modoc with Jonny. (or better yet, attach it here too).

@ericqzou
Copy link
Author

I also first suspected that the car, when it was "vanished" from Modoc, then it will be in Ghost Farm, as NovaRain commented. However if I then go back to Ghost Farm on foot, the car is not there, that's why I said the car is vanished "for good".

@burner1024
I can try out your suggested solution later today, and upload the save here as you wanted.

@ericqzou
Copy link
Author

@burner1024 Tried, the issue seems to be solved. I enter another area after being scripted back with Jonny, and the car is still in Main Street when I come back to Main Street.

Savegames attached as you asked. Slot 01 is the moment right after being transferred back to Modoc with Jonny. Slot 02 is the moment right before departing from Ghost Farm
SLOT.zip

@burner1024
Copy link
Member

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants