|
Thread: can any1 give me this kind of map? | |
|
tronicoz

 
Tavern Dweller
|
posted November 25, 2007 11:10 AM |
|
|
can any1 give me this kind of map?
hi! i really suck on making maps in h5, soooo, i've tried to make a map that only contains an random town where every building is build, but i didnt make any sucess, can any1 give me a map thath is like that? or, tell how to do it
|
|
fiur

  
    
Promising
Supreme Hero
Map Creator
|
posted November 25, 2007 06:37 PM |
|
|
Quote: hi! i really suck on making maps in h5, soooo, i've tried to make a map that only contains an random town where every building is build, but i didnt make any sucess, can any1 give me a map thath is like that? or, tell how to do it
should be easy..... first place an random building onto your map...
click an the town then on the Object Properties Button (the one who got a pair of glasses on). then select the buildings tab and just click "Build All"
thats all......
good luck
____________
|
|
tronicoz

 
Tavern Dweller
|
posted November 25, 2007 10:40 PM |
|
|
yeah, but how do u select a town? i can't get away the building thing from the mouse cursor, and then there is a lot of other things like, not selected heroes maximum level and stuff
|
|
Maurice


Hero of Order
Part of the furniture
|
posted November 25, 2007 11:34 PM |
|
|
You just press the "escape" key to clear your mouse cursor. The messages about no maximum Hero level and such are *warnings* about map parameters that *may* be wrong, they are not *errors* of the map.
|
|
Tronicoz

 
Tavern Dweller
|
posted November 27, 2007 05:40 PM |
|
Edited by VokialBG at 17:42, 21 Jan 2008.
|
ok then how du u play the maP? it doesnt show up in the game :/
And another thing, when u are in the town screen, are u able to hide the menu's in there?
____________
|
|
sfidanza

  
    
Promising
Supreme Hero
|
posted November 27, 2007 06:12 PM |
|
Edited by sfidanza at 18:13, 27 Nov 2007.
|
I'm guessing you're trying to take screenshots of the towns...
CTRL+I hides (and shows) the interface. If it doesn't work, you have to add the binding in the input.cfg file in your profile.
|
|
Tronicoz

 
Tavern Dweller
|
posted November 27, 2007 06:21 PM |
|
|
thank you 
need answer to this still ^^
ok then how du u play the maP? it doesnt show up in the game :/
____________
|
|
Cepheus

    
     
Honorable
Legendary Hero
Far-flung Keeper
|
posted November 27, 2007 06:24 PM |
|
|
Have you considered doing the basic things a map needs? Have you added a name in the Map Properties window? Is there more than one player? Are there both towns and heroes on the map? If the answer to all of these is yes, the map WILL work.
|
|
Tronicoz

 
Tavern Dweller
|
posted November 27, 2007 06:35 PM |
|
|
f
ok, now its only,
There is no her max level!
There is towns without specialization!
how do i fix?
____________
|
|
sfidanza

  
    
Promising
Supreme Hero
|
posted November 27, 2007 06:49 PM |
|
|
You really should explain a little more what your context is! Here, I assume these are the errors the map editor throws at you when saving the map. You should be able to just ignore them, there are not important for a test map.
|
|
Tronicoz

 
Tavern Dweller
|
posted November 27, 2007 07:17 PM |
|
Edited by sfidanza at 19:47, 01 Dec 2007.
|
yes it is.. any idea hot to fix?
Edit 1:
ok i fixxed it now!
thanks everyone for helping this little map editor noob ^^
Edit 2:
hmm, one last questian, to hit ctrl - i to hide interface did not work,
where or how can i make it work?
____________
|
|
sfidanza

  
    
Promising
Supreme Hero
|
posted November 28, 2007 12:22 AM |
|
|
Go in your profile (in "My Documents/My Games/..."). Open input_a2.cfg in a text editor, and add:
bind hide_interface 'CTRL' + 'I'
somewhere in the common section (if you already added the binding for showing the console, it's the same).
|
|
fiur

  
    
Promising
Supreme Hero
Map Creator
|
posted November 28, 2007 02:19 AM |
|
|
Quote: Go in your profile (in "My Documents/My Games/..."). Open input_a2.cfg in a text editor, and add:
bind hide_interface 'CTRL' + 'I'
somewhere in the common section (if you already added the binding for showing the console, it's the same).
// console
bind console_run_cmd 'ENTER'
bind console_run_cmd 'NUM_ENTER'
bind console_next_cmd 'DOWN'
bind console_prev_cmd 'UP'
bind console_next_string 'HOME'
bind console_prev_string 'END'
bind console_first_string 'LCTRL' + 'HOME'
bind console_last_string 'LCTRL' + 'END'
// seems line not used
//bind editline_return 'ENTER'
//bind editline_return 'NUM_ENTER'
//bind editline_escape 'ESC'
//bind editline_tab 'TAB'
//bind editline_back 'BACKSPACE'
//bind editline_delete 'DELETE'
//bind editline_left 'LEFT'
//bind editline_right 'RIGHT'
//bind editline_wordleft 'CTRL' + 'LEFT'
//bind editline_wordright 'CTRL' + 'RIGHT'
//bind editline_begin 'HOME'
//bind editline_end 'END'
//bind editline_select_all 'CTRL' + 'A'
//bind editline_paste 'CTRL' + 'V'
//bind editline_paste 'SHIFT' + 'INSERT'
//bind editline_copy 'CTRL' + 'C'
//bind editline_copy 'SHIFT' + 'INSERT'
//bind editline_cut 'CTRL' + 'X'
// general
bind jd_button_0 'ESC'
bind jd_button_0 'ENTER'
bind jd_button_0 'NUM_ENTER'
bind jd_button_0 'E'
bind esc_pressed 'ESC'
bind enter_pressed 'ENTER'
bind enter_pressed 'NUM_ENTER'
bind pause 'PAUSE'
bind screenshot 'SYSRQ'
bind -mouse_wheel_scroll 'MOUSE_AXIS_Z'
bind ctrl 'CTRL'
bind shift 'SHIFT'
bind alt 'ALT'
// don't treat system key combinations as 'ESC' or 'TAB'
bind none 'CTRL' + 'ESC'
bind none 'ALT' + 'TAB'
// obsolete, but strictly need for compability with some interfaces
bind close_window 'ESC'
bind confirm_action 'ENTER'
bind confirm_action 'NUM_ENTER'
bind hide_interface 'CTRL' + 'I'
|
|
Tronicoz

 
Tavern Dweller
|
posted December 01, 2007 03:25 PM |
|
|
it wroked, than you
____________
|
|
|