Durokan's Custom Map Workshop

Here you can post about your scenario's, mods, custom maps and YouTube channels!
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

enjoy2play wrote:thanks for it. check pm, i have problems with tps, maybe u find my mistake.

I assume you have an xml file? (i've made one to load it, no need to upload one)

"thanks for it. check pm, i have problems with tps, maybe u find my mistake."

What exactly do you want me to fix? I noticed immediately that resources are being placed on top of your trade route which is causing it to not spawn correctly. If you comment out all of the resources it will spawn 100% of the time. All you need to do is play with the following three constraints because resources are breaking the posts:

int shortAvoidTradeRoute = rmCreateTradeRouteDistanceConstraint("trade route short", 16.0);
//used to be 6.0, just mess with it until you are happy with it
int avoidTradeRoute = rmCreateTradeRouteDistanceConstraint("trade route", 16.0);
//used to be 10.0, just change it until you are happy with the results
int avoidTradeRouteFar = rmCreateTradeRouteDistanceConstraint("trade route far", 20.0);

You may want to just have them avoid the sockets instead, which you can change.
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
No Flag enjoy2play
Dragoon
Posts: 241
Joined: Jan 5, 2016

Re: Durokan's Custom Map Workshop

Post by enjoy2play »

na the only problem is that the TP is already upgraded. so if u build one u can choose between xp gold food wood etc.. without stagecoaching it.
Acergamer wrote:Well, that's it for me fellas haha. Anyways I just want to say good luck to Samwise12 ,and hope he beats Lordraphael since he's basically a piece of shit idiot combination of Garja and Umeu.
N3O_Jerom wrote:and huh the balance is actually pretty good
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

enjoy2play wrote:na the only problem is that the TP is already upgraded. so if u build one u can choose between xp gold food wood etc.. without stagecoaching it.


Oh, that is because of the following three lines of code:
rmSetMapType("silkroad1");
rmSetMapType("silkroad2");
rmSetMapType("silkroad3");
Stagecoach tp's are an inherent part of the silkroad mapset, so you have to change the maptype in order to get rid of that. Sadly that will also change the treasure set, but mongolia, yellow river, and himalayas are probably the closest to those sets.
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
Canada forgrin
Howdah
Posts: 1873
Joined: Apr 27, 2015
ESO: Forgrin

Re: Durokan's Custom Map Workshop

Post by forgrin »

@Durokan quick question: how would one go about removing all hunts on the following maps:

Pampas Sierras
Arkansas
High Plains
Mendocino
Tassili
Cascade Range

What's the quickest way to do that?
https://www.twitch.tv/forgin14

"WTF WHERE ARE MY 10 FALCS" - AraGun_OP
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

forgrin wrote:@Durokan quick question: how would one go about removing all hunts on the following maps:

Pampas Sierras
Arkansas
High Plains
Mendocino
Tassili
Cascade Range

What's the quickest way to do that?


Delete all of the "blocks of code" that contains the specific kind of animal to each map in the .xs file.

Example piece of code to remove (this entire screenshot should be deleted):
Image

After you do this you will need to remove the starting hunts from each tc spawn, which can be found if you ctrl + f "for", which will take you to one of a few for loops, just look for one that looks like the following screenshot

Ex:
Image
Delete the lines similar to those I high-lighted; I don't know what they will be called on those maps but it should be relatively straightforwards
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
Canada forgrin
Howdah
Posts: 1873
Joined: Apr 27, 2015
ESO: Forgrin

Re: Durokan's Custom Map Workshop

Post by forgrin »

Durokan wrote:
forgrin wrote:@Durokan quick question: how would one go about removing all hunts on the following maps:

Pampas Sierras
Arkansas
High Plains
Mendocino
Tassili
Cascade Range

What's the quickest way to do that?


Delete all of the "blocks of code" that contains the specific kind of animal to each map in the .xs file.

Example piece of code to remove (this entire screenshot should be deleted):
Image

After you do this you will need to remove the starting hunts from each tc spawn, which can be found if you ctrl + f "for", which will take you to one of a few for loops, just look for one that looks like the following screenshot

Ex:
Image
Delete the lines similar to those I high-lighted; I don't know what they will be called on those maps but it should be relatively straightforwards


Perfect, thank you. I'll try it out when I get home.
https://www.twitch.tv/forgin14

"WTF WHERE ARE MY 10 FALCS" - AraGun_OP
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

The long-awaited Highveld reveal.
@Darwin_

The OBS version is static according to a provided screenshot and the normal version is dynamic. (screenshot is obs)
Image

Let me know if anything needs changing/fixing, would love feedback. (Cliffs are alot harder to control than it may appear, you either get to tell them to point towards the closest edge or away from it, not pick the direction. Custom treasure sets are impossible without a patch like EP)

I still enjoy doing this and will try to be much more punctual in the future, but I was slowed down alot by the thing we call real life.
Attachments
Highveld.xs
(20.07 KiB) Downloaded 103 times
Highveld.xml
(519 Bytes) Downloaded 99 times
Highveld OBS 1v1.xs
(19.53 KiB) Downloaded 61 times
Highveld OBS 1v1.xml
(531 Bytes) Downloaded 75 times
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
United States of America Darwin_
Howdah
Posts: 1446
Joined: Nov 14, 2015
Location: Boston

Re: Durokan's Custom Map Workshop

Post by Darwin_ »

@Durokan
Thank you so much, the map looks great! There are a small thing though that IMO should be changed. I spawned the map a few times, and each time the starting treasures were almost right next to my TC, as well as a plateau. If there is some way you can add in the rms a sort of radius around the TC where cliffs and treasures cant spawn, that would probably fix it. Also, I think a similar thing should be done for all treasures around the map, becuase many spawned right on the edge of the map and looked a little off. Also, I think a few more treasures should be added, as the map is looking a little dry (probably just like 2 more level 2/3 treasures like 50 wood or 95 wood).

Again, thank you so much, and dont worry about the time at all!

P.S. Could this map somehow find its way into the EP map set? I think it is a really interesting map that fills a nice role as a colonial map in between the aggressivness of Cascade, and the defensiveness of Bengal. Would love to hear what Garja, Rikki, and the rest of the patch team thinks!
somppukunkku wrote:This is not a fucking discogame.
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

  • Quote

Post by Durokan »

Here is my updated template that I went over on this video featured on the eso-c youtube channel.
https://www.youtube.com/watch?v=etnopa0PNUM
Attachments
durokans_template_5-28-17.xs
(19.56 KiB) Downloaded 74 times
durokans_template_5-28-17.xml
(630 Bytes) Downloaded 67 times
Durokans Template.xs
(15.8 KiB) Downloaded 76 times
Durokans Template.xml
(630 Bytes) Downloaded 74 times
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
Bavaria Gichtenlord
Howdah
Donator 03
Posts: 1437
Joined: Nov 15, 2015

Re: Durokan's Custom Map Workshop

Post by Gichtenlord »

Durokan wrote:Here is my updated template that I went over on this video featured on the eso-c youtube channel.
https://www.youtube.com/watch?v=etnopa0PNUM

Thanks ♥
r]
User avatar
No Flag IP Man
Skirmisher
Posts: 118
Joined: Apr 23, 2016

