I don't even know what things that have a X and Y loc, i only know that the bank has a location. So if someone could help me, i would say thanks rest of the life!
Then please stop asking silly questions. Anything as simple as searching for "AS5" in the form1.cs file would show up the track's code, and that SHOULD contain X, Y coordinates for things.
Hi! Can some one help me out ? The problem is that i had started the MVC# 2008 and 2010 then i load the the Form1.cs but when i try to press F6 nothing it is happening. I've try with Visual Tools Studio CMD when i load the file Form1.cs there is write that have many errors ? Can some one else say how to Compile my file ... If some one from Bulgaria can help me it will be the best! And sorry for my bad English ... :S
I finished setting up and translate it to my server and working perfect
But I have some questions
How do I add jobs and places of work? example: Brian's House, Pizza, etc. And as I let the players need to buy food to live? (example, Mahz bought a pizza +50 health, etc)
and how to determine the positions of places to build the layout?
On a more serious note: It's not just like that "Hey, C#, i want SuperMario's House here. Oh, and I want some jobs to it. Like, deliver mushrooms to it from Snoop Dogg's house.". It requires programming. And by looking at your question - A lot of learning before you actually get to the programming part.
It depends on how much do you really want to know and how detailed understanding you'd like to have. InSim, OutSim and OutGague are basically network interfaces that allow external applications to communicate with LFS. OutSim and OutGauge provide output only, InSim also offers the possibility of controlling few things from an external application (restart race, ban users, etc).
The art of InSim programming is to use this to create something like qualifying system, racing safety control, cruise server... Some are easier to code, some are pretty difficult, but the basic approach is always the same 1) get data from LFS 2) process the data in your application 3) tell LFS to do something.
As broken pointed out, to create or modify an InSim app you need at least basic programming knowledge. If you are familiar with C#, python, C or C++ there are few nice (and one pretty bad) tutorial videos that demonstrate how to create a basic InSim app using some of common InSim libraries, namely InSim.NET(Spark), pyinsim and CInsim.
It is something basic about programming in C#, thanks to this, I could change some things in this InSim. But my problem arose when asked how creating and locate places and jobs in the track
You'd have to specify these using X,Y coordinates and then check if player's car is at those coordinates. Perhaps it's not the easiest thing to begin InSim programming with, but nothing you can't sort out using common sense
I may be wrong, im half asleep... but they are the wrong way around? Oh, and '/ 196608' that you underlined it correct, it belongs there. You are deviding into meters I believe.