Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Red Orchestra: Ostfront 41-45 Forums > Red Orchestra Modifications > General Modding Discussion

Reply
Click here to go to the first Dev post in this thread.  
Thread Tools Display Modes
  Click here to go to the next developer post in this thread.   #1  
Old 04-28-2006, 06:26 PM
[TW]Ramm-Jaeger's Avatar
[TW]Ramm-Jaeger [TW]Ramm-Jaeger is offline
Tripwire Interactive President
 
Join Date: Oct 2005
Posts: 1,724
Default Using the SDK and General RO Modding Info!!!

I wanted to give a brief overview of getting the SDK, and how it is run, as well as provide some tips for new modders.

Getting the SDK
1) In the Steam UI, select the tools tab
2) Right click on Red Orchestra SDK Beta and click Install

Launching the SDK for the first time - This part is no longer true
The very first time you launch the SDK you must launch the game from within the Steam UI by double clicking the RedOrchestra SDK Beta icon under the Tools tab. This will extract the SDK and all of the Ostfront content from the Steam cache. This will take a LONG time as about 2 gigs of info has to be extracted. It might look like it has stopped responding, but let it run for a a while and eventually the editor will launch after everything is extracted. You only need to launch from within the Steam UI the very first time you launch the SDK, and after any updates to the SDK (to extract any new content).

Launching the SDK after the first time

Launching the Editor
After the first time you launch the SDK, you can now start the editor directly from ROEd.exe (which will be much quicker than re-extracting the content every time). You can also create a shortcut for ROEd.exe on your desktop, etc.

Launching the compiler
After the SDK has been launched at least once, you can launch the code compilation tools (UCC.exe) in the standard way either with a batch file or using an Unrealscript editor such as Wotgreal or UDE.

General RO Modding Info

Modding for Red Orchestra:Ostfront is very similar to modding for UT2004. Most UT2004 modding documentation carries over to Ostfront. Here are a couple of good places to start:

http://udn.epicgames.com/Two/PublicModResource
http://wiki.beyondunreal.com/wiki/

The UDE UnrealScript IDE that we use (And I highly recommend) can be downloaded here:
http://udn.epicgames.com/Two/UDEDownload

A couple of things to note:

- UMODs will not (theoretically) work with RO:Ostfront.
- When modding RO, use the Steam\SteamApps\<myusername>\red orchestra folder just as you would have used the UT2004 folder when looking at any UT2004 modding documentation. For example, in UT2004 you would have put a total conversion mod in the UT2004\MyMod folder, in Ostfront you would put it in the Steam\SteamApps\<myusername>\red orchestra\MyMod folder.
- If you are making a mod that is anything more than a small mutator, PLEASE use the proper mod architecture which entails putting your mod in its own folder. Documentation for this can be found here:
http://udn.epicgames.com/Two/ImprovedModSupport
  • Any reference to UT2004.exe in the above documentation (such as launching a total conversion mod) should be replaced with a shortcut to steam such as this "C:\Program Files\Steam\steam.exe" -applaunch 1200
  • Any reference to Unrealed.exe should be replaced with ROEd.exe.
  • Ucc.exe has not changed name or functionality.
Reply With Quote
  Click here to go to the next developer post in this thread.   #2  
Old 04-28-2006, 07:44 PM
[TW]DrGuppy's Avatar
[TW]DrGuppy [TW]DrGuppy is offline
Tripwire Interactive Staff
 
Join Date: Nov 2005
Location: Roswell, Georgia
Posts: 1,029
Default

I love how it says "Lauch game as soon as it's ready" for the SDK download. Funny but true, it is a game for some!
__________________
Maps: RO-Leningrad / CC-Ardon / RO-FallenHeroes / KF-MountainPass_Day/Night
Reply With Quote
  #3  
Old 04-29-2006, 03:12 AM
Varsity's Avatar
Varsity Varsity is offline
Senior Member
 
Join Date: Nov 2005
Location: England
Posts: 217
Default

Oh thank god. It's only 762MB with RO installed. I thought Steam automatically deducted the disk space for content you already had?
Reply With Quote
  #4  
Old 04-29-2006, 09:22 AM
Helmut_AUT Helmut_AUT is offline
Senior Member
 
Join Date: Dec 2005
Posts: 559
Default

I'm not quite clear on this...how are mods re-distributed?

Don't they need to be incorporated into the .gcf files, or does that mean RO (and mods) can now be run extracted from within the Steam directory? That in itself would be a large help to people experiencing long load times.
Reply With Quote
  #5  
Old 04-29-2006, 10:12 AM
Amerikaner's Avatar
Amerikaner Amerikaner is offline
Senior Member
 
Join Date: Nov 2005
Posts: 1,724
Default

Quote:
Originally Posted by Varsity
Oh thank god. It's only 762MB with RO installed. I thought Steam automatically deducted the disk space for content you already had?
No, its 762mb and when you launch it, it copies all of RO's files over I believe. Its 2+gb.

Edit: What exactly happens when you launch from Steam? I forgot to launch just the RO.exe and now my hardrive is all fragmented.
__________________

Last edited by Amerikaner; 04-29-2006 at 10:21 AM.
Reply With Quote
  Click here to go to the next developer post in this thread.   #6  
Old 04-29-2006, 03:31 PM
[TW]Ramm-Jaeger's Avatar
[TW]Ramm-Jaeger [TW]Ramm-Jaeger is offline
Tripwire Interactive President
 
