Автор Тема: Проект "Феникс"  (Прочитано 319034 раз)

0 Пользователей и 3 Гостей просматривают эту тему.

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Проект "Феникс"
« : 17 Декабрь 2010, 23:27:14 »
Первый открытый релиз состоялся 20.12.14, все подробности тут: http://www.arts-union.ru/node/23
« Последнее редактирование: 17 Май 2016, 17:47:13 от Altmer »
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1095 : 01 Апрель 2017, 23:08:51 »
is not useful to you the log from winuae emulator?  what. Info do you need? How can I get it?

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1096 : 02 Апрель 2017, 08:14:38 »
is not useful to you the log from winuae emulator?  what. Info do you need? How can I get it?

You need create simple app for test guns, check it on your hardware and send me sources.
Or I need similar device.
« Последнее редактирование: 02 Апрель 2017, 08:44:14 от Altmer »
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1097 : 02 Апрель 2017, 10:41:12 »
I finally have succeed creating a false fullscreen window with ahk:

;THIS CREATES A FALSE FULLSCREEN FOR 15KHZ MONITORS THAT MAY HAVE PROBLEMS WITH NATIVE 3DO RESOLUTION

WinWait, Проект эмуляции - «Феникс» в.2.8,
WinWaitActive, Проект эмуляции - «Феникс» в.2.8,

WinSet, Style, -0xC00000,A ; REMOVE TITLEBAR AND BORDERS
WinSet, Style, -0x40000,A ; REMOVE SIZING BORDER
WinMove, A,, 0, -52,1936, 1200, ; MOVE AND RESIZE THE WINDOW TO HIDE THE MENUBAR AND FOOTER
 

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1098 : 02 Апрель 2017, 11:17:38 »
Actually WinMove, A,, 0, -52,1936, 1200, may be WinMove, A,, 0, -52,656, 600, for athe 640x480 screen. This is because I was testing in another pc.

And for the lightguns, I'm graphist so I'm not so skilled in programming, but I will search for info about creating a simple app for test guns.

But I think you are not that far, that the only problem is supporting absolute coordinates when you set multiple mouse (m1c0 m1c1, m2c0 m2c1) as you do for single cursor (c0c0 c0c1) to have absolute coordinates but sepparated.

because if I set the buttons as m1b0 m2b0 they work ok, each one for tis lightgun.

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1099 : 02 Апрель 2017, 11:34:45 »
Отладка на расстоянии без устройства - головная боль. Гадать на кофейной гуще я не буду.
Поэтому мне нужно либо устройство, либо готовый и проверенный код.
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1100 : 02 Апрель 2017, 16:10:28 »
abacanstyle.com/images/winuaelog.txt
this is the log from winuae, It may show one lightgun showing and pressing the tree buttons. Is it useful? maybe useful if I do it woth the two guns?

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1101 : 02 Апрель 2017, 16:12:53 »
sorry, http://xabacanstyle.com/images/winuaelog.txt, I didn't find how to edit a post

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1102 : 02 Апрель 2017, 16:38:36 »
Log is not useful. And I will not take code from WinUAE due to it license.
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1103 : 02 Апрель 2017, 17:21:04 »
And what about this forum? Is about a psx lightgun plugin where the autor whas early asked to support pc lightguns, I think it may have useful information about them in the 3 first pages
http://ngemu.com/threads/input-plugin-nuvee-psx-controller.143143/
And if not, is there any tool in the internet I can use to debug my guns?

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1104 : 02 Апрель 2017, 17:58:12 »
Currently I working on enother platform. I have no time for try one method, wait your response, try next method and wait response and so on...
If somebody create clean and tested code, I can include it, but if it will not work, I will not try again.
If somebody send me gun - I do it.
If someday I buy a gun - I do it.

PS. Gun, gun, gun... let's stop irritate FSB  ;D
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1105 : 02 Апрель 2017, 20:09:43 »
One thing - if your gun detected as joystik - show me please how seen it emulator.
See attach.
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1106 : 02 Апрель 2017, 20:20:01 »
I understand, sorry if I bothered you, don't you think I don't value your work, it's only I think you were so close...

No, my gun works only as a mouse, sorry, but tomorrow when I get home, I will notice what this screen shows.

 anyway thanks for Phoenix.

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1107 : 02 Апрель 2017, 20:30:53 »
Now I'm completely misunderstands ;D
And how work system cursor if on both guns pressed fire?

If you mean this: https://blogs.msdn.microsoft.com/jennifer/2010/12/13/multitouch-part-1-getting-started-with-multitouch-in-windows-7/
Then I think this is possible.
« Последнее редактирование: 03 Апрель 2017, 07:03:23 от Altmer »
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"

Оффлайн phasermaniac2

  • Новенький
  • *
  • Сообщений: 25
Re: Проект "Феникс"
« Ответ #1108 : 02 Апрель 2017, 23:03:55 »
No, I never saw this, my lightguns worked since windows xp.
In theoperating system,if you aim the screen you see two cursors, but there is no difference between pressing buttons from one or the other gun,trigger is mouse left button. but inside emulators like mame,  gun1 button 1 is different to gun2 button1.
In fact in phoenix this works nice, as I can set m1b1 and m2b1 and the buttons works sepparately, the only that don't work fine are the axis. The gun aiming is ok if I set them as c0p0 c0p1 but the shots get crossed between player 1 and player2.
 m1d0 m1d1 m2d0 m2d1 separates ok the axis and the shoots of each player goes where it might, but works only with mice, not with guns, as for guns coordinates may be absolute as you do with c0p0 c0p1.
The only problem is mxp0 mxp1 dont work

Оффлайн Altmer

  • Администратор
  • Ветеран
  • *******
  • Сообщений: 4221
Re: Проект "Феникс"
« Ответ #1109 : 03 Апрель 2017, 07:14:44 »
I have no idea how to capture two cursors. In the next version I'm add log out for RAW Input structures, and you can show me all input devices on your PC.
Currently try use c0p0 and c0p1 for both guns, and m1b0 for one and m2b0 for next.

I think problem in what your "mouse" is not relative: https://msdn.microsoft.com/en-us/library/windows/desktop/ms645578(v=vs.85).aspx
So, this is fixable.
« Последнее редактирование: 03 Апрель 2017, 07:30:17 от Altmer »
- Разве ты не устал от борьбы, от каменистых дорог?
- Нет.
- Как странно, ведь многие так ценят покой...
                                             E. Гуляковский, "Сезон туманов"