Jo

Results 10 comments of Jo

I've tested with my smartphone (1080x2400 6.43 inches) and there are a lot of issues. 1. Very difficult to click on small buttons like open close inventory. 2. Not easy...

@roginvs I've completed about 2/3 of Nevada on my phone. There is used slightly modified font. See the attached screenshot. ![Screenshot_2023-07-15-01-03-16-37_044a0293e07d68fc30c3800cb1368b1b](https://github.com/alexbatalov/fallout2-ce/assets/7313369/75d210e7-380b-4331-95dc-37e6134af775) I made 2 videos: 1. Default control mode https://m.youtube.com/watch?v=2Aqh1J4f9Ps...

I can reproduce the issues: 1. Cannot open Vault Gate . 2. At the start of game freeze in vault city. - Fallout Nevada FE (2.4.1 FINAL) RUS - Fallout2...

Details of the second issue: At the start of game freeze in vault city. After 10-15 seconds on the second map in Vault City, freezes start at an increasing interval...

Details for the first issue: - Cannot open Vault Gate In the script: **_scripts/VaCGecko.int_** ``` procedure consolB begin paramParty := 0; if ((Pit > 0) and (tile_distance(17896, tile_num(Pit)) 0) and...

The first issue has been found. https://github.com/alexbatalov/fallout2-ce/blob/53a4437be951f75b10a6d4acb73137868cb59b13/src/interpreter.cc#L1388 Must be unsigned comparison: ` result = (uintptr_t)value[1].pointerValue > (uintptr_t)value[0].integerValue;` otherwise the (ptr > 0) expression in scripts might not work if ptr...

It looks like the second issue with freezing in Vault City is a bug in scripts and not in the engine. ``` procedure timed_event_p_proc { ... else { if (VCitizenPornoB

@roginvs 1. I asume the first issue with ponter comparison might work on x86 or sometimes work depends on the pointer value. 2. The issue with the script might work...

@alexbatalov thank you. After installing the patch and re-installing apk the issue with freezing in Vault City is resolved.

Nice to see this. I tried different approach. I did simple python script and used FreeType to covert ttf to aaf. I even tried to resize original glyphs in runtime...