O.R.B.
Modding
I'd like to know if any modding tools will be released for the game, so that there would be possibility to modify existing fleets, creating new races etc etc.
< >
Сообщения 19 из 9
I took a look around google and came up with maddeningly little. I am sure there is a way to mod the game and it would definately be worth doing so, I remeber this game being so much fun years ago.
Archive.org has archived a site with the tools required for modding O.R.B. Unfortunately, I am unable to find the tool the developers released for Res files, so you will be unable to pack the files you extract back into them, however, O.R.B can be made to read the ini(dbf files are read from them by default I think, if not simply alter orb.ini to correct this) files from the directories directly by altering settings in orb.ini in the game directory. edit mod_enabled to be 1, alter flag_read_as_ini to 1 also. There were some other flags to modify(I think game mode had to be 3?).

Unfortunately I have been unable to find archived versions of the O.R.B forums, where a developer released the tool they used to make the .res files. He also revealed several pieces of information pertaining to modding O.R.B(which I have since forgotten).

https://web.archive.org/web/20100212203731/http://www.b5mods.com/tools_orb.htm

You will find a lot of content that was planned for the game that never made in, such as a Aldar Dreadnaught, Kuy'lek starbase(yup yup, but it lacks the required model hardpoints to function as one among other things). There are even some voice recording for the campaign that seem to be from a older version of the story.
Отредактировано MiraaNoHebi; 20 мар. 2014 г. в 8:57
That is fantastic! Thanks for finding those.

Now this is just a thought but, seeing as the game is available again we should form the new modding community. I mean look at other games in the RTS genre and their ability to be entertaining years later, we could do the same for O.R.B. ecxept add content just as the Rome TW one playerbase has done.

idk just a thought
Theres some sort of flags for editing the tech tree in orb.ini, but how to access that feature remains shrouded in mystery. A file called default.rst contains the research tree entries, but how to add new ones doesn't seem entirely straight forward via hex editor, at least on a quick look I can't seem to find easy commonalities between the entries.

[edit]since I happen to own the CD version also, I extracted the original default.rst from it so it can be used to detect the changes between the 1.4 version, and release(given the patches added new ships to the Malus and the Alyssians). If somebody more experienced in hex editing can provide insight, it would be great, cause it is unlikely I will find a way to add new research items via hex editing quickly.


http://www68.zippyshare.com/v/26809846/file.html

[edit2]hmm, seems somewhat suspect if that ini loading flag works, at least I can't seem to make the game load my modified default.rst that way(and the copy I place in the main folder gets replaced by a odd 1kb file with no entries in it, then later with a copy of the file from the .res file). Might have been wrong about what that flag does, so presumably you would need to make a tool that can pack .res files so you can alter the research items in the game.

[edit3]for those interested, at least the debug output seems to work

stuffout_on=1
debugout_on=1
trace_on=1

and all produce a txt file with debug output, them being stuff.txt, debug.txt, and trace.txt in the main game folder.

[edit4]ah yes, finally found the instructions for activating the tech tree editor, a developer called Black Box revealed this information in the O.R.B forums originally

To gain access to some of the hidden dialogs such as the research tree, you can try adding the following parameters to the o-r-b shortcut:

orb.exe +game_mode 3

I haven't tried this myself, but seem to recall that this is at least part of the solution. Also, make sure your desktop is in a high enough resolution (1024x768 or higher). I also seem to recall you will need to extract all .dbf files from dbf.res, since some of the dialogs will need access to them.

Also, in order to save the .dbf files you will need to add a new flag in the [Settings] section of the orb.ini.

flag_read_dbf=0
flag_write_dbf=1
Now, you can ignore the bit about editing orb.ini & extracting files from dbf.res in the above quote. However there is one line in orb.ini that you must edit, develop_tree, change it to 1.

The shortcut with that command will start the scenario editor. Simply go to Layer, then Player 1 Properties, and click the Research Node button. You have now opened the tech tree editor. Clicking new near the bottom will start a new entry, which you then have to select after you have created it then specify its properties. Look at the existing tech tree entries to figure out the groups and such.

