Homeworld 2 Complex

General - Workshop maps upload help

apofisz22 - Fri Jun 18, 2021 2:03 pm
Post subject: Workshop maps upload help
Hello
I want to ask for a little help
map I want to upload but it doesn’t come together for me please help

yes i know i have this little help i just can’t figure it out


steamcommunity.com 1

Steam Community :: Guide :: How to upload a MOD to Workshop for Homeworld... 1
This guide explains how to upload a MOD for Homeworld Remastered to the Steam Workshop....

running - WorkshopTool
and I type
create HomeworldRM \ DataMyMod
and print this out
The file ‘config.txt’ does not exist inside the folder ‘HomeworldRM’.

and I made a folder
D:\Program Files (x86)\Steam\steamapps\common\Homeworld\HomeworldRM\Data\DataMyMod
and contains a maps.big file
or am I doing completely stupid?

what exactly do you need to enter in this Workshop Tool?
so i ask i never did that

you would be so kind to be one year old
what do i need to type what exactly do i need to do

Thank you for your help
Oni - Sun Jun 20, 2021 7:33 am
Post subject:
In order to run your own maps you have to do more steps.

1.upload your files into folder:
example:
J:\GAMES\Steam\steamapps\common\Homeworld\HomeworldRM\Data\leveldata\multiplayer\deathmatchHWC\allianceforglory.level

If folders does not exist then create them.

2.open and add new entry into file:
J:\GAMES\Steam\steamapps\common\Homeworld\HomeworldRM\Data\leveldata\multiplayer\deathmatchHWC.levels

example:
{
Tags = "2p",
Name = "my new level",
Desc = "New level",
MaxPlayers = 2,
},

3. run your game with -overridebigfile parameter so the game will first load files and then big files.
Oni - Sun Jun 20, 2021 7:38 am
Post subject:
because i can not upload files. you have to create deathmatchHWC.levels manualy.




Root = "DATA:\\LevelData\\Multiplayer\\deathmatchHWC"

Tags = "deathmatchHWC"

ExtFilter = "deathmatchHWC"

LevelList = {
{
Tags = "2p",
Name = "arcadefight",
Desc = "Arcade Fight",
MaxPlayers = 2,
},
{
Tags = "4p",
Name = "equilibrium",
Desc = "Equilibrium",
MaxPlayers = 4,
},
{
Tags = "6p",
Name = "nebulafields",
Desc = "Nebula Fields",
MaxPlayers = 6,
},
{
Tags = "8p",
Name = "warsforterritories",
Desc = "Wars For Territories",
MaxPlayers = 8,
},
{
Tags = "4p",
Name = "closeasteroids",
Desc = "Close Asteroids",
MaxPlayers = 4,
},
{
Tags = "4p",
Name = "hyperproduction",
Desc = "Hyperproduction",
MaxPlayers = 4,
},
{
Tags = "3p",
Name = "lonelydistricts",
Desc = "Lonely Districts",
MaxPlayers = 3,
},
{
Tags = "4p",
Name = "allianceforglory",
Desc = "Alliance For Glory",
MaxPlayers = 4,
},
{
Tags = "8p",
Name = "skirmisharena",
Desc = "Skirmish Arena",
MaxPlayers = 8,
},
{
Tags = "3p",
Name = "grondola",
Desc = "Grondola",
MaxPlayers = 3,
},
{
Tags = "2p",
Name = "asteroidsbreakthrough",
Desc = "Asteroids Breakthrough",
MaxPlayers = 2,
},
{
Tags = "4p",
Name = "scatterfear",
Desc = "Scatterfear",
MaxPlayers = 4,
},
{
Tags = "4p",
Name = "boundlessgalaxy",
Desc = "Boundless Galaxy",
MaxPlayers = 4,
},
{
Tags = "3p",
Name = "fireatwill",
Desc = "Fire At Will",
MaxPlayers = 3,
},
{
Tags = "5p",
Name = "horizon",
Desc = "Horizon",
MaxPlayers = 5,
},
{
Tags = "4p",
Name = "convergence",
Desc = "Convergence",
MaxPlayers = 4,
},
{
Tags = "7p",
Name = "kharak",
Desc = "Kharak",
MaxPlayers = 7,
},
{
Tags = "4p",
Name = "dawnofnebulae",
Desc = "Dawn Of Nebulae",
MaxPlayers = 4,
},
{
Tags = "4p",
Name = "sunsetonmars",
Desc = "Sunset On Mars",
MaxPlayers = 4,
},
{
Tags = "3p",
Name = "moonrise",
Desc = "Moon Rise",
MaxPlayers = 3,
},
{
Tags = "4p",
Name = "enemylines",
Desc = "Enemy Lines",
MaxPlayers = 4,
},
-- {
-- Tags = "5p",
-- Name = "moon",
-- Desc = "Moon",
-- MaxPlayers = 5,
-- },
--dev
-- {
-- Tags = "3p",
-- Name = "dev_shipparade",
-- Desc = "Ship Parade [dev.]",
-- MaxPlayers = 3,
-- },
-- {
-- Tags = "2p",
-- Name = "dev_1vs1",
-- Desc = "1 VS 1 [dev.]",
-- MaxPlayers = 2,
-- },
}
Jockalone - Thu Dec 09, 2021 8:34 pm
Post subject:
Greetings,

I get a "General Failure" message every time i launch a map on Complex, the game loads and crashes just before i should control over my ships.

My deathmatchHWC file looks like this:

Root = "DATA:\\LevelData\\Multiplayer\\deathmatchHWC"

Tags = "deathmatchHWC"

ExtFilter = "deathmatchHWC"

LevelList = {
{
Tags = "2p",
Name = "NAME",
Desc = "NAME",
MaxPlayers = 2,
},
}

Any help is appreciated
Oni - Sat Dec 11, 2021 6:43 pm
Post subject:
It can crash because of the content in your *.level file.
If you can start loading the level. It means you this posted code is OK.
It used only for filtering maps in skirmish menu.
floydedna - Mon Dec 13, 2021 2:26 pm
Post subject:
Hello thank you! I found!!
All times are GMT + 1 Hour
Powered by phpBB2 Plus based on phpBB