![]() |
UnseenGDK2 Dev - Star Wars Saga - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2) +--- Thread: UnseenGDK2 Dev - Star Wars Saga (/showthread.php?tid=3543) Pages:
1
2
|
RE: UnseenGDK2 Dev - Star Wars Saga - Gets - 03-23-2025 I tried again and had the same issues I had initially: Quote: it would still lock up with errors when trying to select a ship or control the ship when I got into to the game.Ran the program in 4.1 and also tried 2.1 to see if there was a difference, but there wasn't. Main issue was that the controls didn't work once the game started. I changed a few values: Code: (Select All) If GDK_GPad(0).LS_X < -.25 Or GDK_GPad(0).POV_L Or GDK_KB(0).Left Then RE: UnseenGDK2 Dev - Star Wars Saga - Unseen Machine - 03-24-2025 DAMNATION!!! Ill have to get a newer computer then! Thanks again John RE: UnseenGDK2 Dev - Star Wars Saga - SMcNeill - 03-25-2025 ![]() I had to make a few changes to paths in the INCLUDE files, but nothing major. BI file: Code: (Select All)
BM file: Code: (Select All)
After this, both the BAS files compiled and ran for me. The Star Wars game errored out with the screenshot above, but the racing game ran and did fine, without any issues. Whatever small glitches there are, I don't think there's anything major in these. Any code changes necessary should be few and easy to make (like the paths above), once you figure out where the issue lies. (That's always the hard part.) ![]() (And the path issue with the $INCLUDE files may just be from me not extracting to the QB64PE folder, but an independent folder instead and using the "Include EXE with Source" option.) RE: UnseenGDK2 Dev - Star Wars Saga - Unseen Machine - 03-25-2025 Okay, well ill persevere then but I think a new laptop is needed! The GDK2_System_New command uses CHDIR so unless youre root folder is UnseenGDK\ then it may error... Thanks folks, makes me a bit more cheerful Unseen |