Welcome, Guest. Please Login or Register
TI3Wiki.org
   
 
  HomeHelpSearchLoginRegister
 
Page Index Toggle Pages: 1
Send Topic Print
Placing artifacts (Read 123 times)
Kristobal
Carrier Captain
*

Offline


YES SIR!

Posts: 629
Copenhagen

Gender: male
Placing artifacts
07/23/10 at 10:58:04
 
I'm having problems with the placing of artifacts on my No_fear map.

The one on Starpoint looks ok on the map, but not when viewing the tile alone. The one I try to place on Qucenn is in the MR system, but the code is identical to the one on starpoint.

Anyone care to take a look and see what I'm doing wrong?
Back to top
 
 
  IP Logged
TerTer
Carrier Captain
*

Offline


Everything begins from
an idea!

Posts: 762

Gender: male
Re: Placing artifacts
Reply #1 - 07/23/10 at 12:13:59
 
Im not an expert, but

=== 4-2 ===
<tile scale=0.5 tile=Qucenn-Rarron/>
<planet planet=Qucenn spacedock=0 fighters=0 gf=0 st=0 pds=0 artifact=Back/>
</tile>

When you end the tile with </tile> you don't need to end it here too <tile scale=0.5 tile=Qucenn-Rarron/>

Code should be:

=== 4-2 ===
<tile scale=0.5 tile=Qucenn-Rarron>
<planet planet=Qucenn spacedock=0 fighters=0 gf=0 st=0 pds=0 artifact=Back/>
</tile>
Back to top
 
 

Imperial Cabinet - L1z1x
No Fear - Winnu
Galaxy - Muaat
Alliances - Jol-Nar
Close Quarter2 - Mentak
Galaxy Wars - GM
----------------------------------------------
Finished: Klondike3-Sol; Tourney game 3 round 1-L1z1x;Adjacent (replacment)-Sol;
  IP Logged
Kristobal
Carrier Captain
*

Offline


YES SIR!

Posts: 629
Copenhagen

Gender: male
Re: Placing artifacts
Reply #2 - 07/23/10 at 12:26:02
 
My codes are excatly like you write them

I think there's a major problem with the map.
When I click on the Qucenn/Rarron system to see it's codes, Wellon comes up?? Shocked

MR showed up when I cliked on the Starpoint-system..what have I done wrong?
Back to top
 
 
  IP Logged
Jeddicus
Space Dock Commandant
*

Online


Nothing ventured, nothing
gained

Posts: 1042

Re: Placing artifacts
Reply #3 - 07/23/10 at 12:29:52
 
Kristobal wrote on 07/23/10 at 12:26:02:
My codes are excatly like you write them

I think there's a major problem with the map.
When I click on the Qucenn/Rarron system to see it's codes, Wellon comes up?? Shocked

MR showed up when I cliked on the Starpoint-system..what have I done wrong?


Thats funky! If you go to edit 4-1 it shows the planets of 4-2 and so on.
Back to top
 
 

Hacan (Replacement) in Prophecy of the Epic
Muatt (Replacement) in Diplomacy
Naalu in No Fear
Sol in Alliances
Saar in Psycobabble
GM in Temptation
_____________________________________
Finished as Saar in A NewBie Ginning
Finished as Jol Nar in TradeWars6
Finished as Hacan in Psycosis
Finished as Sol in 2010 Tourney 1.2
  IP Logged
TerTer
Carrier Captain
*

Offline


Everything begins from
an idea!

Posts: 762

Gender: male
Re: Placing artifacts
Reply #4 - 07/23/10 at 12:33:24
 
Kristobal wrote on 07/23/10 at 12:26:02:
My codes are excatly like you write them

I think there's a major problem with the map.
When I click on the Qucenn/Rarron system to see it's codes, Wellon comes up?? Shocked

MR showed up when I cliked on the Starpoint-system..what have I done wrong?

post the code Smiley
Back to top
 
 

Imperial Cabinet - L1z1x
No Fear - Winnu
Galaxy - Muaat
Alliances - Jol-Nar
Close Quarter2 - Mentak
Galaxy Wars - GM
----------------------------------------------
Finished: Klondike3-Sol; Tourney game 3 round 1-L1z1x;Adjacent (replacment)-Sol;
  IP Logged
TerTer
Carrier Captain
*

Offline


Everything begins from
an idea!

Posts: 762

Gender: male
Re: Placing artifacts
Reply #5 - 07/23/10 at 12:36:14
 
Bug here:

[edit]  3-5

<tile scale=0.5 tile=Lisis-Velnor> - not ending tile

=== 3-6 ===
<tile tile=HS-Saar race=Saar color=Brown>
<planet planet=Lisis_II gf=2/>
<planet planet=Ragh spacedock=1 gf=2 pds=0 fighters=0/>
<carrier where=9 fighters=2/>
<carrier where=5 fighters=0/>
<cruiser where=7/>
<leader race=Saar leader=Agent planet=Ragh x=-20 y=20 />
<leader race=Saar leader=Admiral planet=Ragh x=0 y=0/>
<leader race=Saar leader=General planet=Ragh x=20 y=-20 />
</tile>
Back to top
 
 

