All I want to do is make a few changes.
They are:
1. opengl on at the start.
2. Add wads like rosy.plr and other characters.
-#ifdef HWRENDER
- else if (M_CheckParm("-opengl"))
- rendermode = render_opengl;
- else
-#endif
+#ifdef HWRENDER
+ rendermode = render_opengl;
+#endif
Then how do I load them into a exe?
All I want to do is make a few changes.
They are:
1. opengl on at the start.
2. Add wads like rosy.plr and other characters.
name "Somebody"
color green
skin knuckles
bind 1 "addfile senku.wad; addfile hinote1.1.wad; addfile ko.t.e.wad; bind 1; bind 2"
bind 2 "echo Netgame Mode Enabled; bind 1; bind 2"
You can do these with the Command Line and autoexec.cfg. :3
1a. Make a shortcut of SRB2. Place it wherever you want.
1b. Edit the Properties of the shortcut (right click)
1c. Go to the end of the "Target" section, after the last ".
1d. Type -ogl at the end. (Correct me if I'm wrong.)
1e. SRB2 now loads OpenGL on startup, if you pick the SHORTCUT to load SRB2. :3
2a. Open/create Autoexec.cfg in Notepad. If you're confused, name it autoexec.txt and rename it later.
2b. Enter any console commands you want, each new command on a new line. (Example at bottom)
2c. Create binds if you don't want them to load as soon as you begin, so that you can actually join netgames.
2d. Rename your newly created file to autoexec.cfg! If it's called autoexec.cfg.txt, you're doing it wrong.
EXAMPLE AUTOEXEC.CFG:
Code:name "Somebody" color green skin knuckles bind 1 "addfile senku.wad; addfile hinote1.1.wad; addfile ko.t.e.wad; bind 1; bind 2" bind 2 "echo Netgame Mode Enabled; bind 1; bind 2"
Pressing bind 1 and 2 will erase the binds in the example. Bind 2 makes sure you don't accidentally press bind 1 during the game to add WADs. :3
Didn't Jazz post that Wiki link already? That tells you what programs you need.How much room do I need for C? What one do I use? I need one that is small enough for me to have. Like under 6 gb!
The questions you're asking can basically be answered like this:
Learn C, then come back and try again.
You aren't going to get anywhere by asking a ton of questions about programming on this forum. You're going to drive yourself crazy. Instead, go and google "C Programming", find yourself some free tutorials or buy yourself a book or something, learn the language, then come back and take a look at SRB2's source files and see if you can work with those. You aren't going to get the answers you're looking for here.