Compiling valve.orange_box_x360
maps
#154
Replies: 2 comments 2 replies
-
Going to be updating this guide whenever I work on:
While having a working
|
Beta Was this translation helpful? Give feedback.
-
Saw this was posted in the Xbox360 Source Engine Modding Discord: https://github.com/marinesciencedude/xenia-canary-mousehook/releases/tag/source-engine |
Beta Was this translation helpful? Give feedback.
-
Thanks to the Xbox 360 Source Engine Modding Discord for working this stuff out
Requirements
Steam
Xbox 360
Xenia (Xbox 360 Emulator)
only needed if you used the redump.org ripping method1
Tools Setup
Hammer
makegamedata.exe
bin/makegamedata.exe
to<MyModTools>/game/ddd_mgd/bin/
Where
<MyModTools>/
is wherever you want to keep your tools / converted maps.dll
s:dinodday/
folder next tobin/
Xenia Canary
Change the following lines in
xenia-canary.config.toml
2:Xbox360 Files
If you used the Redump ripping method1 your copy of The Orange Box will be in
.iso
formYou'll need to use
extract-xiso
to extract the files & add our map(s).iso
<360Files>/
Where
<360Files>/
is wherever you keep your Xbox360 disk imagesTroubleshooting
Xenia Controls
I'd recommend using a controller w/ Xenia
Keyboard controls are available:
Bindings can only be changed by editing
xenia-canary.config.toml
Baseline Test
Make sure to run
<360Files>/default.xex
w/ Xenia targeting an official map first3If that runs OK you'll know for sure that your map is the problem
Xenia isn't working
xenia-canary.config.toml
Someone else might've encountered the same issue
Compiling
.bsp
from your working folder (orhalf-life2/hl2/maps
to<MyModTools>/game/ddd_mgd/dinodday/
<MyModTools>/game/ddd_mgd/dinodday/
E.g.
Shift+Right Click
in the folder and selectOpen PowerShell window here
../bin/makegamedata.exe <mapname>.bsp
makegamedata.exe
refuses to run unless run from inside a sub-directory ofgame/
Running maps
<mapname>.360.bsp
to<360Files>/<game>/maps/<mapname>.360.bsp
<360Files>/default.xex
in Xenia (Drag & Drop works too)Limitations
Mounting assets from
<360Files>/hl2/zip0.360.zip
in<MyModTools>/game/ddd_mgd/dinodday/
might helpI remember hearing something about the physics load of everything falling
OnMapSpawn
crashing dev Xbox360sFootnotes
Redump.org: Microsoft Xbox and Xbox 360 Dumping Guide ↩ ↩2
https://github.com/snake-biscuits/bsp_tool/issues/79#issuecomment-1769817598 ↩ ↩2
VDC: Half-Life 2 map reference ↩
xenia-project/game-compatability: 4541080F - The Orange Box ↩
Beta Was this translation helpful? Give feedback.
All reactions