How do you make an exe mod

Status
Not open for further replies.
>.>

SRB2Src1094.exe
And don't think it's going to be easy. It requires good knowledge of C programming.
 
First you take several years in programming courses, then you get yourself familiar in the Doom engine for a few weeks, then you can start coding in your modifications.

In other words, you will NOT be able to do it.
 
I think Conic hit the nail on the head here. To sum it up, you need to learn how to program, and how to properly handle the source code, and what tools you need in order to compile it afterwords. There are plenty of guides on google if you're looking to start learning, but just be aware that there's a lot of work ahead of you.

Code:
if (rulesbroken && topic[18096].locked == false && user[546].rank == "moderator")
{
CONS_Printf("Lock.\n");
return;
}
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top