-
Notifications
You must be signed in to change notification settings - Fork 0
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
finishing game! #43
Comments
Hello!
|
ok great! Im also almost done with the sega engine game cant wait to show you these (i can always update once/if it gets gif/vid support for sega)! hope you like them. |
Good luck! I can't wait! |
In theory, it should just work; I would need the full log, in order to see what went wrong. |
ok bit by bit.. this is for apple 64k Loading project...
|
secretpart2 - Copy.zip |
Hello; it will still take a few days before I have access to my computer, again; does the problem only happen in the Apple II? |
ahh no rush. it happens on c64 and other platforms... not sure why the other games im workin on seem to work (at least on c64)... thanks. |
thanks great all 3 parts work for c64 now! not so much for other platforms but thats ok im focused on commodore for this game! Ill send the choice4genesis game Im workn on and when the vcs editor gets more features id like to use that too! retro gaming hooray!!! wuold be cool if ai/chatgpt could be trained to make a c64 game/engine! thanks. |
Thanks for your interest! ;) |
hi im finally finishing my game! i figured the error below is caused by adding " " into say text! I see the window text can be moved, can the option text also be moved down below? Also can background sound be added to a game? thanks
64\VIC2.c(41): Warning: Integer constant is long
unity\C64\VIC2.c(42): Warning: Integer constant is long
unity\C64\VIC2.c(43): Warning: Integer constant is long
unity\C64\VIC2.c(58): Warning: Integer constant is long
unity\C64\VIC2.c(59): Warning: Integer constant is long
unity\C64\VIC2.c(60): Warning: Integer constant is long
projects/secret/src/vn_engine.c(72): Warning: Control reaches end of non-void function
projects/secret/src/vn_engine.c(72): Warning: Variable 'selected' is defined but never used
projects/secret/src/vn_engine.c(146): Warning: Variable 'charW' is defined but never used
projects/secret/src/vn_engine.c(146): Warning: Variable 'spaceW' is defined but never used
projects/secret/src/vn_engine.c(231): Warning: Variable 'i' is defined but never used
projects/secret/src/vn_engine.c(231): Warning: Variable 'mn_option_1' is defined but never used
projects/secret/src/vn_engine.c(231): Warning: Variable 'mn_choice_2' is defined but never used
projects/secret/src/vn_engine.c(231): Warning: Variable 'mn_choice_3' is defined but never used
projects/secret/src/generated_script.c(46): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(78): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(91): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(126): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(128): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(130): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(134): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(164): Warning: Pointer assignment to 'char *' from 'const char *' discards qualifiers
projects/secret/src/generated_script.c(165): Error: ')' expected
projects/secret/src/generated_script.c(165): Error: ';' expected
projects/secret/src/generated_script.c(165): Error: Undefined symbol: 'Guard'
The text was updated successfully, but these errors were encountered: