#1 2019-06-18 13:37:20

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 75.0

Xbox one controller+ fix shooting errors

1. Would it be possible to play using the Xbox one controller device as an alternative to keyboard and mouse ?

it would  be awesome if we could choose the device to play.

2. sometimes when firing an enemy even thought you know you are aiming to him/her some bullets does not damage the target you are aiming to.

Offline

    Positive reputation 0   Negative reputation 0

#2 2019-06-20 17:06:35

razor
Player
Estonia
Reputation: +285
Registered: 2014-12-13
Posts: 610
Android Chrome 71.0

Re: Xbox one controller+ fix shooting errors

Zwarrior wrote:

2. sometimes when firing an enemy even thought you know you are aiming to him/her some bullets does not damage the target you are aiming to.

That's bad bullet registration, dealing with your ping , internet connection,  and the server itself. The games overall netcode is garbage and has nothing to do with what device you use to play.

Offline

    Positive reputation 0   Negative reputation 0

#3 2019-06-20 22:58:58

iCQ
Spammer
Netherlands
Reputation: +544
Location: Netherlands
Registered: 2017-07-31
Posts: 1,967
Unknown Firefox 67.0

Re: Xbox one controller+ fix shooting errors

yes it is possible to use that controller... but not that easy to setup... pfff hard to explain

i think i spend a week spread over several months to figure out all the settings and tools... switching from air to sea... inf never be good due to bad aim without mouse


i play with joystick like xbox one controller, sea flying and jeep are super fun and moves that are not possible with key/mouse smile

Offline

    Positive reputation 0   Negative reputation 0

#4 2019-06-24 11:14:45

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Linux Chromium 74.0

Re: Xbox one controller+ fix shooting errors

i will search in google for  X-input for this game, maybe someone has done it.

Offline

    Positive reputation 0   Negative reputation 0

#5 2019-09-25 15:32:47

iCQ
Spammer
Netherlands
Reputation: +544
Location: Netherlands
Registered: 2017-07-31
Posts: 1,967
Unknown Firefox 68.0

Re: Xbox one controller+ fix shooting errors

Any updates on this peeps? I been driving jeep a lot last few days with my joystick and broken ribs.

Last edited by iCQ (2019-09-25 15:33:29)

Offline

    Positive reputation 0   Negative reputation 0

#6 2019-09-25 15:42:06

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 77.0

Re: Xbox one controller+ fix shooting errors

I still think that it would be an excellent idea, try asking in a git hub community, thanks to them i am able to play retroconsoles games with an xbox controller.

im able to play game boy advance games using joysticks, but not this pc game lol.

Offline

    Positive reputation 0   Negative reputation 0

#7 2019-09-25 17:42:18

bud
maestro
Reputation: +1835
Location: shangri la
Registered: 2012-07-07
Posts: 3,941
Website
Windows 10 Firefox 69.0

Re: Xbox one controller+ fix shooting errors

There is a program called joytokey, it might work for your idea

"JoyToKey (or Joy2Key) enables PC game controllers to emulate the keyboard and mouse input, so that windows applications and web games can be controlled with your favorite joysticks!"

google JoyToKey for download links

Offline

    Positive reputation 0   Negative reputation 0

#8 2019-09-25 18:07:38

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 77.0

Re: Xbox one controller+ fix shooting errors

it would be awesome if they get their hands on this tittle fixing it or improving it:

the netcode

the accuracy

giving players the possibility to hide the chat, to silence in radio commands, erasing that fog effect, giving us the possibility to talk between us without having to use discord.

There are many ways to improve this tittle making it look  even greater, in my opinion.

Offline

    Positive reputation 0   Negative reputation 0

#9 2019-09-25 22:44:53

Arkos
Sedmin
Switzerland
Reputation: +2778
Registered: 2014-06-06
Posts: 7,041
Windows 7 Chrome 77.0

Re: Xbox one controller+ fix shooting errors

...

Netcode yes, but erasing Fog Effect?

Btw. You can allready mute Radio and Chat, i thought.

...

Last edited by Arkos (2019-09-25 23:14:56)

Offline

    Positive reputation 0   Negative reputation 0

#10 2019-09-26 17:22:29

bud
maestro
Reputation: +1835
Location: shangri la
Registered: 2012-07-07
Posts: 3,941
Website
Windows 10 Firefox 69.0

Re: Xbox one controller+ fix shooting errors

chat.setIgnoreRadioAudio 1

