Homeworld 2 Complex Forum Index
 Portal •  Blog •  Album •  FAQ  •  Search  •  Memberlist  •  Usergroups   •  Calendar   •  Register  •  User Panel  •  Log in to check your private messages  •  Log in
  FlashChat  •  Statistics  •  Links  •   Downloads  •   Comments to your karma  •  Toplist  •  Guestbook  •  Recent topics  •  Voting forum
Workshop maps upload help
Users browsing this topic:0 Registered, 0 Hidden and 0 Guests
Registered Users: None


 
Post new topic   Reply to topic    Homeworld 2 Complex Forum Index -> General
View previous topicEmail to a Friend.Users who have viewed this topicSave this topic as a txt filePrintable versionLog in to check your private messagesView next topic
Author Message
apofisz22

Ensign
Ensign






Joined: 10 Nov 2011
Posts: 7
apofisz22 is offline 







hungary
PostPosted: Fri Jun 18, 2021 2:03 pm    Post subject:  Workshop maps upload help
Description: Workshop maps upload help
Reply with quote

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
Back to top
View user's profile Send private message
Oni

Lead Artist
Lead Artist


Complex Team

Gender: Gender:Male

Joined: 26 Jan 2009
Posts: 1416
Oni is offline 

Location: Czech





czechrepublic
PostPosted: Sun Jun 20, 2021 7:33 am    Post subject:  
Description:
Reply with quote

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.
Back to top
View user's profile Send private message
Oni

Lead Artist
Lead Artist


Complex Team

Gender: Gender:Male

Joined: 26 Jan 2009
Posts: 1416
Oni is offline 

Location: Czech





czechrepublic
PostPosted: Sun Jun 20, 2021 7:38 am    Post subject:  
Description:
Reply with quote

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,
-- },
}
Back to top
View user's profile Send private message
Jockalone

Ensign
Ensign




Gender: Gender:Male
Age: 26
Joined: 08 Dec 2021
Posts: 2
Jockalone is offline 







serbia
PostPosted: Thu Dec 09, 2021 8:34 pm    Post subject:  
Description:
Reply with quote

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
Back to top
View user's profile Send private message AIM Address
Oni

Lead Artist
Lead Artist


Complex Team

Gender: Gender:Male

Joined: 26 Jan 2009
Posts: 1416
Oni is offline 

Location: Czech





czechrepublic
PostPosted: Sat Dec 11, 2021 6:43 pm    Post subject:  
Description:
Reply with quote

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.
Back to top
View user's profile Send private message
floydedna

Ensign
Ensign





Age: 29
Joined: 13 Dec 2021
Posts: 1
floydedna is offline 

Location: Chicago





usa
PostPosted: Mon Dec 13, 2021 2:26 pm    Post subject:  
Description:
Reply with quote

Hello thank you! I found!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Homeworld 2 Complex Forum Index -> General All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum





Homeworld 2 Complex topic RSS feed 
Powered by MasterTopForum Premium with phpBB © 2003 - 2009