View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0006605 | NickyBoom2 | [All Projects] General | public | 2024-10-12 04:45 | 2024-10-23 13:33 | ||||||||
Reporter | casper30 | ||||||||||||
Assigned To | DJ Mike | Project Info | Nicky Boom 2 (Microïds) http://www.whdload.de/games/NickyBoom2.html | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | resolved | Resolution | fixed | ||||||||||
Summary | 0006605: problem | ||||||||||||
Description | If you write and erase the cheat key drinn and then write drinn again and move on to step b, the screen gets weird. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Machine | UAE | ||||||||||||
CPU | 68020 | ||||||||||||
CPUSpeed | 50 | ||||||||||||
ChipSet | AGA | ||||||||||||
GFXCard | None | ||||||||||||
ChipMem | 2 MB | ||||||||||||
FastMem | 0 MB | ||||||||||||
Workbench | OS 3.0 | ||||||||||||
KickROM | 40 - Kick 3.1 | ||||||||||||
KickSoft | None | ||||||||||||
WHDLoad | 19.0 | ||||||||||||
imported | |||||||||||||
Attached Files |
|
Notes | |
casper30 (reporter) 2024-10-12 05:14 |
fs-uae advanced keyboard_key_down = action_none keyboard_key_f6 = action_key_return keyboard_key_f8 = action_key_space keyboard_key_kp0 = action_joy_1_fire_button keyboard_key_kp2 = action_joy_1_down keyboard_key_kp4 = action_joy_1_left keyboard_key_kp5 = action_joy_1_fire_button keyboard_key_kp6 = action_joy_1_right keyboard_key_kp8 = action_joy_1_up keyboard_key_left = action_none keyboard_key_right = action_none keyboard_key_s = action_key_backspace keyboard_key_space = action_none keyboard_key_up = action_none |
casper30 (reporter) 2024-10-12 05:16 |
There are many other issues, and the backspace is especially noticeable. |
casper30 (reporter) 2024-10-12 06:23 |
There is also a problem with the cursor key. So I'm replacing it with the number key in fsuae. Other than that, there seem to be some bugs. |
casper30 (reporter) 2024-10-12 06:32 |
If you press all four cursor keys at once, you will know the results. you'll see something weird. |
casper30 (reporter) 2024-10-12 09:42 |
Maybe the backspace key is a problem, but of course there are other problems |
casper30 (reporter) 2024-10-14 05:00 |
I think the backspace key is the problem. No matter how hard I try key mapping, the symptoms appear. |
casper30 (reporter) 2024-10-14 05:08 |
Is it possible to get rid of the backspace key and replace it with another key? For example, delete key. Again, not with key mapping. |
casper30 (reporter) 2024-10-14 05:57 |
Enter key and space key are mapped, but backspace key is not mapped. It looks like you need to erase backspace key in the game. I want you to fix the enter key and space key, too. Of course, backspace key. |
casper30 (reporter) 2024-10-14 07:05 |
In the adf file, all play normally except for arrow keys. |
casper30 (reporter) 2024-10-14 07:07 |
Please read the above words carefully |
casper30 (reporter) 2024-10-14 07:09 |
Every play, of course, may have minor bugs |
casper30 (reporter) 2024-10-14 22:49 |
Could you please work on mapping the backspace key? |
casper30 (reporter) 2024-10-15 11:36 |
In winuae, the sound of music is fast |
DJ Mike (developer) 2024-10-15 11:46 |
I'm starting to look at this and will probably build a new patch. I can hear that the music plays too fast, so that's on my list. The actual arrow keys/keyboard controls not working is a bad implementation of keyboard handling. It seems that the game only remembers/registers the last key you pressed - e.g. if you move right then press up to jump, the game forgets you were going right! So my guess it only tracks one key at a time rather than registering individual key down/up events (which is essential if keyboard control is ever going to work). I will know once I examine further. However from the above it sounds like you're changing the arrow keys to map to a controller anyway. I don't use FS-UAE (only WinUAE) so I can't comment on that specifically. If I find something odd in the game, when all directions are pressed at once, then I'll fix it if I can, but some of this sounds like emulator quirks. Please leave it with me. There is no need to continually raise bug reports/additional messages now. If I have anything further to report I will let you know. |
casper30 (reporter) 2024-10-15 11:56 |
Have you read my article carefully? Now I want to map "backspace" to a different key, but I can't do it on my own. Please help. |
DJ Mike (developer) 2024-10-15 11:59 |
I don't use FS-UAE so I don't know specifically how you map keys in it. I would suggest asking on the EAB forum or Lemon Amiga forum how you map keys. This isn't anything to do with WHDLoad, so this is not the right place for this. |
casper30 (reporter) 2024-10-15 12:00 |
And I also use winuae, but there's a point where the sound is fast. |
casper30 (reporter) 2024-10-15 12:04 |
Whether it's fsuae or winuae, the game itself seems to have a problem. |
casper30 (reporter) 2024-10-15 12:33 |
There's a problem with the game itself, so it's better to fix it accordingly. And I think it's better to fix the "backspace key" itself on the game itself as well. And please read my comments carefully. It will make sense. |
DJ Mike (developer) 2024-10-22 10:32 Last edited: 2024-10-22 10:33 |
Beta test version of v1.2 now available - see EAB thread here: https://eab.abime.net/showthread.php?p=1711903 Hopefully resolves the issues you've been having. |
casper30 (reporter) 2024-10-22 14:45 |
I'm having trouble just using the keyboard. |
DJ Mike (developer) 2024-10-22 14:48 Last edited: 2024-10-22 14:51 |
The keyboard controls, as coded, really don't work well in this game - pressing a key cancels out the one you are already holding, so you cannot do things like run right and jump. On real hardware such as A1200, keyboard controls such as this are problematic anyway, so I don't know that it is worth fixing those any further. You should use a controller (or configure keys mapped to a controller if using an emulator). |
casper30 (reporter) 2024-10-22 15:01 |
<The Jump compilation release is also now supported> What do you mean? |
DJ Mike (developer) 2024-10-22 15:03 |
There are two versions of the game: "Jump" is a compilation released later with multiple games, including Nicky 2. This version is slightly different from the original. See here: https://amiga.abime.net/games/view/jump |
casper30 (reporter) 2024-10-22 20:20 |
Is the keyboard version not accurate? Please make it clear. |
DJ Mike (developer) 2024-10-22 21:38 |
The keyboard controls don't work properly - even if the game is played from disk/ADF. I haven't changed anything with those. |
casper30 (reporter) 2024-10-23 04:41 |
Nicky II (1993) (Microids) [composition Jump] This works, but when you press four arrow keys, strange things pop up. |
DJ Mike (developer) 2024-10-23 08:11 |
Yes, and that is fixed in my WHDLoad install update. |
casper30 (reporter) 2024-10-23 08:25 |
Is the keyboard still unresolved? One tip is that it works well if you use the number key. Maybe because I'm greedy, I want to do it in the number key and also in the arrow key. |
DJ Mike (developer) 2024-10-23 08:31 |
The number keys are WinUAE/FS-UAE controller emulation and work fine. Pressing all four arrow keys will no longer make strange things appear. Pressing backspace should no longer cause the level to look strange when starting. |
casper30 (reporter) 2024-10-23 10:38 |
When is the official version coming out? |
DJ Mike (developer) 2024-10-23 13:32 |
It is now released. :) I have also fixed the arrow key controls so they should work properly. |
DJ Mike (developer) 2024-10-23 13:33 |
Version 1.2 now released that should fix this issue. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-12 04:45 | casper30 | New Issue | |
2024-10-12 04:45 | casper30 | File Added: nickyii-full-2410121143-01.png | |
2024-10-12 05:14 | casper30 | Note Added: 0014074 | |
2024-10-12 05:16 | casper30 | Note Added: 0014075 | |
2024-10-12 06:23 | casper30 | Note Added: 0014076 | |
2024-10-12 06:32 | casper30 | Note Added: 0014077 | |
2024-10-12 09:42 | casper30 | Note Added: 0014078 | |
2024-10-14 05:00 | casper30 | Note Added: 0014088 | |
2024-10-14 05:08 | casper30 | Note Added: 0014089 | |
2024-10-14 05:57 | casper30 | Note Added: 0014090 | |
2024-10-14 07:05 | casper30 | Note Added: 0014091 | |
2024-10-14 07:07 | casper30 | Note Added: 0014092 | |
2024-10-14 07:09 | casper30 | Note Added: 0014093 | |
2024-10-14 22:49 | casper30 | Note Added: 0014096 | |
2024-10-15 01:05 | DJ Mike | Status | new => assigned |
2024-10-15 01:05 | DJ Mike | Assigned To | => DJ Mike |
2024-10-15 11:36 | casper30 | Note Added: 0014102 | |
2024-10-15 11:46 | DJ Mike | Note Added: 0014103 | |
2024-10-15 11:56 | casper30 | Note Added: 0014104 | |
2024-10-15 11:59 | DJ Mike | Note Added: 0014105 | |
2024-10-15 12:00 | casper30 | Note Added: 0014106 | |
2024-10-15 12:04 | casper30 | Note Added: 0014107 | |
2024-10-15 12:33 | casper30 | Note Added: 0014108 | |
2024-10-22 10:32 | DJ Mike | Note Added: 0014124 | |
2024-10-22 10:33 | DJ Mike | Note Edited: 0014124 | View Revisions |
2024-10-22 14:45 | casper30 | Note Added: 0014126 | |
2024-10-22 14:48 | DJ Mike | Note Added: 0014127 | |
2024-10-22 14:51 | DJ Mike | Note Edited: 0014127 | View Revisions |
2024-10-22 15:01 | casper30 | Note Added: 0014128 | |
2024-10-22 15:03 | DJ Mike | Note Added: 0014129 | |
2024-10-22 20:20 | casper30 | Note Added: 0014131 | |
2024-10-22 21:38 | DJ Mike | Note Added: 0014132 | |
2024-10-23 04:41 | casper30 | Note Added: 0014133 | |
2024-10-23 08:11 | DJ Mike | Note Added: 0014134 | |
2024-10-23 08:25 | casper30 | Note Added: 0014135 | |
2024-10-23 08:31 | DJ Mike | Note Added: 0014136 | |
2024-10-23 10:38 | casper30 | Note Added: 0014137 | |
2024-10-23 13:32 | DJ Mike | Note Added: 0014138 | |
2024-10-23 13:33 | DJ Mike | Note Added: 0014139 | |
2024-10-23 13:33 | DJ Mike | Status | assigned => resolved |
2024-10-23 13:33 | DJ Mike | Resolution | open => fixed |