Outpost Universe Forums
Projects & Development => Outpost 2 Programming & Development => Topic started by: newbie(4yp) on October 17, 2007, 05:09:55 AM
-
Hi guys, i was thinking instead of wasting a whole lot of time and s=confusing ppl who don't know how to programm stuff. wouldn't it be easier for someone to create a program that can do it for you or at least make it easier. i haven't been here for a while so i don't know if you had already did that or not.
-
Making such tools is very difficult. Particularly since there is a lack of certain data which would have been very useful in automating a lot of useful tasks. It would take a lot of time from the skilled programmers, and also a lot of grunt work along the lines of data entry, which nobody is usually very willing to do. The editors and files we have now are far beyond what we originally had to work with, but they are still certainly lacking. There is still ocasionally a little progress, but mostly people are too busy with real life to devote much time.
-
Just learn to program for OP2. Making multi maps is very easy.
-
for you, you've probibly done a hundred maps
-
It's not like you need to know advanced coding techniques.
It's pretty much copying and pasting what others have already done and adjusting it to meet your specific wants and needs.
-
what am i supposed to copy from and to where? i've never actually been tought how to convert a map to mission. :unsure:
-
Check for the mission SDK.
http://wiki.outpostuniverse.net/SDK (http://wiki.outpostuniverse.net/SDK)
You'll need a C++ compiler too though.
-
Check for the mission SDK.
http://wiki.outpostuniverse.net/SDK (http://wiki.outpostuniverse.net/SDK)
You'll need a C++ compiler too though.
There is a guide in the wiki explaining how to setup a free compiler and IDE.
http://wiki.outpostuniverse.net/Compiler_Setup (http://wiki.outpostuniverse.net/Compiler_Setup)
Follow that guide and you should have everything you need to start coding.
-
thanks
-
It's not like you need to know advanced coding techniques.
It's pretty much copying and pasting what others have already done and adjusting it to meet your specific wants and needs.
So dose anyone have an uncompiled txt file of what a complete one should look like? I would like to get my hands on one to learn from.
-
Check the links in the above posts. The SDK has sample source code you can learn or copy from, and the free Microsoft compiler can be used to compile it. The links should have fairly detailed instructions.