Search found 11 matches

by fra_xt
February 18th, 2025, 11:19 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

I'm back :) @JHTrucker don't worry, you are a good teacher :) I'm sorry for rushing it a bit, here's the complete message to be added to your post if you like it ------------------------- Steer your truck with Mouse Scroll Wheel or Surface Dial Requirements - external controller (will not be used fo...
by fra_xt
February 10th, 2025, 10:04 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

Here I come again, pardon @JHTrucker that works awesome!! Now it's much more professional :) For some reason that I don't understand I had to slightly modify one of the values to get 1:1 scroll-wheel-to-wheel-animation ratio but I think it should be fine If you agree I think we can call this code fi...
by fra_xt
February 4th, 2025, 11:30 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

@JHTrucker Yeah yeah don't worry thanks, I understood :) thank you as always, your help is really appreciated since we can also learn from it more than with SCS resources :dance2: Yes mouse steering seems to add complications unfortunately. By mixing (pun intended) everything you've suggested so far...
by fra_xt
February 2nd, 2025, 3:54 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

Yes thanks for all the code you already sent me, that's perfectly fine :) your help is really amazing

was trying to experiment with other stuff before considering it done. May I ask if there is any source from where I can learn something more than SCS's official documentation? Thanks
by fra_xt
February 2nd, 2025, 12:55 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

Hi guys sorry again for my delay :) I've been thinking about it and I've started messing with this idea. From now on I'll do tests with the normal mouse scroll wheel since it's easier to understand what it's doing and anyone has one :) config_lines[264]: "mix lookpos8 `memory(scrol_up, ! lookpos8)`"...
by fra_xt
January 28th, 2025, 9:54 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

Sorry guys for my delayed replies, during the week I'm kinda tired. This weekend I will try to make a first summary of everything :) @JHTrucker unfortunately mouse steering does not allow for other controllers to be used (at least through in-game ui). So far the dial/mouse scrollwheel steering works...
by fra_xt
January 27th, 2025, 8:43 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

@JHTrucker thanks for non-linearity, will test that too :) I will try comparing the dial and the regular mouse wheel. Rotational speed between dial and FFB wheel is pretty comparable (surely not faster), though the dial (if the marketing is correct) should have 3600 ticks per full rotation, so even ...
by fra_xt
January 27th, 2025, 12:08 am
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

@JHTrucker Thanks for that, to be honest I had removed the scroll wheel input from camera zoom altogether lol Of course add this stuff to the main list only if you like it :) I think I need to redo some fresh testing tomorrow because things are not adding up anymore lol. In the mean time, the dial-t...
by fra_xt
January 26th, 2025, 2:14 pm
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

@JHTrucker @a1337cookie Thanks guys for your participation, that's awesome :) @a1337cookie I did see your script before writing here, that's cool :) unfortunately this scroll wheel is tricky since it's not an analogue axis, it has no 100% limiter on either direction, it kinda needs to work like mous...
by fra_xt
January 26th, 2025, 12:40 am
Forum: Tweaking and Enhancing the Game - Make your game better
Topic: Controls.sii file changes to enhance the trucking experience. First post Updated 20/02/2025
Replies: 144
Views: 120859

Re: Controls.sii file changes to enhance the trucking experience. First post Updated 20/10/2024

@JHTrucker That's amazing, thanks!! That's exaclty what I was talking about. I thought I had some kind of an idea of how to make it work but I would have never got it right :swoon: In the controls.sii file, use lookpos8 & lookpos9, they're game default spares, to capture the mouse scroll up/down inp...