[Released] wmp_battlemounds v0.5

For discussion and release of fan maps made by the community.
User avatar
JeCa
Posts: 23
Joined: Mon Aug 04, 2024 4:32 pm

Re: hlw_battlemounds (v0.3 Released)

Postby JeCa » Tue Aug 05, 2024 9:05 pm

Thanks a lot for those commands. It's going to be fun seeing the combines trying to navigate the map without the AI as well ;).
console wrote:Convar r_skin has conflicting FCVAR_CHEAT flags (child: no FCVAR_CHEAT, parent: FCVAR_CHEAT, parent wins)

See? They know how it works.
User avatar
Anti Viper
Contributor
Posts: 122
Joined: Fri Jan 11, 2025 7:00 pm
Location: UK

Re: hlw_battlemounds (v0.3 Released)

Postby Anti Viper » Tue Aug 05, 2024 9:40 pm

JeCa wrote:I got the problem of enemies massing up troops in one base and not doing anything with them as well (last time they had like 50 stalkers - yes - that stood massed around the point in the starting area) but only with the enemy combines.


Yeah the stalker parties should lessen as the map + mod progresses.

JeCa wrote:However, I'd suggest putting "add victory conditions" to that To Do list, as the map more or less plays in sandbox mode right now ;).


Remember this is only a very early release of the map, also victory may be decided in a different way when multiplayer is released.
User avatar
JeCa
Posts: 23
Joined: Mon Aug 04, 2024 4:32 pm

Re: hlw_battlemounds (v0.3 Released)

Postby JeCa » Wed Aug 06, 2024 12:55 pm

Yea I know, just pointing it out. It's not like I hate you because your map in Ver 0.3 doesn't tell me when I win :D. And it seems you won't need to do any scripting for wictory conditions at all when it comes to multiplayer, so it's easy to see who knows what they're doing.

But as a note of interest, do you simply try to create a map the AI will more easily understand when fixing clusters, or do you actually add info_hint_nodes and similar to help them find their way?
console wrote:Convar r_skin has conflicting FCVAR_CHEAT flags (child: no FCVAR_CHEAT, parent: FCVAR_CHEAT, parent wins)

See? They know how it works.
User avatar
Anti Viper
Contributor
Posts: 122
Joined: Fri Jan 11, 2025 7:00 pm
Location: UK

Re: hlw_battlemounds (v0.3 Released)

Postby Anti Viper » Wed Aug 06, 2024 1:34 pm

Anti Viper wrote:To Do List:
- Clean up Displacements
- Clean up brush work
- Add more Detail models
- Add Objectives / Victory & Defeat Conditions


Ill just stick them in there for some Winning satisfaction :P

Once you have made your map you set the engine to generate a navigation mesh which usually does a pretty good job of reading where the walkable areas are. You can still use node but I find them painful for a whole map.
User avatar
Ennui
Contributor
Posts: 581
Joined: Mon Mar 17, 2025 2:30 am
Location: North Carolina

Re: hlw_battlemounds (v0.3 Released)

Postby Ennui » Wed Aug 06, 2024 11:49 pm

Cool map! So you haven't prepped it for human vs. human multiplayer yet correct? Once you've done that let me know and I'll help you test it!
User avatar
HellSpawn
Posts: 221
Joined: Sat Jan 05, 2025 4:18 am

Re: hlw_battlemounds (v0.3 Released)

Postby HellSpawn » Thu Aug 07, 2024 6:29 am

well, this doesn't work on the current build SP, since entities now need their script files defined in hammer (for modding ease)
Sander wrote:hurrah.

Half-Life 2: Wars Wiki TODO List - Stuff that needs doing on the wiki, we'd appreciate the help.
User avatar
Anti Viper
Contributor
Posts: 122
Joined: Fri Jan 11, 2025 7:00 pm
Location: UK

Re: hlw_battlemounds (v0.3 Released)

Postby Anti Viper » Thu Aug 07, 2024 3:20 pm

Ennui wrote:Cool map! So you haven't prepped it for human vs. human multiplayer yet correct? Once you've done that let me know and I'll help you test it!


HellSpawn wrote:well, this doesn't work on the current build SP, since entities now need their script files defined in hammer (for modding ease)



Ill probably do some adjustments soon to get rid of the auto AI and make it compatible with the latest development build. Its gonna be cool testing with 4 human players :)
User avatar
JeCa
Posts: 23
Joined: Mon Aug 04, 2024 4:32 pm

Re: hlw_battlemounds (v0.3 Released)

Postby JeCa » Thu Aug 07, 2024 3:40 pm

Anti Viper wrote:
Ill just stick them in there for some Winning satisfaction :P

