• Welcome to PiBoSo Official Forum. Please login or sign up.
 
March 29, 2024, 01:58:07 PM

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

1
General Discussion / remove pilot crash view
September 26, 2019, 01:24:07 PM
Hi,
Is there a solution to remove the camera change when the pilot crash.
I don't want to see the pilot in destructured position  :-[ .
Thanks
2
Setups / Move the camera position
June 20, 2019, 09:10:12 AM
Hi,
I would like to remove the moto from the screen.
I've put the Pitch value to 0% but it is not enough.
Which parameter I can change to modify the camera position ?
Is there a solution to fix the camera position , actually it moves down when the speed increase.
The beta15 is really more interesting to drive more easy. I still have the problem at low speed the lean is too exponantial.
Maybe a parameter to change.

Thanks you for this new feature
3
Plugins / Re: draw a number on the scree
December 16, 2016, 01:16:52 PM
Ok I will look at it tonight.
Thanks you
4
Plugins / Re: draw a number on the scree
December 16, 2016, 12:48:18 PM
I will look to g??gle to see what is a quad or a sprite.
5
Plugins / Re: draw a number on the scree
December 16, 2016, 10:53:45 AM
Hi,
I've found all the function in the sample, and the font in your code.
I've never made code with graphic parameters and I don't understand how to use the differrent structure.
I just need to write 10 in big in red  in the middle of the screen.
6
Plugins / draw a number on the scree
December 16, 2016, 06:42:08 AM
Hi,
I need to draw a number on the screen during playing. In the dll I've found the draw function, where can I find informations about it ?
Thanks you
7
General Discussion / Re: reset to track
November 04, 2016, 07:45:54 PM
Of course I don't think about the race ,in that case you're totally right
8
General Discussion / Re: reset to track
November 04, 2016, 05:57:51 PM
But It make the simulation easier at the beginning
9
General Discussion / Re: reset to track
November 04, 2016, 03:58:37 PM
Thanks you;
It is a shame to not reset to the nearsest center line position.
10
General Discussion / reset to track
November 04, 2016, 03:37:00 PM
Hi,
I've installed the 9c version but now when I crash in the grass when I reset I'm still in the grass. On my old version the reset put me on the track but I don't rememeber which parameter I've to change to do this.
Thanks you
11
Actually I use the murasama 993
12
Hi,
I looking for a solution to change the rider head camera position (XYZ) .
I would like to change the live view not the replay cam.
Thanks
13
Plugins / Re: dll don't work with 9c
November 04, 2016, 01:16:50 PM
Ok
Update done it works ?
Thanks you
14
Plugins / dll don't work with 9c
November 02, 2016, 08:40:41 AM
Hi,
I've just installed the last version 9c and now my dll don't work.
I just copy the dll into the plugins directory , Is something change with the 9c version ?
Thanks you
15
General Discussion / Re: launch GPBike with parameters
September 05, 2016, 11:29:02 AM
The working solution is
ProcessStartInfo startInfo = new ProcessStartInfo("core.exe");
            startInfo.UseShellExecute = false;
            startInfo.Arguments = " -testing";
            Process.Start(startInfo);