Heroes of Might and Magic Community
visiting hero! Register | Today's Posts | Games | Search! | FAQ/Rules | AvatarList | MemberList | Profile


Age of Heroes Headlines:  
5 Oct 2016: Heroes VII development comes to an end.. - read more
6 Aug 2016: Troubled Heroes VII Expansion Release - read more
26 Apr 2016: Heroes VII XPack - Trial by Fire - Coming out in June! - read more
17 Apr 2016: Global Alternative Creatures MOD for H7 after 1.8 Patch! - read more
7 Mar 2016: Romero launches a Piano Sonata Album Kickstarter! - read more
19 Feb 2016: Heroes 5.5 RC6, Heroes VII patch 1.7 are out! - read more
13 Jan 2016: Horn of the Abyss 1.4 Available for Download! - read more
17 Dec 2015: Heroes 5.5 update, 1.6 out for H7 - read more
23 Nov 2015: H7 1.4 & 1.5 patches Released - read more
31 Oct 2015: First H7 patches are out, End of DoC development - read more
5 Oct 2016: Heroes VII development comes to an end.. - read more
[X] Remove Ads
LOGIN:     Username:     Password:         [ Register ]
HOMM1: info forum | HOMM2: info forum | HOMM3: info mods forum | HOMM4: info CTG forum | HOMM5: info mods forum | MMH6: wiki forum | MMH7: wiki forum
Heroes Community > Heroes 5 - Modders Workshop > Thread: [Tutorial] Add new Arenas
Thread: [Tutorial] Add new Arenas This thread is 3 pages long: 1 2 3 · «PREV
Zenithale
Zenithale


Promising
Famous Hero
Zen Mind
posted October 13, 2010 03:44 PM

You can do it, as the Abyss official Duel Arena and my "test3" arena aka "Past Glory".

Open the MOD New Arenas and look for:
Scenes/CombatArenas/test3.xdb, you must modify the ObstaclesGroup line like this:
Quote:
<ObstaclesGroup href="/ArenaObjects/_(ArenaObstaclesGroup)/Test3Obstacles.xdb#xpointer(/ArenaObstaclesGroup)"/>

Then you must of course create the Obstacles file, in the ArenaObjects folder (watch in the MOD), as for exemple the Test3Blocked.xdb:
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<ArenaObstacle>
   <Model/>
   <blockedTiles>
       <Item>
           <x>2</x>
           <y>10</y>
       </Item>
       <Item>
           <x>13</x>
           <y>10</y>
       </Item>
       <Item>
           <x>7</x>
           <y>3</y>
       </Item>
       <Item>
           <x>6</x>
           <y>8</y>
       </Item>
       <Item>
           <x>10</x>
           <y>6</y>
       </Item>
   </blockedTiles>
   <Shared/>
</ArenaObstacle>

____________
TWITCH|YouTube | NewArenas2023 MOD

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
jojo
jojo

Tavern Dweller
posted October 14, 2010 12:11 AM

oh, thx for the advice... but it seem's I can't find the right way to calculate the X and Y to block =/
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
El_Chita
El_Chita


Known Hero
Actually, my name is El Chita
posted October 14, 2010 12:11 PM

I am not quite sure if it works in arenas, but what could work is when you create a new object and add just the block tiles and then place the object where you want to have an obstacle.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
jojo
jojo

Tavern Dweller
posted October 16, 2010 10:59 PM

ehh, I think it won't work...
the mark is static even if you move the item you just created =/
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Jump To: « Prev Thread . . . Next Thread » This thread is 3 pages long: 1 2 3 · «PREV
Post New Poll    Post New Topic    Post New Reply

Page compiled in 0.0234 seconds