Jump to content

Recommended Posts

Posted

Greetings I've been on a quest to create my own private vanguard server. This is one of 3 of my last leads so hope this turns out. I'm simply wondering if this suite can be used for it.

Posted

Sure, but you would have to remove 90% of it and recode major portions of it.

You understand that this is a huge project that requires vast amounts of programming skill and time, right?

Posted

yes I do which I lack. I'm attempting to be putting a team together in which I would just handle the artwork and maintaining the hardware. Too late in my life to learn how to program. ty for the reply.

Posted
Too late in my life to learn how to program.

Because all programmers are born writing software.

If you can't get something together to start with, you aren't going to be able to attract actual developers, let alone manage the project.

Posted

Actually, it's never too late. Saying it is simply makes an excuse, not a truth. I ought to know. I won't say my age, just that the first computer I ever used had a teletype terminal instead of a CRT and was about the size of a walk-in closet.

With all the free programming tools, tutorials, code repositories, forums, and e-books available for download, it's far easier to learn than it was even just 10 years ago. Even Microsoft now offers free versions of its Visual Studio line, which used to cost hundreds of dollars just for the basic versions. You can learn literally any programming language you desire at no additional monetary cost, other than what you've already invested in having a computer and internet connection.

By my experience, the one thing that stops anyone from starting a project, let alone finishing one, is the simple lack of motivation and commitment. I've said this before and it is still true:

Nothing worth having is ever easy.
Posted

I'm considering it of course I just factor in my current skills lie mostly in webdesign,art, and hardware. What language you believe to be necessary for something like this? Besides html only "programming" I've done was messing with hex editors back in 1996 making a delta force mod. ty all for the replies much appreciated!

Posted

C++ is the standard language for game programming. For scripting, you can also use C++, but scripting languages such as Lua and Python are also popular with game developers.

You can use any programming language you like. Some are better suited for certain tasks, but go with the one that you think suits your own style. Some coders like the more "seat-of-the-pants" style code hacking of C, others prefer the more structured C++, while yet others like the portability of Java.

Doing your homework now, by researching the languages that seem promising to you and choosing the best candidate, will pay large dividends in the long run when you're neck-deep in programming modules for your project.

Posted

can't thank you all enough really appreciate it. Going to look at that website tonight. Was going to go get "C++ No Fear" but this looks to be a good alternative. Books are nice to have on hand though. Ever need photoshop tips just ask!

Posted

I always recommend to start with Java or C#/Mono.

From a learning perspective, they are a subset of C/C++. You can learn about pointers, references, memory management, templates, etc after you know how to make basic programs work.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use