Outpost Universe Forums

Projects & Development => Outpost 2 Programming & Development => Topic started by: newbie(4yp) on October 17, 2007, 05:09:55 AM

Title: Making Life Easier
Post 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.
Title: Making Life Easier
Post by: Hooman on October 17, 2007, 07:59:38 AM
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.
 
Title: Making Life Easier
Post by: Leviathan on October 17, 2007, 11:10:38 AM
Just learn to program for OP2. Making multi maps is very easy.
Title: Making Life Easier
Post by: newbie(4yp) on October 18, 2007, 10:46:57 PM
for you, you've probibly done a hundred maps
 
Title: Making Life Easier
Post by: Sirbomber on October 19, 2007, 12:16:12 AM
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.
Title: Making Life Easier
Post by: newbie(4yp) on October 19, 2007, 02:18:04 AM
what am i supposed to copy from and to where? i've never actually been tought how to convert a map to mission. :unsure:  
Title: Making Life Easier
Post by: Hooman on October 19, 2007, 04:12:07 AM
Check for the mission SDK.

http://wiki.outpostuniverse.net/SDK (http://wiki.outpostuniverse.net/SDK)

You'll need a C++ compiler too though.
Title: Making Life Easier
Post by: Sl0vi on October 20, 2007, 03:51:45 AM
Quote
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.
Title: Making Life Easier
Post by: newbie(4yp) on October 21, 2007, 04:32:14 AM
thanks
Title: Making Life Easier
Post by: Fire Plague on May 21, 2008, 08:38:13 PM
Quote
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.
Title: Making Life Easier
Post by: Hooman on May 22, 2008, 01:09:58 AM
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.