Depending on which race you have selected under race properties will define which tech tree you are editing.

The game will save the edited default.rst into the games main folder. However, I do not see the game utilizing it, so I dunno if there is another line in the settings file you must edit to make it use it, or if you have to pack it into ini.res in the orbdata/races folder(which would require a tool capable of compiling .res files).

[edit5]btw, Fileplanet does have a mod that changes a ton of things in the game http://www.fileplanet.com/186075/180000/fileinfo/ORB---Planetary-Mod
Отредактировано MiraaNoHebi; 22 мар. 2014 г. в 9:09
I've finally found the file required for compiling(and extracting from) the .res files made by the developers of O-R-B.
I found a thread in archive.org copy of the original O-R-B forums(after it occurred to me that the site might have some user profiles stored, which would allow me to find the posts with them, and I did). The link contained in the thread I found still works, and I've tested that the program works.

http://www.isomedia.com/homes/nickerso/ORB/big_file.exe

and here are the usage instructions

Thanks BB! I've uploaded it to my webspace since it's so small, I hope that's ok. Let me know if you want me to remove it.

At 88 KB, here's big_file.exe.

BB's usage instructions:

From the Command prompt: (Run cmd.exe)
Usage:
To extract:
Big_file pod.res -e

To pack:
Dir *.pod /b > pod.lst
Big_file pod.res -l pod.lst

- nickersonm

[edit1]by editing the .dbf that defines the Malus ships, and adding a research item that unlocks the Malus Mine-layer, I've successfully managed to make them buildable in game. However, each scenario that comes with the game must be resaved for the changed tech tree to take effect, each scenario keeps its own copy of the tech tree with it. The Mine-Layer is fully functional, you give it a move order to a destination, then give the lay mines order, and the Mine-Layer will lay mines at the destination. I've not yet tested if the mines work on enemy ships(game just crashes when I get one Mine-layer within range of a enemy vessel every time...)

I've also confirmed some limitations. Malus or Alyssian research items cannot unlock items outside of their species. If you want to make the Aldar/Malus Hybrid ships buildable, you must make clones of them for the Malus for that to be doable. I've looked into the executable, and confirmed that you also cannot give the other 3 species tech trees, the game simply does not have the code for handling that, it only has code for handling Malus, and Alyssian tech trees.
Отредактировано MiraaNoHebi; 9 апр. 2014 г. в 15:02
Автор сообщения: MiraaNoHebi
Archive.org has archived a site with the tools required for modding O.R.B. Unfortunately, I am unable to find the tool the developers released for Res files, so you will be unable to pack the files you extract back into them, however, O.R.B can be made to read the ini(dbf files are read from them by default I think, if not simply alter orb.ini to correct this) files from the directories directly by altering settings in orb.ini in the game directory. edit mod_enabled to be 1, alter flag_read_as_ini to 1 also. There were some other flags to modify(I think game mode had to be 3?).

Unfortunately I have been unable to find archived versions of the O.R.B forums, where a developer released the tool they used to make the .res files. He also revealed several pieces of information pertaining to modding O.R.B(which I have since forgotten).

https://web.archive.org/web/20100212203731/http://www.b5mods.com/tools_orb.htm

You will find a lot of content that was planned for the game that never made in, such as a Aldar Dreadnaught, Kuy'lek starbase(yup yup, but it lacks the required model hardpoints to function as one among other things). There are even some voice recording for the campaign that seem to be from a older version of the story.

Hi. This Res Tool seems broken, I can't run it =/ Do you know any alternative?
Автор сообщения: MiraaNoHebi
I've finally found the file required for compiling(and extracting from) the .res files made by the developers of O-R-B.
I found a thread in archive.org copy of the original O-R-B forums(after it occurred to me that the site might have some user profiles stored, which would allow me to find the posts with them, and I did). The link contained in the thread I found still works, and I've tested that the program works.

http://www.isomedia.com/homes/nickerso/ORB/big_file.exe

and here are the usage instructions