Once you have made your map you set the engine to generate a navigation mesh which usually does a pretty good job of reading where the walkable areas are. You can still use node but I find them painful for a whole map.


Haha, that always helps doesn't it :). And yes, I'd love to see this in a fully functioning multiplayer mode. I managed to host a game and get a friend to join me (every map crashed except this one) but he had to constantly battle his own AI for the control over his units, so that didn't turn out too well... :P
console wrote:Convar r_skin has conflicting FCVAR_CHEAT flags (child: no FCVAR_CHEAT, parent: FCVAR_CHEAT, parent wins)

See? They know how it works.
Sandern
Developer
Posts: 1981
Joined: Thu Nov 22, 2024 6:58 pm
Location: Netherlands
Contact:

Re: hlw_battlemounds (v0.3 Released)

Postby Sandern » Thu Aug 07, 2024 3:53 pm

JeCa wrote:
Anti Viper wrote:
Ill just stick them in there for some Winning satisfaction :P

Once you have made your map you set the engine to generate a navigation mesh which usually does a pretty good job of reading where the walkable areas are. You can still use node but I find them painful for a whole map.


Haha, that always helps doesn't it :). And yes, I'd love to see this in a fully functioning multiplayer mode. I managed to host a game and get a friend to join me (every map crashed except this one) but he had to constantly battle his own AI for the control over his units, so that didn't turn out too well... :P

wmp_forest should work online too? The other hlw_ maps are single player maps and are using a lot of single player only entities ( so they might or might not work online ), although I will try to fix some of the stuff for online usage.
wmp_forest should be started through the map "room".
User avatar
JeCa
Posts: 23
Joined: Mon Aug 04, 2024 4:32 pm

Re: hlw_battlemounds (v0.3 Released)

Postby JeCa » Sun Aug 10, 2024 6:21 pm

Sander wrote:wmp_forest should work online too? The other hlw_ maps are single player maps and are using a lot of single player only entities ( so they might or might not work online ), although I will try to fix some of the stuff for online usage.
wmp_forest should be started through the map "room".


Well, we both downloaded wmp_forest separately, and there was no map mismatch meaning that either both did it right or both did the same mistake (seems unlikely to me :/), but when we started the game there weren't any units on screen at all. We got wmp_TheBridge Alpha working as well but as that one's hughely unbalanced (I started with a point, he didn't) there wasn't much of a point in playing it. Still the game seems to work perfectly, so I'll just stick around and see what happens.
User avatar
Anti Viper
Contributor
Posts: 122
Joined: Fri Jan 11, 2025 7:00 pm
Location: UK

Re: hlw_battlemounds (v0.5 Released)

Postby Anti Viper » Sun Aug 17, 2024 1:17 pm

* Version 0.5 Released*

- Fully multiplayer compatiable (start the map using the game lobby)
- Fixed most of the places where the units were getting stuck (Bridges mostly)
- Cleaned up displacements
- Optimised brush work
- Added more prop detail
User avatar
Ennui
Contributor
Posts: 581
Joined: Mon Mar 17, 2025 2:30 am
Location: North Carolina

Re: wmp_battlemounds (v0.5 Released)

Postby Ennui » Sun Aug 17, 2024 6:27 pm

Sweet! Add me on Steam (SteamID: EnnuiSirHC, Community name is Ennui) and I'll playtest it with you.
Discrate
Contributor
Posts: 751
Joined: Sat Dec 29, 2024 6:43 am
Location: Australia

Re: [Release] wmp_battlemounds v0.5

Postby Discrate » Mon Aug 24, 2024 5:26 pm

bump.
Mercsenary
Posts: 2
Joined: Sat Jan 30, 2025 6:45 am

Re: [Released] wmp_battlemounds v0.5

Postby Mercsenary » Sat Jan 30, 2025 6:52 am

bump ?

What is this game lobby you speak of? I've tried select mission and have confirmed the map files are in the map folder, materials/resource respectivly yet I do not know hwo to load this map.
User avatar
Jenks
Posts: 441
Joined: Mon Jun 02, 2024 9:26 pm

Re: [Released] wmp_battlemounds v0.5

Postby Jenks » Sun Feb 07, 2025 3:49 am

Mercsenary wrote:bump ?

What is this game lobby you speak of? I've tried select mission and have confirmed the map files are in the map folder, materials/resource respectivly yet I do not know hwo to load this map.


Type this in Console:

map room

Have fun...you just found your lobby.
HL2Wars: Revolution 1.0 LATEST/ALL PATCHES:

http://www.megaupload.com/?d=K8WABW4W

HL2Wars: Revolution Thread:

viewtopic.php?f=5&t=766

Return to “Community Maps”

Who is online

Users browsing this forum: No registered users and 1 guest