• Welcome to PiBoSo Official Forum. Please login or sign up.
 
April 25, 2024, 12:34:06 AM

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - sdecorme

16
General Discussion / Re: launch GPBike with parameters
September 05, 2016, 09:58:16 AM
done it my launcher make the testing.ini but when I launch core.exe with parameters "-testing".
The game normally mode with the menu at startup nad when I exit the game , after the yes to exit the game launch the testing mode with the parameters written in the testing.ini file.

the testing.ini :
Quote[bike]
bike_id = msm_125rr_07
paint=
[track]
track_id = Grobnik_GP v0.2_NDS
[settings]
weather_realistic= 0
weather_conditions= 0
temperature= 20
wind_direction= 0
wind_speed= 5
track_conditions= 0


and my function to launch the game look like this (I work in c#)

            ProcessStartInfo startInfo = new ProcessStartInfo("core.exe");
            Process.Start(startInfo);
            startInfo.Arguments = "-testing";
            Process.Start(startInfo);


Thanks you



17
General Discussion / Re: launch GPBike with parameters
September 05, 2016, 07:21:40 AM
Sorry it works with the testing file so report here to find how it works  ;D
http://forum.piboso.com/index.php?topic=13.0
18
General Discussion / launch GPBike with parameters
September 05, 2016, 07:11:40 AM
Hi,
I've found on the forum a gpbike launcher that works perfectly :
http://forum.piboso.com/index.php?topic=376.0
And would like to make mine because I need more parameters.
Apparently it launch the game in testing mode but I don't find the the testing file , so I think it works with a shell command to launch the game.
Is someone have information about that ?
Thanks you
19
Bikes / Re: throttle curve configuration
August 26, 2016, 11:19:23 AM
I would like to change the murasama 900.
Yes I want to make the throttle more reactive
20
Bikes / Re: throttle curve configuration
August 26, 2016, 09:59:53 AM
I've found some information here
http://forum.piboso.com/index.php?topic=787.msg8392#msg8392
but don't understand what it means
The throttle goes from 0 to 1.0
Question
Quoterpm0 = 8000
         rpm1 = 10000
         rpm2 = 15000
         rpm3 = 17000
         throttle = 0.85
and the answer is
Quoterpm0 and below = 1.0
rpm0 to rpm1 = interpolation
rpm1 to rpm2 = throttle
rpm2 to rpm3 = interpolation
rpm3 and above = 1.0

I would like to make the moto more sensitive in curve , to adjust the moto position with the gaz , and actually there is too much delay to make it really reactive.

Thanks
21
Bikes / throttle curve configuration
August 26, 2016, 09:38:49 AM
Hi,
I would like to know if it is possible in the moto file to change the throttle curve?

Thanks you
22
Tracks / Re: modifying track problem
July 07, 2016, 02:09:34 PM
Thanks for the tips,
The text file is generated correctly (.lyt) I can edit it with notepad. Nothing is modified when I reload the game. :(

For the start/finish line .
On your tuto all the jpg are off and I don't understand how to add the start line the explain are only for centerline
23
Tracks / modifying track problem
July 07, 2016, 10:58:32 AM
Hi,
I try to modify a cricuit to add cone , I follow the janaucarre tutorial to add obstacle
http://forum.piboso.com/index.php?topic=830.0
It works perfectly but the modification doesn't appears on the track after saving it and reload the game.
I've saved the layout in the track directory , what is the utility of the saving.

One other question how can I modify the starting point , I would like to start from the finish line instead of the paddock .

Thanks
24
Off Topic / Re: RIDE videogame
June 30, 2016, 10:53:01 AM
Beautiful game.
Do you know if it is possible to get some data from the game like gpbike ?
Actually gpbike is alone , none of the moto game is able to send data.

25
General Discussion / Re: lean left rigth speed
June 22, 2016, 06:26:24 AM
 :-[ :-[ :-[ Ok the first beer is for me Direct lean was 15% . I've forgot to put it to 100% after the reinstallation.
Now it works perfectly.

Thanks you guys even if you make me feel stupid  ;)
26
General Discussion / Re: lean left rigth speed
June 21, 2016, 02:25:35 PM
All the commands have 100% linearity.
Tomorrow I will make a film to show the difference of speed between the Lean order and the moto reaction.
27
General Discussion / lean left rigth speed
June 21, 2016, 02:02:12 PM
Hi,
Back again, this time I'm trying to understand how the lean Left/right works .
My profile.ini is the default config . So the lean L/R of the moto is my joystick position.
Is it possible the accerelate the lean L/R movement of the moto .
If the moto is Lean on the left it takes long time to go to the right side.
28
Finally, just reinstall the game and it works . ;D
I don't know which parameters I've modified but the mystery is finished.

Thanks for all
29
If you see correclty it is only +-1 around 55% of the throttle, it is not the problem the stick of the logitech is hard to block.
30
Here is the acquisition I've done
I've made a dll at 100Hz , I log RPM and throttle in same time
With my stick


here is a log with a logitech joystick



The problem is the same, the stick take about 200ms to go at 46% or 56% and the RPM take about 3sec to go at the final RPM
in attachement the complete log I've done  + the scilab script to view the curve