chat.setIgnoreRadioText 1

Offline

    Positive reputation 3   Negative reputation 0

#11 2019-09-26 20:23:52

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 77.0

Re: Xbox one controller+ fix shooting errors

bud wrote:

chat.setIgnoreRadioAudio 1

chat.setIgnoreRadioText 1

thank you very much

Offline

    Positive reputation 0   Negative reputation 0

#12 2019-09-26 21:33:23

seVen
 
Reputation: +2632
Registered: 2015-12-20
Posts: 2,355
Windows 10 Firefox 69.0

Re: Xbox one controller+ fix shooting errors

A few more options:

chat.setChatMessageSize 0
chat.setGameInfoMessageSize 1
chat.setKillMessageSize 1
chat.setChatHistory 3
chat.setOldChatListStyle 0
chat.setOldChatListHistory 1
chat.setIgnoreRadioText 0
chat.setIgnoreRadioAudio 0
chat.getIgnoreRadioAudioAndText 0
chat.setTimeUntilMessageRemoved 1.000000


Regarding the display of "chat/info/kills":

-Message window has been modified and is now separated into three parts:
1) User generated chat (radio and chat text) - 4 rows
2) Game Info (capture control point etc.) - 2 rows
3) Kills (x killed y) - 3 rows

The number of lines for each message window can be changed as long as it is at least 1 line and the total amount of lines for all message windows do not exceed 12. These chat windows can be manipulated through new console commands (where 'int' is any number between 1 and 12)

chat.setChatMessageSize <int>
No. of lines for chat messages display

chat.seGameInfoMessageSize <int>
No. of lines for game info display

chat.setKillMessageSize <int>
No. of lines for kills info display

chat.setChatHistory <int> <int> <int>
Sets the no of lines for all 3 message displays at once

chat.chatInfo
Returns status on how many lines each message window in using.

chat.OldChatListStyle <0 or 1>
If set to 1, the old (v1.2) message window model is used.

chat.OldChatListHistory <int>
No. of rows used if the old message window model is used

Offline

    Positive reputation 3   Negative reputation 0

#13 2019-09-27 11:53:37

iCQ
Spammer
Netherlands
Reputation: +544
Location: Netherlands
Registered: 2017-07-31
Posts: 1,967
Unknown Firefox 68.0

Re: Xbox one controller+ fix shooting errors

Vertigo wrote:

A few more options:

chat.setChatMessageSize 0
chat.setGameInfoMessageSize 1
chat.setKillMessageSize 1
chat.setChatHistory 3
chat.setOldChatListStyle 0
chat.setOldChatListHistory 1
chat.setIgnoreRadioText 0
chat.setIgnoreRadioAudio 0
chat.getIgnoreRadioAudioAndText 0
chat.setTimeUntilMessageRemoved 1.000000


Regarding the display of "chat/info/kills":

-Message window has been modified and is now separated into three parts:
1) User generated chat (radio and chat text) - 4 rows
2) Game Info (capture control point etc.) - 2 rows
3) Kills (x killed y) - 3 rows

The number of lines for each message window can be changed as long as it is at least 1 line and the total amount of lines for all message windows do not exceed 12. These chat windows can be manipulated through new console commands (where 'int' is any number between 1 and 12)

chat.setChatMessageSize <int>
No. of lines for chat messages display

chat.seGameInfoMessageSize <int>
No. of lines for game info display

chat.setKillMessageSize <int>
No. of lines for kills info display

chat.setChatHistory <int> <int> <int>
Sets the no of lines for all 3 message displays at once

chat.chatInfo
Returns status on how many lines each message window in using.

chat.OldChatListStyle <0 or 1>
If set to 1, the old (v1.2) message window model is used.

chat.OldChatListHistory <int>
No. of rows used if the old message window model is used

Thanks! It been so long ago i used some of these that i totally forgot about them. Thanks for sharing sir!

