![]() |
Re: Where did DrNokSnes go? (Maemo 5)
Quote:
Thanks |
Re: DrNokSnes (SNES emulator for Maemo 5)
I've managed to figure out how to map a diagonal direction onto a key. With a custom key config you can assign two directions (or button presses) to any key. So you can have up and left on the Q key for example.
Download and edit this file http://drnoksnes.garage.maemo.org/DrNokSnes.txt using the following: 22=Delete 24=Q 25=W 26=E 27=R 28=T 29=Y 30=U 31=I 32=O 33=P 36=Return 37=Ctrl 38=A 39=S 40=D 41=F 42=G 43=H 44=J 45=K 46=L 50=LShift 52=Z 53=X 54=C 55=V 56=B 57=N 58=M 59=, 60=. 65=Space 111=UP 113=LEFT 114=RIGHT 116=DOWN You can map a diagonal direction to a key by assigning two commands to one key eg. scancode=24 (The Q key) button=LEFT button=UP Place the config file in ~/apps and in the DrNokSnes control settings select the option No controls/Use config file |
Re: DrNokSnes (SNES emulator for Maemo 5)
Editing the config file also allows you to create any combination you want.
Next version will have GUI support for mapping diagonals, though. |
Zeemote With DrNokSnes
Hi All,
I've read what seems like a 1000 threads and even a youtube video or 2 and I cannot get the zeemote to control DrNokSnes (1.2.5) I've got the zeemote driver and config tool installed and can see the remote and test all the buttons in that perfectly but when ever I run the emulator none of the buttons nor the stick work. Is there a config I need to update for the emulator or any particular control scheme I need to select ? Thanks |
Re: DrNokSnes (SNES emulator for Maemo 5)
I'm looking forward to the new GUI! Do you know if that one will allow Player 2's controls to be mapped?
By the way, what works best with it - Wii controller or Zeemote (I have the former but would have to buy the latter). |
Re: Zeemote With DrNokSnes
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Guys, i was wanting the directory " ~/apps " but i haven't luck, where is him?
i was using the WinSCP from my computer to join in my n900 with my ip (from the n900) any know the "road complete" of the directory? ty.. |
Re: DrNokSnes (SNES emulator for Maemo 5)
Anyone gotten Mario RPG to work on this emu?
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Hey guys, why can't we just download this emulator as the other ones? Very confusing...
|
Re: DrNokSnes (SNES emulator for Maemo 5)
download it from:
catalogue name: Maemo Nintendo Emulators url: http://b-man.xceleo.org/repo/maemo-nintendo-emulators/ components: main leave distribution-field free. not sure if this still works, though. |
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
~/apps expands to /home/user/apps (unless you have renamed your user, then it would be /home/<user name>/apps |
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
Thank you, much appreciated |
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
################################################## Use WiiMote as a Gamepad / Remote ################################################## updated http://talk.maemo.org/showpost.php?p...6&postcount=24 . . . |
Re: DrNokSnes (SNES emulator for Maemo 5)
guys i have a problem...i don't have the key "up" and "down" on my n900...how can i configure this 2 keys to using it on my wiimote?
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
also look here for more help http://talk.maemo.org/showpost.php?p...6&postcount=24 . . |
Re: DrNokSnes (SNES emulator for Maemo 5)
Seems to be first 16bit console Emulator on the N900 which is running at a playable speed (VGBA runs slow as hell). I used it a hour now and can say only: Good work and keep it up!
|
Re: DrNokSnes (SNES emulator for Maemo 5)
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
and where i can find "ukwii.desktop" file and the others file like "/usr/bin/wiicontrol" on my phone? |
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
i've been trying to run drnoksnes on my n900 but always getting that error message libzeemote,libzeemote-conf, im not a computer wiz, lol so if someone can help me out!! thnx
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
controller is originally meant to be used vertically.... |
ive set it to be used horizontally.... _ so you need to set controls accordingly with d-pad you need to flip controls: 'action' "key" # wiimote button 'U': ["a Left"], # dpad left 'D': ["a Right"], # dpad right 'L': ["a Down"], # dpad down 'R': ["a Up"], # dpad up -------------------------------------------------------------------------------------- How To Configure Controls -------------------------------------------------------------------------------------- you need to edit "/usr/bin/wiicontrol" file. you can do this either through SSH over wifi or through MC or other text editor on your phone. scroll to section shown below. (In _CODE-CODE_ section) "mapping" section is for gamepad only mode "mapping_l" section is for gamepad + gyro mode (accelerometers) to change a specific button, (e.g. gamepad mode "A" button) you need to change only the key name within the ["a ???"] section, ??? being the key name. (e.g. 'A': ["a Q"] would set button A to the Q key.) then in your games/apps just set the keys to whichever you set. this should work! _________CODE__________ ........................ mapping={ # v button on wiimote v 'U': ["a Left"], # dpad left 'D': ["a Right"], # dpad right 'L': ["a Down"], # dpad down 'R': ["a Up"], # dpad up 'A': ["a e"], # A '+': ["a q"], # + '-': ["a Escape"], # - '1': ["a a"], # 1 '2': ["a w"], # 2 'H': ["a KP_Enter"], # home 'GU': ["a Up"], # gyro up 'GD': ["a Down"], # gyro down 'GL': ["a Left"], # gyro left 'GR': ["a Right"], # gyro right 'Z': ["a z"], # unknown 'C': ["a x"] # unknown } mapping_l={ 'U': ["a s"], # dpad left 'D': ["a d"], # dpad right 'L': ["a Down"], # dpad down 'R': ["a Up"], # dpad up 'A': ["a e"], # A '+': ["a q"], # + '-': ["a Escape"], # - '1': ["a a"], # 1 '2': ["a w"], # 2 'H': ["a KP_Enter"], # home 'GU': [""], # gyro up 'GD': [""], # gyro down 'GL': ["a Left"], # gyro left 'GR': ["a Right"], # gyro right 'Z': ["a z"], # unknown 'C': ["a x"] # unknown ........................ __________CODE__________ |
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
aahhhhhhhhhhh, no idea what ur getting at.....???
sorry . . |
Re: DrNokSnes (SNES emulator for Maemo 5)
where i can find /usr/bin/wiicontrol?
i'm totally noob sorry :( |
Re: DrNokSnes (SNES emulator for Maemo 5)
Off-topic: I wonder if the newer version (1.2.5) is able to play star fox. The current version is unable to play it; I'm guessing it has something to do with the Super FX chip that the Star Fox cartridge uses.
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
you can do this either through SSH over wifi or through Midnight Commander or other text editor on your phone. look HERE for help http://wiki.maemo.org/Category:N900 . . . |
Re: DrNokSnes (SNES emulator for Maemo 5)
Btw, many thanks to the DrNokSnes translators :) -- current version on extras-devel has most of them (and also diagonals, close-on-idle/phone/defocus, extreme N900 flickering gone, and N8x0 build).
|
Re: DrNokSnes (SNES emulator for Maemo 5)
I've made a video about DrNokSnes:
maemo Games: DrNokSnes for N900 http://www.youtube.com/zehjotkah#p/u/3/qZdNh3jl1Ls Thanks for watching! |
Re: DrNokSnes (SNES emulator for Maemo 5)
In the german translation of DrNokSnes, one checkbox is mistakenly translated in polish . :)
http://img62.imageshack.us/img62/194...hot10ah.th.jpg The Zeemote option is only a placeholder for a further version of the emulator ? Or did I miss something to make it running ? |
Re: DrNokSnes (SNES emulator for Maemo 5)
Hey just got an update promt for a new version (1.3.0)
Any release notes on whats new? ________ Cystic fibrosis forums |
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Quote:
Changes: No longer using hildon-games-wrapper, but glib. No emulator changes, but lots of GUI changes: player 2 support, complete Fremantle GUI, redone Diablo GUI, i18n support, etc. |
Re: DrNokSnes (SNES emulator for Maemo 5)
is it possible to add "autofire" function to the buttom for the future update?
thanks man. it is best emu on n900 at the mo |
Re: DrNokSnes (SNES emulator for Maemo 5)
sorry to cut in late, but how close is this to extras-testing?
|
Re: DrNokSnes (SNES emulator for Maemo 5)
Where I find step by step FAQ for enable Snes mouse support? I launch drnoksnes from command promt, I try to enable mouse with -m 1 option, and loading SimAnt game, when game start mouse doesn't work . Next I try it with Armins snes9x, and its work.
|
| All times are GMT. The time now is 12:37. |
vBulletin® Version 3.8.8