The online racing simulator
Need help with Cruise Insim
I'm trying to practice the development of Cruise Insims.

I hate to sound like a noob (but I am a noob)

I cannot find and edit the Hud/UI I would like to change the size and position.

I'd also like to add another segment to the UI on the lower right hand corner,

could someone please assist me in this?
#2 - heawy
In buttons:

[...], Flags.ButtonStyles.ISB_LEFT, 6, 15, 0, 98, 23, C.UniqueID, 2, true);

ISB_LEFT - transparent
ISB_DARK - dark background
ISB_LIGHT - light background

6 - height
15 - width
0 - up - down
98 - left - right
23 - button ID/number

I will not say where, bacause u does not say which insim u use.
Quote from heawy :In buttons:

[...], Flags.ButtonStyles.ISB_LEFT, 6, 15, 0, 98, 23, C.UniqueID, 2, true);

ISB_LEFT - transparent
ISB_DARK - dark background
ISB_LIGHT - light background

6 - height
15 - width
0 - up - down
98 - left - right
23 - button ID/number

I will not say where, bacause u does not say which insim u use.

Thanks man, I've found the buttons and the co-ordinates is what I needed next so you just answered my next question cheers!
I'm using the Inline Cruise open source for practice

Can you point me as to where I can find the kindergarten button?

I thought I had found it but my changes seem to do nothing.
#5 - heawy
Im not sure, probably in BL1.cs (or other track) and i dont know which button u mean.

[...], Flags.ButtonStyles.ISB_LIGHT | Flags.ButtonStyles.ISB_CLICK, 4, 10, 73, 100, 120, Conn.UniqueID, 2, false);

ISB_CLICK is useful button
Quote : #region ' Mick's Store '

Conn.InStoreDist = ((int)Math.Sqrt(Math.Pow(Conn.CompCar.X - (44 * 196608), 2) + Math.Pow(Conn.CompCar.Y - (-247 * 196608), 2)) / 65536);
if (Conn.InStoreDist <= 4 && (mph <= 4))
{
#region ' Open Display or Commands '

if (Conn.InStore == false)
{
string EstablishmentName = "^3 Furniture Store";
MsgPly("^4|^7 Welcome to the " + EstablishmentName + "^7!", Conn.UniqueID);
if (Conn.InGameIntrfc == 0 && Conn.DisplaysOpen == false)
{

Note that I've changed the Establishment name, still the button displays "Mick's Store"
#7 - heawy
If you changed EstablishmentName string this need to works.
Are u sure you debuged not only saved?
Yes I debugged lol
#9 - heawy
One "^2M^1i^2c^1k^2'^1s ^2S^1t^2o^1r^2e" is in BL1.cs and one in MCI Updates. You used one.
Thanks buddy! perfect!
How do I go about locating a building?

I can't find the bank.
Bank is in last pitbox
Thanks once again.

FGED GREDG RDFGDR GSFDG