The one that saves my day:
tilde key ` (bring up console) ignore PLAYER# [ENTER]

example:
ignore 11

result:
the player in your list with number 11 will not be able to show up in chat (excellent for dealing with people who spam the chat).

Last edited by iCQ (2019-09-27 11:58:32)

Offline

    Positive reputation 0   Negative reputation 0

#14 2019-09-27 14:27:18

Arkos
Sedmin
Switzerland
Reputation: +2778
Registered: 2014-06-06
Posts: 7,041
Windows 7 Chrome 77.0

Re: Xbox one controller+ fix shooting errors

...

Yes, the "ignore x" command is it.

...

Offline

    Positive reputation 0   Negative reputation 0

#15 2019-09-27 15:00:28

bud
maestro
Reputation: +1835
Location: shangri la
Registered: 2012-07-07
Posts: 3,941
Website
Windows 10 Firefox 69.0

Re: Xbox one controller+ fix shooting errors

Zwarrior wrote:
bud wrote:

chat.setIgnoreRadioAudio 1

chat.setIgnoreRadioText 1

thank you very much

If you like me is a bit "sound sensitive" i can recommend this patch to. https://www.bfmods.com/viewtopic.php?f=9&t=1665

Offline

    Positive reputation 1   Negative reputation 0

#16 2019-09-27 19:30:47

iCQ
Spammer
Netherlands
Reputation: +544
Location: Netherlands
Registered: 2017-07-31
Posts: 1,967
Unknown Firefox 68.0

Re: Xbox one controller+ fix shooting errors

Nive share bud, im not at home and super careful with patches/adjusting the game. I try to run it as vanilla as i can.

I will study it when im back home, take care!

Offline

    Positive reputation 0   Negative reputation 0

#17 2019-09-28 15:24:30

bud
maestro
Reputation: +1835
Location: shangri la
Registered: 2012-07-07
Posts: 3,941
Website
Windows 10 Firefox 69.0

Re: Xbox one controller+ fix shooting errors

Here is a better description how it works http://team-simple.org/forum/viewtopic.php?id=4407

Its ok to use by tuia too, discussed it in another thread.

Last edited by bud (2019-09-28 19:52:03)

Offline

    Positive reputation 1   Negative reputation 0

#18 2019-10-01 01:23:13

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 77.0

Re: Xbox one controller+ fix shooting errors

iCQ wrote:
Vertigo wrote:

A few more options:

chat.setChatMessageSize 0
chat.setGameInfoMessageSize 1
chat.setKillMessageSize 1
chat.setChatHistory 3
chat.setOldChatListStyle 0
chat.setOldChatListHistory 1
chat.setIgnoreRadioText 0
chat.setIgnoreRadioAudio 0
chat.getIgnoreRadioAudioAndText 0
chat.setTimeUntilMessageRemoved 1.000000


Regarding the display of "chat/info/kills":

-Message window has been modified and is now separated into three parts:
1) User generated chat (radio and chat text) - 4 rows
2) Game Info (capture control point etc.) - 2 rows
3) Kills (x killed y) - 3 rows

The number of lines for each message window can be changed as long as it is at least 1 line and the total amount of lines for all message windows do not exceed 12. These chat windows can be manipulated through new console commands (where 'int' is any number between 1 and 12)

chat.setChatMessageSize <int>
No. of lines for chat messages display

chat.seGameInfoMessageSize <int>
No. of lines for game info display

chat.setKillMessageSize <int>
No. of lines for kills info display

chat.setChatHistory <int> <int> <int>
Sets the no of lines for all 3 message displays at once

chat.chatInfo
Returns status on how many lines each message window in using.

chat.OldChatListStyle <0 or 1>
If set to 1, the old (v1.2) message window model is used.

chat.OldChatListHistory <int>
No. of rows used if the old message window model is used

Thanks! It been so long ago i used some of these that i totally forgot about them. Thanks for sharing sir!

The one that saves my day:
tilde key ` (bring up console) ignore PLAYER# [ENTER]

example:
ignore 11

result:
the player in your list with number 11 will not be able to show up in chat (excellent for dealing with people who spam the chat).

what i am trying to tell you guys is to have all of this options available in the options section of the principal menu, or the screen that appears when the soldier is dead or choosing where to respawn to make it much more simple.

Offline

    Positive reputation 0   Negative reputation 0

#19 2019-10-01 03:03:08

seVen
 
Reputation: +2632
Registered: 2015-12-20
Posts: 2,355
Windows 10 Firefox 69.0

Re: Xbox one controller+ fix shooting errors

Might not something that can be done as a server-side mod, Z.
I could manipulate some menus in CoD, but in the case adding one,
it would have to exist on the client machine.

One option may be the use of hud elements tho.

Stock menu modified (if player does not download it, they would not see 4 - 9)
06-quickmsg.jpg

A hud element visible to everyone:
09-mapvote.jpg

Prob with adding hud elems is the increase in gamestate.  Too much added
gamestate would cause a few maps to crash.  This map vote was fine at end
of map because I'd kill all other elems.  Different story during gameplay tho.

