Forum Replies Created
-
AuthorPosts
-
admin
KeymasterCheck email;)
admin
KeymasterHello:)
I will be happy to help you:) What game you are trying? I can make video presentation.
For now :
You must place 4 “Target” widgets on the screen. Each for every scroll direction. Go to “Target” settings (double tap on widget in design mode) and set every target to borders in which mouse starts scrolling the screen.
here is dune 2 example:
Then go to “general settings->mouse and gestures” and scroll down to swipes. Map target widgets to correct swipes directions. After you map swipes directions then you will be able set additional swipe settings.
Today I uploaded KKND and Dune 2 profile to mgc file sharing section. You can check settings how I did it.
admin
KeymasterHello, here is clean KKND layout.
– It has fixed absolute mouse for better correction
– added swipes for screen scrollingDownload
http://www.mediafire.com/download/bqiziclt6i5eg0o/KKND.mgcadmin
KeymasterI am sorry I made decision that this feature will be not implemented. I like to implement what people need, but this feature is very hard and I will not bring effect you need. Mouse reset means not only to set one variable to true or set some values. Mouse reset means that I must change mouse for a moment to relative and move it manually to negative coordinates x,y[-2048, -2048]. Then I set it to middle of the screen. This is average task – not easy nor hard, but doing it frequently on finger UP is not good idea. I can’t imagine it well…This will lead to problems like :
-you will be not able click, because mouse can be in synchro event (synchro needs takes some time to be completed)
or
-screen can start scrolling when you don’t need itBut main problem is that all gestures must react well on that. Its hard for implementation.
I am sorry, but not now…maybe I will get idea how to fix it in the future. But the game is made for relative mouse – like Albion. Authors did it.
admin
KeymasterChris is skilled:) Can I share it in mgc section?
EDIT : Sorry this is mgc sections ;D I was sleeping probably 🙂
admin
KeymasterThank you updated. Ultima Underworld 2 is still marked as unusable with absolute mouse because it desynchronize too fast.
admin
KeymasterWell I will improve right button next to “Main program”. Currently it copies “autoexec” generated from GUI to clipboard. I can improve it and can generate whole dosbox config. I will put there question dialog, so you will be able choose what generate :
1.only autoxec
2. whole configalso I can add aspect=true/false to GUI to next update
admin
KeymasterHi, I cant give quick answer. I know what you mean. I tried to fix drag issue many times, but for some games is not possible. I will think about this and will write answer later. Its not easy for quick answer.
I had dragging troubles in fallout too and I implemented one feature to Touch Widget – ignore next mouse up.
I did not used it for a long time and maybe its broken, because I rewrote a lot of code since I used it, but maybe it can help.
Idea is : hold touch widget and click on item to move, then on place where you want drop it.
admin
Keymasteri like your dragon icon 🙂
admin
KeymasterI can paint specific images if necessary (but will have amateur look)
admin
Keymastermaybe you will find something useful in upcoming version – you will be able use new gestures.
admin
Keymasterhave a nice day;)
admin
KeymasterHi, ok I checked the gog version. You have 2 ways how to do it.
Copy content of installed folder “Heroes of Might and Magic 2 GOLD” to your device. Its recommended to rename it to something shorter – for example homam2.
1. Expert settings
Inside installed folder is file dosboxhomm2.conf. At the end of the file is :
[autoexec]
# Lines in this section will be run at startup.@ECHO OFF
mount C “.”
imgmount d “.\homm2.inst” -t iso -fs iso
c:
cls
heroes2.exe
exitthis is correct but you need to fix paths based on your device. This version mounts homm2.inst file. But we must use homm2.ogg because current version is not able run ogg tracks from subfolder. This will be fixed in next release.
/mnt/emulated/0/ is path on your device. You must change it to yours.
[autoexec]
# Lines in this section will be run at startup.@ECHO OFF
mount C “/mnt/emulated/0/”
imgmount d “/mnt/emulated/0/homam2/homm2.gog” -t iso -fs iso
c:
cd homam2
heroes2.exe2. GUI
You can also run this game using GUI. Then you must add CD homm2.gog under section CD-ROM. Then you need set drive C:\. This is root of your device, or folder games (in which you have MS-DOS games). Then set main program “HEROES2.EXE” from folder homam2Best regards,
Tonyadmin
KeymasterUPDATE
We received permissions for use in-game screenshots from Cauldron company(Spellcross, Quadrax, Chaser) and 3D realms (Duke Nukem 3D, Wacky wheels)
Thank you
admin
Keymasterok will check it when I arrive home and let you know
-
AuthorPosts