Imperial Cabinet - L1z1x
No Fear - Winnu
Galaxy - Muaat
Alliances - Jol-Nar
Close Quarter2 - Mentak
Galaxy Wars - GM
----------------------------------------------
Finished: Klondike3-Sol; Tourney game 3 round 1-L1z1x;Adjacent (replacment)-Sol;
  IP Logged
Kristobal
Carrier Captain
*

Offline


YES SIR!

Posts: 629
Copenhagen

Gender: male
Re: Placing artifacts
Reply #6 - 07/24/10 at 02:13:15
 
TerTer wrote on 07/23/10 at 12:36:14:
Bug here:

[edit]  3-5

<tile scale=0.5 tile=Lisis-Velnor> - not ending tile

=== 3-6 ===
<tile tile=HS-Saar race=Saar color=Brown>
<planet planet=Lisis_II gf=2/>
<planet planet=Ragh spacedock=1 gf=2 pds=0 fighters=0/>
<carrier where=9 fighters=2/>
<carrier where=5 fighters=0/>
<cruiser where=7/>
<leader race=Saar leader=Agent planet=Ragh x=-20 y=20 />
<leader race=Saar leader=Admiral planet=Ragh x=0 y=0/>
<leader race=Saar leader=General planet=Ragh x=20 y=-20 />
</tile>


I see what you mean, but none of the tiles has end ending tile, and now ive made a change that i rally need to undo be fore I go any further, but I can't figure out how I undo?
Back to top
 
 
  IP Logged
TerTer
Carrier Captain
*

Offline


Everything begins from
an idea!

Posts: 762

Gender: male
Re: Placing artifacts
Reply #7 - 07/24/10 at 05:27:57
 
[edit]  3-5
=== 3-5 === <-- this i dont know if it's realy needed.
<tile scale=0.5 tile=Lisis-Velnor>

</tile> <- this is needed, to close tile 3-5, now you have a double tile 3-5/3-6 and thats why all other tiles are one number behind. Smiley



When you need your old map complete, there is history of the map.
One of your map history images is:
http://www.ti3wiki.org/index.php?title=No_fear_PBF_Map&oldid=131728
Back to top
 
 

Imperial Cabinet - L1z1x
No Fear - Winnu
Galaxy - Muaat
Alliances - Jol-Nar
Close Quarter2 - Mentak
Galaxy Wars - GM
----------------------------------------------
Finished: Klondike3-Sol; Tourney game 3 round 1-L1z1x;Adjacent (replacment)-Sol;
  IP Logged
Kristobal
Carrier Captain
*

Offline


YES SIR!

Posts: 629
Copenhagen

Gender: male
Re: Placing artifacts
Reply #8 - 07/24/10 at 16:18:57
 
I got the map back showing, but I still can't get tha map working correctly. I have been editing under "Map" and using the edit-menu on top of the page. When i try to edit a single tile, they don't work together. All tiles exept HS han no </tile> in the end. Where is the right place to make the necessary changes?
Back to top
 
 
  IP Logged
TerTer
Carrier Captain
*

Offline


Everything begins from
an idea!

Posts: 762

Gender: male
Re: Placing artifacts
Reply #9 - 07/24/10 at 16:45:24
 
If a tile has this
<tile scale=0.5 tile=Lisis-Velnor/>
it's ok.

If it's like this
<tile scale=0.5 tile=Lisis-Velnor>
it's needs
</tile>

It's HTML priciples. You have a tag, like <tile>
You can close it two ways, one is:
<tile bla bla bla
/
>
Other
<tile bla bla bla>
<
/
tile>


At your map:

[edit]  4-2

<tile scale=0.5 tile=Qucenn-Rarron
/
></pre>

<planet planet=Qucenn spacedock=0 fighters=0 gf=0 st=0 pds=0 artifact=Back/></pre>

<
/
tile>


You don't need the red tag, because it closes the tile before it goes to planet tag and the artifact, that makes it show the tile bad.

Hope this helps Wink


Back to top
 
 

Imperial Cabinet - L1z1x
No Fear - Winnu
Galaxy - Muaat
Alliances - Jol-Nar
Close Quarter2 - Mentak
Galaxy Wars - GM
----------------------------------------------
Finished: Klondike3-Sol; Tourney game 3 round 1-L1z1x;Adjacent (replacment)-Sol;
  IP Logged
Kristobal
Carrier Captain
*

Offline


YES SIR!

Posts: 629
Copenhagen

Gender: male
Re: Placing artifacts
Reply #10 - 07/24/10 at 16:53:59
 
TerTer wrote on 07/24/10 at 16:45:24:
If a tile has this
<tile scale=0.5 tile=Lisis-Velnor/>
it's ok.

If it's like this
<tile scale=0.5 tile=Lisis-Velnor>
it's needs
</tile>

It's HTML priciples. You have a tag, like <tile>
You can close it two ways, one is:
<tile bla bla bla
/
>
Other
<tile bla bla bla>
<
/
tile>


At your map:

[edit]  4-2

<tile scale=0.5 tile=Qucenn-Rarron
/
></pre>

<planet planet=Qucenn spacedock=0 fighters=0 gf=0 st=0 pds=0 artifact=Back/></pre>

<
/
tile>


You don't need the red tag, because it closes the tile before it goes to planet tag and the artifact, that makes it show the tile bad.

Hope this helps Wink

Found it! Thx  Smiley
Back to top
 
 
  IP Logged
Page Index Toggle Pages: 1
Send Topic Print
{yabbmove}