|
|
Author |
Message |
apofisz22 Ensign
Joined: 10 Nov 2011 Posts: 7
|
Posted: Fri Jun 18, 2021 2:03 pm |
|
|
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 Lead Artist
Complex Team
Gender:
Joined: 26 Jan 2009 Posts: 1416
Location: Czech
|
Posted: Sun Jun 20, 2021 7:33 am |
|
|
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 Lead Artist
Complex Team
Gender:
Joined: 26 Jan 2009 Posts: 1416
Location: Czech
|
Posted: Sun Jun 20, 2021 7:38 am |
|
|
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 Ensign
Gender: Age: 28 Joined: 08 Dec 2021 Posts: 2
|
Posted: Thu Dec 09, 2021 8:34 pm |
|
|
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 Lead Artist
Complex Team
Gender:
Joined: 26 Jan 2009 Posts: 1416
Location: Czech
|
Posted: Sat Dec 11, 2021 6:43 pm |
|
|
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 Ensign
Age: 31 Joined: 13 Dec 2021 Posts: 1
Location: Chicago
|
Posted: Mon Dec 13, 2021 2:26 pm |
|
|
Hello thank you! I found!! |
|
|
|
|
|
|
|
|