Hmm... Showing fuel status for others users - no, not this.
I wonna have fuel status for each player because I'm going to do few events with eco driving.
Second reason is saving PB's for races on server. Car with full fuel tank is a little bit slower so it's not good when in quali some drivers have 3% of fuel and some have 90% because it's needed for race.
It will help organizers to make more realistic events. No refuelling between qual and race.
This won't be flashed site. Only HTML and JS code. (PHP backend for sure)
Tracker a'la IGTC is my next project. It will be more extended than this. All the functionallity of GTAL tracker will be included + AJAX.
I really need fuel status in InSim. In rFactor and few other simulations it is built in. That would be really big innovation because we (programmers) can do more calculations by fuel. For example we can group the lap times by fuel and 10%-40% of tank and more.......
Hi!
If anyone of you have a linux control panel for LFS server I am asking for it.
I don't have much time for making new panel but I need it for my first international event wchich I'm gonna do at December if everything will go good....
I need support for multiple machines in this panel because maybe more than 8 lfs servers will be needed for this event and one machine will not get it with insim.
It will be good if the panel is written in PHP. If there is agent f.ex. in Perl it's ok. Source code PHP is needed because I have to add there InSim managing support which need 10 lines to add because InSim manage panel is done.
I have few machines with Xeon and Intel's E7400 on Debian 5.
I will not use this panel for selling LFS server or getting money in any way for it
Hi!
I started making live web tracker based on PRISM.
You can follow everything on github.
Now there is logging packets into DB. Next step is table to save live data. Here is my question. What would you like to see on the website. Write here all needed data.
Things to fix:
1. The are some undefined function like userGet.....
2. You have 2 classes for handle state. In prism_state.php in prism_statehandler.php (both are required?)
3. In subforum is topic Is_reo you have a discussion about IS_REO packet and I gave there a link for old post where GeForz made patch for IS_REO which is working.
4. Debug cvar is not considerated in the code. For example file: PHPInSimMod.php lines: 172-181
public $Size = 36; // 36 public $Type = ISP_REO;// ISP_REO public $ReqI; // 0 unless this is a reply to an TINY_REO request public $NumP; // number of players in race
public $PLID = array(); // all PLIDs in new order
function unpack($rawPacket) { $pkClass = unpack($this::UNPACK, $rawPacket);
<?php class IS_REO extends ISP { public $Size = 36; public $Type = ISP_REO; public $ReqI; // 0 unless this is a reply to an TINY_REO request public $NumP; // number of players in race
First try conversing day to night: http://www.youtube.com/watch?v=sPpsuX4H62E
I did it in 2 minutes and it's the primary conversion but it's not finished. Rate it please.
Only rear light and main light around car. Front light are made for example.
That are PLID's sorted as grid. PLID 3 - 1st pos on start and so on.....
How to send it to server properly?
EDIT:
I didn't send REO before.
In PHPLFS I getted REO few times but always as CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC.
Someone was talking me about receiving and sending as array but I don't know how.
No, sir. Positions on start, so they are not sorted out. I wonna get PLID's by username's but in PRISM IS_REO packet is wiritten as "a32" array not "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"
And there is a next problem. For example if you have 32 on server with 32 slots so the LFS just shows "Too many clients". Maybe you wonna do it like CS slot reservation like forwarding when you have 31/32 players. So the packet with maxplayers will be needed.