Last edited by seVen (2019-10-01 03:06:24)

Offline

    Positive reputation 0   Negative reputation 0

#20 2019-11-11 16:05:57

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 78.0

Re: Xbox one controller+ fix shooting errors

COD modders are just awesome i played all the round with a dumb smile on my face due to i recogniced the map, just marvelous.

i would like to see this kind of things here.

here is a clip i found on youtube, when i played it my soldier´s skin was kind of like the soldiers in toy-story 

https://www.youtube.com/watch?v=1VuUuSR7BSg

Last edited by Zwarrior (2019-11-11 16:10:55)

Offline

    Positive reputation 1   Negative reputation 0

#21 2019-11-11 17:18:32

seVen
 
Reputation: +2632
Registered: 2015-12-20
Posts: 2,355
Windows 10 Firefox 70.0

Re: Xbox one controller+ fix shooting errors

Those maps are blast.  I think it was this one we used on CoD:UO
https://www.gamefront.com/games/call-of … itchen-rat

I'd fire up the server if we had some players for this wink

Offline

    Positive reputation 1   Negative reputation 0

#22 2019-11-11 17:28:20

Arkos
Sedmin
Switzerland
Reputation: +2778
Registered: 2014-06-06
Posts: 7,041
Windows 7 Chrome 78.0

Re: Xbox one controller+ fix shooting errors

...

So, ... that's the other use of a kitchen smile

...

Offline

    Positive reputation 0   Negative reputation 0

#23 2019-11-11 21:59:24

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 78.0

Re: Xbox one controller+ fix shooting errors

Vertigo wrote:

Those maps are blast.  I think it was this one we used on CoD:UO
https://www.gamefront.com/games/call-of … itchen-rat

I'd fire up the server if we had some players for this wink

but that is for COD 1, ok  i will download it.

Offline

    Positive reputation 0   Negative reputation 0

#24 2019-11-11 22:34:32

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 78.0

Re: Xbox one controller+ fix shooting errors

Arkos wrote:

...

So, ... that's the other use of a kitchen smile

...

imagine that map here in bf1942 adding those helicopters that appear in Rtr+Sw server.

Offline

    Positive reputation 0   Negative reputation 0

#25 2019-11-11 22:45:08

Insane
Player
Ukraine
Reputation: +1126
Location: Kharkiv
Registered: 2016-07-07
Posts: 1,201
Android Chrome 78.0

Re: Xbox one controller+ fix shooting errors

Zwarrior wrote:

COD modders are just awesome i played all the round with a dumb smile on my face due to i recogniced the map, just marvelous.

i would like to see this kind of things here.

here is a clip i found on youtube, when i played it my soldier´s skin was kind of like the soldiers in toy-story 

https://www.youtube.com/watch?v=1VuUuSR7BSg

Reminds me of some old good C.S 1.6 map. smile
https://youtu.be/WxH3TXbukZA

Last edited by Insane (2019-11-11 22:48:41)

Offline

    Positive reputation 1   Negative reputation 0

#26 2019-11-11 23:30:10

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 78.0

Re: Xbox one controller+ fix shooting errors

yeah that´s the one lol, if you guys are interested to have a "friendly" meeting there i play in "king clan" server of cod 2.

Offline

    Positive reputation 0   Negative reputation 0

#27 2019-11-27 12:33:46

Zwarrior
Gulag guard
Spain
Reputation: +1006
Location: Lusitania
Registered: 2018-10-14
Posts: 1,378
Windows 7 Chrome 78.0

Re: Xbox one controller+ fix shooting errors

finally i was able to play bf1942 using a x box controller thanks to Xpadder, i had to reset the "infantry mouse sensitivity"

result of my test:   

i was able to kill other player with accuracy, not able to move as fast as i moved with keyboard and mouse, but i think that will be a matter of time to get used o it.

the best part, i was playing sitting at my couch with the laptop connected to my tv, that was awesome.

Offline

    Positive reputation 1   Negative reputation 0

#28 2023-08-31 00:16:51

Sunshine
Empress of Doom
United States
Reputation: +4706
Registered: 2012-08-14
Posts: 6,727
Website
Android Opera 77.0

Re: Xbox one controller+ fix shooting errors

bud wrote:

chat.setIgnoreRadioAudio 1

chat.setIgnoreRadioText 1

Bump for Jumpy

Offline

    Positive reputation 0   Negative reputation 0

Board footer