Thanks BB! I've uploaded it to my webspace since it's so small, I hope that's ok. Let me know if you want me to remove it.

At 88 KB, here's big_file.exe.

BB's usage instructions:

From the Command prompt: (Run cmd.exe)
Usage:
To extract:
Big_file pod.res -e

To pack:
Dir *.pod /b > pod.lst
Big_file pod.res -l pod.lst

- nickersonm

[edit1]by editing the .dbf that defines the Malus ships, and adding a research item that unlocks the Malus Mine-layer, I've successfully managed to make them buildable in game. However, each scenario that comes with the game must be resaved for the changed tech tree to take effect, each scenario keeps its own copy of the tech tree with it. The Mine-Layer is fully functional, you give it a move order to a destination, then give the lay mines order, and the Mine-Layer will lay mines at the destination. I've not yet tested if the mines work on enemy ships(game just crashes when I get one Mine-layer within range of a enemy vessel every time...)

I've also confirmed some limitations. Malus or Alyssian research items cannot unlock items outside of their species. If you want to make the Aldar/Malus Hybrid ships buildable, you must make clones of them for the Malus for that to be doable. I've looked into the executable, and confirmed that you also cannot give the other 3 species tech trees, the game simply does not have the code for handling that, it only has code for handling Malus, and Alyssian tech trees.


Incase you're still around, that link for the Big_file.exe is broken these days, any remote chance that might still be kicking around somewhere?
Автор сообщения: Leviticus
Автор сообщения: MiraaNoHebi
I've finally found the file required for compiling(and extracting from) the .res files made by the developers of O-R-B.
I found a thread in archive.org copy of the original O-R-B forums(after it occurred to me that the site might have some user profiles stored, which would allow me to find the posts with them, and I did). The link contained in the thread I found still works, and I've tested that the program works.

http://www.isomedia.com/homes/nickerso/ORB/big_file.exe

and here are the usage instructions



[edit1]by editing the .dbf that defines the Malus ships, and adding a research item that unlocks the Malus Mine-layer, I've successfully managed to make them buildable in game. However, each scenario that comes with the game must be resaved for the changed tech tree to take effect, each scenario keeps its own copy of the tech tree with it. The Mine-Layer is fully functional, you give it a move order to a destination, then give the lay mines order, and the Mine-Layer will lay mines at the destination. I've not yet tested if the mines work on enemy ships(game just crashes when I get one Mine-layer within range of a enemy vessel every time...)

I've also confirmed some limitations. Malus or Alyssian research items cannot unlock items outside of their species. If you want to make the Aldar/Malus Hybrid ships buildable, you must make clones of them for the Malus for that to be doable. I've looked into the executable, and confirmed that you also cannot give the other 3 species tech trees, the game simply does not have the code for handling that, it only has code for handling Malus, and Alyssian tech trees.


Incase you're still around, that link for the Big_file.exe is broken these days, any remote chance that might still be kicking around somewhere?

Think I found it? (Necromancy is cool.)

Here's the page from the web archive: https://web.archive.org/web/20100212203731/http://www.b5mods.com/tools_orb.htm

There appear to be two tools here - one for the .POD model files, and one for the .RES files. The one for the .RES files states that it is a "more user friendly version" of the original one released by O.R.B. devs.
CHECK OUT MY PLANETARY MOD HERE AT MY POST, YOU GUYS WILL LOVE IT.

You can build any fighter or frigate from any race with a Malus or Alyssian carrier using the editor.
You can even build the special fighters that have the Hyperjump ability.
In one of my maps, I have an AutoCarrier that an enemy sends in once its last carrier is about to be destroyed, it sends out a distress signal that brings in reinforcements and among them is an AutoCarrier.
Once it's in range ts starts to build frigates, fighters or combinations of both [2 frigates a minute or 6 fighters a minute] any race or class, and the AutoCarrier is independent of resources and will keep building them until you destroy it, and all done in the editor.
Отредактировано adamstrange3000; 11 апр. 2023 г. в 13:48
< >
Сообщения 19 из 9
Показывать на странице: 1530 50