Re: Durokan's Custom Map Workshop

Post by IP Man »

Hey @Durokan
Are you still maintaining this?
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

IP Man wrote:Hey @Durokan
Are you still maintaining this?

yes, extremely busy next two weeks tho. make a request if you want; i'll do it when i feel like it/have time to do it
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
No Flag IP Man
Skirmisher
Posts: 118
Joined: Apr 23, 2016

Re: Durokan's Custom Map Workshop

Post by IP Man »

Durokan wrote:
IP Man wrote:Hey @Durokan
Are you still maintaining this?

yes, extremely busy next two weeks tho. make a request if you want; i'll do it when i feel like it/have time to do it


Image

I would like my map to be something like this. About the wall part, There is a map in the game called Regicide-Honshu where people start with walled up base.
Link to the original map: https://wiki.teamliquid.net/starcraft2/Burial_Grounds
User avatar
No Flag yohomes
Musketeer
Posts: 85
Joined: Apr 4, 2015

Re: Durokan's Custom Map Workshop

Post by yohomes »

Hey Durokan, still doing maps? I thought of another idea if you are still working on these :)

Map Name: Zagros

Map Size/Player Count: Scalable

Resources

Hunts: Deer. A decent amount

Mines: Good amount of gold mines

Forests: Forests, but in small clumps, across map

Herdables: Sheep

Treasures: None

Identifying Features

Land layout: Has many cliffs representing mountains, sort of like Deccan. The mountain in Cedar Forest made game run slow when near it, so preferably not like that one.

Cliffs: Lots of cliffs

Water: None

Traderoutes: There should be one small trade route at the edge of the map, it only has one trading post slot available, the trade route should not take up alot of room from the rest of the map.

Natives: 2 native settlements, which will later be replaced by the mod as Elamites.


The map is based off the Zagros Mountains east of Mesopatamia, with Elamite natives.
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

@IP Man @yohomes

yeah guys i'm still doing this though I didn't get to them before being sucked into finals week(s). I will be done with exam cram on the 16th so i can expect to start working on them after that.
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
Canada Mitoe
Advanced Theory Craftsman
Posts: 5486
Joined: Aug 23, 2015
ESO: Mitoe
GameRanger ID: 346407

Re: Durokan's Custom Map Workshop

  • Quote

Post by Mitoe »

Hey Durokan I have a request whenever you get to it.

I'd like to make a version of Tibet with extra resources on it to incentivize longer games, with lots of fighting all around the cliffs.

Image

I have a few pretty specific requests if that's okay :)

