PDA

View Full Version : Can someone learn me code a insim


joordy599
19th September 2010, 09:10
hello everyone i like to learn how to code a insim so if anyone know how to code post a reply thanks

Bass-Driver
19th September 2010, 09:18
hi
First u need to know how to program in a language like : c/c++ , C# etc.

for some insim/code examples check the links below.

http://en.lfsmanual.net/wiki/InSim
http://www.lfsforum.net/showthread.php?t=43103
http://www.lfsforum.net/showthread.php?t=68564

Dygear
19th September 2010, 12:34
First u need to know how to program in a language like : c/c++ , C# etc.

Or PHP. :)

Bass-Driver
19th September 2010, 12:39
ye forgot that one :schwitz:and python

MadCatX
19th September 2010, 13:03
PHP is a good language to start with for a complete beginners, but you might have problems if you decide to move from PHP to a "bigger" language like C++. C# is a good option too as it's very feature-rich and quite programmer-firendly.

If you're interested in InSim, you might want to learn some basics of network communication too.

Dygear
20th September 2010, 20:03
PHP is a good language to start with for a complete beginners, but you might have problems if you decide to move from PHP to a "bigger" language like C++. C# is a good option too as it's very feature-rich and quite programmer-firendly.

If you're interested in InSim, you might want to learn some basics of network communication too.

PRISM has that covered, all you have to do is have a basic understanding of the API for PRISM and everything else is handled by the backend. This is why I've been saying for like 5 years that plugins are the way to go. It makes programming easy. Granted PIRMS is not 1.0.0 yet, but once it is, man it's going to be sublime!

So, the answer is, we are working on it.

mariuba2
20th September 2010, 23:49
m8 read the insim.txt thats in ur lfs folder located in doc thats more easy download visual studio c# and download some insims and read codes and your good m8 thats wat i did until i know how to code

MadCatX
21st September 2010, 01:55
m8 read the insim.txt thats in ur lfs folder located in doc thats more easy download visual studio c# and download some insims and read codes and your good m8 thats wat i did until i know how to code

I don't think that this is the best approach unless you have at least basic programming experience. InSim.txt is actually a C/C++ header file so unless you know what a struct is, you won't get any useful clue here.
Dygear is right about using some solid library like PRISM or Spark, it can save you a lot of headaches and takes away dealing with the "low level" stuff. But I still think it's a good idea to learn a thing or two about packets and sockets; knowing what's really going on can save you even more headaches:)

There is a LOT of tutorials for C#, PHP or Python on the web, some better, some worse, I'd start there and once you grasp the basics, get some decent library and start toying with the InSim.

skywatcher122
21st September 2010, 11:08
yea why not learn some stuffs in Open Sources down there ;)

About insim.txt is just only a help per packet like in CNL or whatever it is

joordy599
2nd October 2010, 09:43
i can chance some things but i like to add somethings but if i want to do it i have only error's

skywatcher122
2nd October 2010, 10:12
Atleast u knw some basics in Programming IMHO...

joordy599
2nd October 2010, 12:29
i can chance something only

stuntguy3000
31st October 2010, 01:11
i can chance something only

Hey, Do you know any coding language yet?