GoomiiV2 / Rampancy

A new level editor for the Halo games based on a CSG/Brush workflow, similar to Source/Quake level editing.
MIT License
36 stars 1 forks source link

Specify export location #24

Open dt192 opened 2 years ago

dt192 commented 2 years ago

It would be good if we could specify an export location at the level creation stage rather than being forced to use solo or multi. I use data\levels\custom\mapname for my own stuff and someone I'm helping has theirs grouped under their own parent folder too.

GoomiiV2 commented 2 years ago

Fair point, the create level popup need abit of a polish pass so I'll add this to it then as well.

Thinking to have the custom folder be a drop down of existing folders that are already present under data\levels, idea being to help avoid tedious retyping or typos.

GoomiiV2 commented 1 year ago

Ok this is added in the Halo3 branch, I hope to fix up the Halo 1 support and merge to main for a release soon. image

dt192 commented 1 year ago

That seems better, I was going to suggest moving the game selection to the level creation too.

Other thing I noticed is that the instruction on the page say to download Unity 2021.2.0b4, but when I try to load the project it asks me for 2022.1.0b16, also the instructions say Open the project (Rampancy/Unity directory) in Unity but the directory is called Rampancy/RampancyUnity

GoomiiV2 commented 1 year ago

Ah, been doing some refactoring and streamline in the dev branch (https://github.com/GoomiiV2/Rampancy/tree/Halo3) so the main ones abit behind and wrong now.

I need to fix up a few more things before I can merge that Halo 3 Branch to main.