1) On the inner ring, there are 2 groups of 2 yaks. Could you change that to 4 groups of 1, with 2 on each side of the inner ring? Just so they're a bit more spread out than they currently are.
2) On the outer ring, could you increase the size of the musk deer hunts by 1, and add 2 extra musk deer hunts? Could you also change the number of mines on the outer ring from 6 to 8, but change the mines from silver mines to tin mines? This leaves the exact amount of gold on the outer ring the same, but might create more conflicts later as players' villagers move closer to the other player's base around the ring.
3) As for each players base, could you change the 1 silver mine to 2 tin mines? For a bit of extra gold but not too much. Can you also change the starting hunt to 5 Ibex's instead of 10? And to compensate for the loss of food in base, add 2 extra ibex hunts to the inner ring.
4) In the middle of the map could you change the hunt of 10 ibex into 2 hunts of 7, and add a silver mine in the middle?

Hopefully this isn't too annoying. Don't worry about the team version of the map for now I guess. XD
User avatar
United States of America Durokan
Retired Contributor
Posts: 970
Joined: Apr 12, 2015
ESO: Durokan

Re: Durokan's Custom Map Workshop

Post by Durokan »

added to third spot on the list
Check out my Custom Map Workshop here!
http://eso-community.net/viewtopic.php?p=98718#top
User avatar
Germany Dakta
Crossbow
Posts: 1
Joined: Dec 10, 2016

Re: Durokan's Custom Map Workshop

Post by Dakta »

Just watched your video and tried to play with your template, but I couldn't really find out how to do what I wanted to try. I want a cliff that slowly increases in height similar to a hill with a slope but with the slope going only in one direction.
Is it possible?
User avatar
Brazil lemmings121
Jaeger
Posts: 2673
Joined: Mar 15, 2015
ESO: lemmings121

Re: Durokan's Custom Map Workshop

Post by lemmings121 »

ok, I'll ask for something that I thing shoud be pretty straight forward:

Make a version of arkansas, but with deccan starting res crates. thats it.
I think we could have a few fun games on this map.
Image
User avatar
United States of America site
Lancer
Donator 01
Posts: 713
Joined: Aug 7, 2016
ESO: site
Location: Oklahoma, USA

Re: Durokan's Custom Map Workshop

Post by site »

Curious if this is possible or not...

An edit of Thar Desert where there is a day night cycle, and during the night if you venture out into the desert you take enviromental damage. So you would want to remain in your own TC radius at that time.
Netherlands momuuu
Ninja
Posts: 14237
Joined: Jun 7, 2015
ESO: Jerom_

Re: Durokan's Custom Map Workshop

Post by momuuu »

Isnt the desert a harsher environment during day?
User avatar
Poland pecelot
Retired Contributor
Donator 03
Posts: 10459
Joined: Mar 25, 2015
ESO: Pezet

Re: Durokan's Custom Map Workshop

Post by pecelot »

That's an interesting concept... Perhaps making a passage somewhere on the map that gradually damages units, like in the Andes in the Steel campaign :!:
User avatar
United States of America site
Lancer
Donator 01
Posts: 713
Joined: Aug 7, 2016
ESO: site
Location: Oklahoma, USA

Re: Durokan's Custom Map Workshop

Post by site »

Jerom wrote:Isnt the desert a harsher environment during day?


I suppose you could argue it either way. Which is worse, the heat or the cold?

I just like the idea of a map that does environmental damage in a logical manner. Perhaps there are extra resources in some area and going there could be fruitful, but it has to be timed because if you venture there at night you could potentially lose all your villagers to the ravages of the wild.
User avatar
No Flag yohomes
Musketeer
Posts: 85
Joined: Apr 4, 2015

Re: Durokan's Custom Map Workshop

Post by yohomes »

Hey Durokan. Noticed that the Oasis map is very small. Especially where players start out in. Could you make it a decent amount bigger so players could have a reasonable sized base where they start? Feels too cramped. Also, is there a fix the frame rate drop around the mountain and the edges of the Cedar Forest map?
Colombia SdC_GralScott
Crossbow
Posts: 5
Joined: Jan 2, 2017
ESO: Anton_Berianir

Re: Durokan's Custom Map Workshop

  • Quote

Post by SdC_GralScott »

Hi,

Well, I have proposal (please):
Original Map: Indochina.
New map: Indochina Inland

1. Erase Sea.
2. Expand to 3v3.
3. More pop in Nats.
4. Keep a 'river' with one to three crossing parts ( 1v1 to 3v3).
5. No fish in river.
6. Include 8 animal herds (2000 per herd).
7. Include at least 5 mines per player.
8. Keep the trees (not change needed).
9. Erase useless treasures and add good ones.
10.Erase berries.


Thanks for your attention!
Thanks to NiceKing for redirecting me here.

Who is online

Users browsing this forum: No registered users and 9 guests

Which top 10 players do you wish to see listed?

All-time

Active last two weeks

Active last month

Supremacy

Treaty

Official

ESOC Patch

Treaty Patch

1v1 Elo

2v2 Elo

3v3 Elo

Power Rating

Which streams do you wish to see listed?

Twitch

Age of Empires III

Age of Empires IV