What do you start with?

What do you start with when making a map?


  • Total voters
    47

XxShadyxX

I abused the rep system.
Reaction score
81
Just a few questions for clean map making

1.) What do you first do when you start making a map
2.) What do you do next and so on?
3.) What method do you use to keep your triggers clean and organized?
4.) Do you make a "Floorplan" of your map first?
5.) How long has it taken you to make your largest map? In hours

Please only post answers to the questions NOTHING else no conversations ok? (Doing this to prevent off topic conversation and arguments)
I might have more but if i do i wil edit this post
 

XxShadyxX

I abused the rep system.
Reaction score
81
Well this post has disapeared!! Sorry people for the dubble post! Just looking for some answers so I can get started on my map
 

Zerox

Ultra Cool Member
Reaction score
28
I personally try to do terraining first just because it gets it all layed out for me. I of course think of abilities and how the game will work in advance though.
 

Batman

New Member
Reaction score
10
Just a few questions for clean map making

1.) What do you first do when you start making a map
2.) What do you do next and so on?
3.) What method do you use to keep your triggers clean and organized?
4.) Do you make a "Floorplan" of your map first?
5.) How long has it taken you to make your largest map? In hours

1. I use to do the units first. But during the later perioids before I quitted mapping, I worked on the terrain first. If the terrain is good, it inspires me to carry on and not quit half way.

2. Triggers, units go in if they are needed for the triggers. Units after that.

3. Clean and precise variable names so I can recognise what they are and what they should do. Comment lines also help in separating certain trigger functions from others.

4. No

5. Don't know. I never look at the time when I make maps.
 

XxShadyxX

I abused the rep system.
Reaction score
81
ok so basically terrain is the major first part correct? ty
any more opinions?
 

MoonSlinger

I Love using Cheap Tricks... only Results matters
Reaction score
74
Just a few questions for clean map making
1.) What do you first do when you start making a map
2.) What do you do next and so on?
3.) What method do you use to keep your triggers clean and organized?
4.) Do you make a "Floorplan" of your map first?
5.) How long has it taken you to make your largest map? In hours

1. Write on paper what you want to make. Make a checklist and task you need to accomplish. With that, even after 2 weeks away from that particular map, you know what you completed, and what needs to be done.... as long as you still have the piece of paper. :D

Without a plan, you would most likely change your concept of the map every time a new idea spurs and finally, the project will be abandon due to conflicting ideas or differs much from the original one.

Example:
- Make Hero 1 (Ice Based)
- - Trigger Spell 1.1 (some Ice spell)
- - Trigger Spell 1.2 (some Ice Aura)
- - Trigger Spell 1.3 (no ideas yet)
- Make Hero 2 (no ideas yet)
- Make Hero 3 (no ideas yet)

- Terrain (Icy Plain style)
- If possible draw a minimap on paper with
- - Player Locations
- - Shop Locations
- - Creep Locations
- - Pathing where units will run (eg. TD)

Its alright to have (no ideas yet) just make sure to fill them up later when the ideas come


2. With a mini-map ready, usually I would work with the terrain first. Get a rough sketch out, you can beautify it later. Most of the triggers that affect your map will require regions or points, without terrain, your regions will not be clear.

Otherwise, just pick something from your compiled list and work on it.


3.
For GUI... Folders and well named variables :D
For Jass, it depends on your coding style :confused: some people just love confusing codes that only themselves can read. Others like to doodle the whole script with comments


4. Read Part 1


5. I am different, I spent months on a map, working about an hour per day.
It is a hobby of mine, and only people who play it are sadistic critics.

It totally depends on the map you are making.
The latest map I am working on is pass 100 hours, because I trigger every damage dealt and over 2000 lines of code. The previous one only took about 20 hours to complete. (numbers are estimates assuming 1 hour a day)
 
Reaction score
333
I think it largely depends on the ideas you have when you start the map. If you think "I'm going to make an AoS with these awesome triggers/abilities/terrain" then you will probably start by working on the triggers/abilities/terrain.
 

XxShadyxX

I abused the rep system.
Reaction score
81
so basically its best to start terrain before any other part of map making? Ok and so then Units? And last triggers? I think this might be best to see what ideas you already have down and work from there when doing the triggers? lol im confusing myself XD
also ty people who are posting this really helps!
 

Linkoln

New Member
Reaction score
18
Sup...

1) Always with extremely basic terrain. Deciding where bases and zones will go and molding the earth around them.:shades:
2) After basic terrain forming its more advanced terrain, then a toss up for whatever i feel like doing, may it be ridiculously advanced terrain or triggering.
3)If it includes more then 3 triggers, it gets in own folder, otherwise it goes into a general folder. Usually in my "Life" section (extra features that make the environment stand out) i have about 20 triggers.
4) I always have a General idea of what i want, The Big Picture. During the game's triggering and terrain designing i often think about cool additional features and attempt to add them into the game as soon as possible. This makes the game take alot longer to make if your as creative as i am.:(
5) :nuts:partially fused with infinity...:nuts:
 

DiDdY

New Member
Reaction score
14
Eek! I accidentely clicked Triggers instead of Terrain. Ignore my vote on Triggers and transfer it to Terrain.

1.) What do you first do when you start making a map
Write my idea on Word or Paper, and draw out a map layout in Paint or on paper.
2.) What do you do next and so on?
Start putting the terrain in, and when I'm not on the computer I think of units and write them down.
3.) What method do you use to keep your triggers clean and organized?
Folders, comments proper names, proper variable names and good folder headers.
4.) Do you make a "Floorplan" of your map first?
Yes.
5.) How long has it taken you to make your largest map? In hours
Well the one I'm working on with another member of the Warcraft community has taken me over 140 hours or so to get from version 0.7 to 0.8 and it's not even finished, so quite a while.
 

Delgado

New Member
Reaction score
4
i think triggers should always come first to plan out on the story based line ou will have on your map then develop terrain on your story depending what goes on it!
 

UndeadDragon

Super Moderator
Reaction score
447
Delgado, please just edit your posts.

As for me, I always start with triggers because I like to see if my map is possible before I worry about making it look nice. Plus I enjoy doing triggers more than I enjoy doing terrain and more than I hate doing units :p
 

xAnaMorphine

Active Member
Reaction score
43
Delgado, please just edit your posts.

As for me, I always start with triggers because I like to see if my map is possible before I worry about making it look nice. Plus I enjoy doing triggers more than I enjoy doing terrain and more than I hate doing units :p

Same for me :)

Just make Triggers first, if they don't work and so on, don't bother to terrain :X
 

XxShadyxX

I abused the rep system.
Reaction score
81
Okay so what I have figured out for myself that is going to be the best for me is to first import everything i need then create the terrain and then units and then triggers

btw im making a Orpg and I am going to make it the best there is!
 

UndeadDragon

Super Moderator
Reaction score
447
Actually, according the the poll, it's triggers, then terrain, then units.
 

XxShadyxX

I abused the rep system.
Reaction score
81
nope! its terrain remeber 1 guy accedentilly pushed triggers instead of terrain :p
lol
 

Kazuga

Let the game begin...
Reaction score
110
I always start with the terrain first. I don't make it 100% but I want a start area when I test my triggers if they work or not.
 

Crusher

You can change this now in User CP.
Reaction score
121
I always do the Terraining first,then all other jobs!:thup:
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.
  • Blackveiled Blackveiled:
    People love rep, lol
    +1

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top