What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

04_Himmeldorf and 86_Himmeldorf_winter navigation profiles

Gigaflat

New Member
Joined
Jun 17, 2014
Messages
201
Reaction score
2
The default navigation in maps 04_Himmeldorf and 86_Himmeldorf_winter makes the tank get stuck too often.

The best profile for these maps I have seen until now I found here:
GameGiNeering | Engineers who tend to overanalyze games

Here is also the code for it
(Going through the Railway tracks side)
Code:
<?xml version="1.0" encoding="utf-8"?>
<!--/////////////////////////////////////////////////////////////
//
// Profile made by unknown
// Selected and adjusted by Holster99
// GameGiNeering.info 
// Specials: None, we wait Scout, TD, Artillery and other to be Revealed...
//
//////////////////////////////////////////////////////////////-->
<Profile>
  <Map>04_himmelsdorf</Map>
  <Hotspots>
    <Hotspot Team="1" X="-38.53408" Y="1.1" Z="-56.18823" Type="Normal" /><!--10-->
	<Hotspot Team="1" X="-259.0343" Y="1.1" Z="-41.67315" Type="Normal" /><!--4-->
	<Hotspot Team="1" X="-271.3023" Y="1.1" Z="233.6729" Type="Normal" /><!--6-->
	<Hotspot Team="1" X="-157.1896" Y="1.1" Z="227.882" Type="Normal" /><!--8-->
	<Hotspot Team="2" X="-157.1896" Y="1.1" Z="227.882" Type="Normal" /><!--8-->
	<Hotspot Team="2" X="-271.3023" Y="1.1" Z="233.6729" Type="Normal" /><!--6-->
	<Hotspot Team="2" X="-259.0343" Y="1.1" Z="-41.67315" Type="Normal" /><!--4-->
	<Hotspot Team="2" X="-263.9183" Y="1.1" Z="-150.7993" Type="Normal" /><!--2-->	
   </Hotspots>
</Profile>

Code:
<?xml version="1.0" encoding="utf-8"?>
<!--/////////////////////////////////////////////////////////////
//
// Profile made by unknown
// Selected and adjusted by Holster99
// GameGiNeering.info 
// Specials: None, we wait Scout, TD, Artillery and other to be Revealed...
//
//////////////////////////////////////////////////////////////-->
<Profile>
  <Map>86_himmelsdorf_winter</Map>
  <Hotspots>
    <Hotspot Team="1" X="-38.53408" Y="1.1" Z="-56.18823" Type="Normal" /><!--10-->
	<Hotspot Team="1" X="-259.0343" Y="1.1" Z="-41.67315" Type="Normal" /><!--4-->
	<Hotspot Team="1" X="-271.3023" Y="1.1" Z="233.6729" Type="Normal" /><!--6-->
	<Hotspot Team="1" X="-157.1896" Y="1.1" Z="227.882" Type="Normal" /><!--8-->
	<Hotspot Team="2" X="-157.1896" Y="1.1" Z="227.882" Type="Normal" /><!--8-->
	<Hotspot Team="2" X="-271.3023" Y="1.1" Z="233.6729" Type="Normal" /><!--6-->
	<Hotspot Team="2" X="-259.0343" Y="1.1" Z="-41.67315" Type="Normal" /><!--4-->
	<Hotspot Team="2" X="-263.9183" Y="1.1" Z="-150.7993" Type="Normal" /><!--2-->	
   </Hotspots>
</Profile>
 
do we just create .xml files with those names in the profiles directory?
 
Back
Top