alexbatalov / fallout2-ce

Fallout 2 for modern operating systems
Other
1.8k stars 126 forks source link

Make town_map function available again #412

Open blackpaulillyria opened 3 months ago

blackpaulillyria commented 3 months ago

Hi,

Would it be possible to re-implement function town_map from Fallout 1? I could really use it for some "fast traveling" inside big locations. Workarounds with load_map or world_map functions are possible, of course. The reasons I would use town_map instead of workarounds are these:

The engine seems to support the request https://github.com/alexbatalov/fallout2-re/blob/main/src/game/scripts.c#L851

It looks like it was removed because it was refactored in Fallout 2?

P. S. I requested this feature for sfall but the devs suggested I ask here about it. Here is the original request: https://github.com/sfall-team/sfall/issues/561