Join Date: Oct 2005
Posts: 1,724
Default

Quote:
Originally Posted by Helmut_AUT
I'm not quite clear on this...how are mods re-distributed?

Don't they need to be incorporated into the .gcf files, or does that mean RO (and mods) can now be run extracted from within the Steam directory? That in itself would be a large help to people experiencing long load times.
Mods won't be in the GCF files, they are distributed like UT2004 mods, with the exception stated above that you use a shortcut that launches steam with the proper command line parameters instead of launcing UT2004.exe with special commandline parameters.

Example:
Use this -
"C:\Program Files\Steam\steam.exe" -applaunch 1200 -mod=MyMod

Instead of something like this -
"C:\UT2004\System\UT2004.exe" -mod=MyMod

And no, having the SDK does NOT mean you can extract all content and run standard RO outside of Steam. The extracted content is just a duplicated set of content which is used by the Editor and mod tools, not by the game itself. So to summarize, mods have thier content outside of the Steam cache, but the original game content remains within the Steam cache (just like HL2 mods).
Reply With Quote
  #7  
Old 04-29-2006, 03:44 PM
jh1990 jh1990 is offline
Senior Member
 
Join Date: Mar 2006
Posts: 129
Default

I moved Roed.exe to desktop and when i try to use the shortcut itsayd core.dll not found so i dont know what to do.
Reply With Quote
  #8  
Old 04-29-2006, 09:17 PM
UncleDrax's Avatar
UncleDrax UncleDrax is offline
Senior Member
 
Join Date: Oct 2005
Location: Florida, USA
Posts: 1,474
Default

I'd also like to point out that there is a IRC Channel for modding on GameSurge #romodding
(this is seperate from RO-LevelDesign, and is more for general mod/code/etc talk not related to Level Design ..


Quote:
Originally Posted by jh1990
I moved Roed.exe to desktop and when i try to use the shortcut itsayd core.dll not found so i dont know what to do.
Try putting ROEd.exe back and create a shortcut to it on your desktop instead :]
Reply With Quote
  This is the last developer post in this thread.   #9  
Old 04-30-2006, 07:20 PM
[TW]Ramm-Jaeger's Avatar
[TW]Ramm-Jaeger [TW]Ramm-Jaeger is offline
Tripwire Interactive President
 
Join Date: Oct 2005
Posts: 1,724
Default

Quote:
Originally Posted by jh1990
I moved Roed.exe to desktop and when i try to use the shortcut itsayd core.dll not found so i dont know what to do.
You can't move ROEd.exe, you need to create a shortcut to it.
Reply With Quote
  #10  
Old 05-03-2006, 08:36 PM
Avenger Avenger is offline
Senior Member
 
Join Date: Mar 2006
Posts: 497
Default

Quote:
Originally Posted by [RO]Ramm-Jaeger
The UDE UnrealScript IDE that we use (And I highly recommend) can be downloaded here:
http://udn.epicgames.com/Two/UDEDownload

A couple of things to note:

- UMODs will not (theoretically) work with RO:Ostfront.
UDE comes in a zip file as a UT4MOD. How can I extract it without having UT2004 loaded on my system?
Reply With Quote
  #11  
Old 05-05-2006, 07:12 AM
Ragnar Ragnar is offline
Junior Member
 
Join Date: May 2006
Posts: 6
Default

Quote:
Originally Posted by Avenger
UDE comes in a zip file as a UT4MOD. How can I extract it without having UT2004 loaded on my system?
I would also like to know about this. I associated the ut4mod file to the setup.exe in the system directory with "install %1" param at the end of the association. Yet it still complains about not being able to find the UT source directory? Is it possible to get UDE to work with RO?
Reply With Quote
  #12  
Old 05-06-2006, 09:38 PM
Felix Ostheim's Avatar
Felix Ostheim Felix Ostheim is offline
Senior Member
 
Join Date: Dec 2005
Location: Ohio, United States
Posts: 1,051
Default

I read up a little on UT engine skinning as I still haven't figured out how to get them in the game, but I found something about a program called UPaint.exe which made life easy and made allt he necessary files to get the skin to work like .upl or something...does RO need these seperate files for custom texture .UTX files to work? Is UPaint.exe available for use in RO?
__________________

www.24Pz.org - Wachtmeister Felix Ostheim (Community Liaison)
武田勝
Reply With Quote
  #13  
Old 05-09-2006, 06:55 PM
Ike Ike is offline
Senior Member
 
Join Date: Feb 2006
Location: U.S.A.
Posts: 155
Default

Upaint is a free download, dude.
__________________
Reply With Quote
  #14  
Old 05-09-2006, 09:16 PM
Felix Ostheim's Avatar
Felix Ostheim Felix Ostheim is offline
Senior Member
 
Join Date: Dec 2005
Location: Ohio, United States
Posts: 1,051
Default

Well could you point me to it because all I can find is the patch
__________________

www.24Pz.org - Wachtmeister Felix Ostheim (Community Liaison)
武田勝
Reply With Quote
  #15  
Old 05-10-2006, 04:47 PM
ExoCet-NAW ExoCet-NAW is offline
Senior Member
 
Join Date: Feb 2006
Posts: 432
Default

here is a link to Upaint.

http://www.angelfire.com/ex2/upaint/
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:05 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC