SEAS as 4th selectable tribe in multiplayer

User avatar
tomeis
- Honorable Old Guard -
Posts: 201
Joined: Thu Jul 26, 2007 7:42 am
Location: Poland

SEAS as 4th selectable tribe in multiplayer

Post by tomeis »

SEAS as fourth selectable tribe in multiplayer? :?:
AS one from four tribes in list not as one from onetribe-list thus far?

YES. IT'S DONE. :D :D :mrgreen:

\Paraworld\Data\Base\Scripts\Game\UI\
PlayerInfoSlot.usl
Delete line asTribes.Exclude("SEAS");
it appear 2 times.
or get already changed file in rar and overwrite file.

:!: Important!!! :!:
You have to remade maps in editor to make SEAS available.
In editor/player info/limits/ select ALL 4 tribes/ and save map under new name.

And in game during selecting tribe you see 5 icons where 4 don't have icon.
It is SEAS.
Look at screen seas.jpg.

Icon for tribe SEAS (golden hand) exist in Paraworld\Data\Base\UI\menue\decoration\menu_tribeselecticons.tga
only find way to display graphic!


I edited PlayerInfoSlot from normal game without BP and BP overwrite this file so maybe for game with BP you have to yourself edit PlayerInfoSlot.



:D 8) :mrgreen: TOMEIS :mrgreen: 8) :D
Attachments
seas.jpg
PlayerInfoSlot.rar
(6.92 KiB) Downloaded 486 times
Last edited by tomeis on Mon Feb 02, 2009 12:51 pm, edited 1 time in total.
Polish Translator of Boosterpack, SEASMOD/CEP and Mirage(Funmode)
http://paraworld1.fora.pl/
Forum dla polskich graczy
[img]paraworld1.fora.pl[/img]
User avatar
Zumokuta Clan
- Dragon Clan -
- Dragon Clan -
Posts: 203
Joined: Thu Nov 13, 2008 1:48 am
Location: Puerto Rico
Contact:

Re: SEAS as 4 selectable tribe in multiplayer

Post by Zumokuta Clan »

Where's the Golden Hand?
Image
Beware, the Dragon Clan has machines! But not this one. :(
User avatar
tomeis
- Honorable Old Guard -
Posts: 201
Joined: Thu Jul 26, 2007 7:42 am
Location: Poland

Re: SEAS as 4 selectable tribe in multiplayer

Post by tomeis »

In file menu_tribeselecticons.tga in Paraworld\Data\Base\UI\menue\decoration\

It should be seen ingame but is not and I don't know why.
Polish Translator of Boosterpack, SEASMOD/CEP and Mirage(Funmode)
http://paraworld1.fora.pl/
Forum dla polskich graczy
[img]paraworld1.fora.pl[/img]
User avatar
Triceratops
- Mod -
Posts: 4910
Joined: Wed Jul 25, 2007 16:16 pm
Location: Germany
Contact:

Re: SEAS as 4 selectable tribe in multiplayer

Post by Triceratops »

G

R

E

A

T



(Look into UI file for the multiplayer lobby for more hints about the image)
User avatar
Scrat
- Mod -
Posts: 14223
Joined: Sat Jul 14, 2007 14:44 pm
Location: Bamberg / Budapest
Contact:

Re: SEAS as 4 selectable tribe in multiplayer

Post by Scrat »

Great job, really!!! :D :D :D

I feared that we might have to change lots and lots of files until it will be possible, but now we only have to add the sign for the SEAS.
Or maybe we can make the symbol that you can see on the SEAS' flags?

Anyway, thanks a lot. This was the most important step in SEAS-CEP. ;)
User avatar
Zumokuta Clan
- Dragon Clan -
- Dragon Clan -
Posts: 203
Joined: Thu Nov 13, 2008 1:48 am
Location: Puerto Rico
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Zumokuta Clan »

It's better to use the Fist, unless it should be SEAS.
Image
Beware, the Dragon Clan has machines! But not this one. :(
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

thanks man you are the best,the best one :)
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Triceratops
- Mod -
Posts: 4910
Joined: Wed Jul 25, 2007 16:16 pm
Location: Germany
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Triceratops »

Hi, did anyone find the solution to this 'missing icon' problem?
User avatar
tomeis
- Honorable Old Guard -
Posts: 201
Joined: Thu Jul 26, 2007 7:42 am
Location: Poland

Re: SEAS as 4th selectable tribe in multiplayer

Post by tomeis »

I only discover that in All_def.txt is already made to display icon of tribes.
file menue/decoration/menu_tribeselecticons.tga
source tribeicon_Aje
source tribeicon_Ninigi
source tribeicon_Hu
source tribeicon_Seas
source tribeicon_Random

so somewhere in files, we need to find where is command (tribeicon_Aje and next) which load icon of tribes and add tribeicon_Seas.
Because for example for units and buildings this command is in Texts\Help
For example in H_Aje_Gebaeude.seml
\{img /bunit:aje_barracks -ralign}
and in All_def.txt is line "source aje_barracks"
So all_def.txt is ok for icons but need to find file which have command tribeicon_Aje, tribeicon_Hu or tribeicon_Ninigi. Well, that is what I think.



About Pointbuy, where you buy units before start map,
you have to edit Paraworld\Data\Base\Scripts\Game\UI\PointBuy
PresetWindow.usl and delete asTribes.Exclude("SEAS"); And
add asTribes.AddEntry("SEAS");
to select SEAS during buying units.
( I'm not sure if adding asTribes.AddEntry("SEAS"); is important)
Polish Translator of Boosterpack, SEASMOD/CEP and Mirage(Funmode)
http://paraworld1.fora.pl/
Forum dla polskich graczy
[img]paraworld1.fora.pl[/img]
User avatar
Triceratops
- Mod -
Posts: 4910
Joined: Wed Jul 25, 2007 16:16 pm
Location: Germany
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Triceratops »

I found somehting about in C:\Programme\Sunflowers\ParaWorld\Data\Base\Scripts\Game\PlayerInfoSlot.usl. It is called 'TribeDropList' and controlls the dropdown menu
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

i found the golden hands symbol in the CBT-1500 (I call it with this name the real name is seas_resource_collector)

Image

Image
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Zumokuta Clan
- Dragon Clan -
- Dragon Clan -
Posts: 203
Joined: Thu Nov 13, 2008 1:48 am
Location: Puerto Rico
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Zumokuta Clan »

You're amazing Kharg, you found the Golden Hand, but was it hard finding it?
Image
Beware, the Dragon Clan has machines! But not this one. :(
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

lòl, mmm is only the symbol in the triceratops... we need to found how to insert it in skirmish mode :D

hard? :P i see it all time but i don't thought it ^^
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Triceratops
- Mod -
Posts: 4910
Joined: Wed Jul 25, 2007 16:16 pm
Location: Germany
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Triceratops »

Yes, but this will not help

I think the SEAS symbol is in the same image file as the other symbols
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

:P the golden hands symbol is in Paraworld\Data\Base\UI\menue\decoration\menu_tribeselecticons.tga :P here a screenshot Image

(tomeis found it, i only insert a screenshot)
Last edited by Kharg on Sat May 02, 2009 8:25 am, edited 1 time in total.
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Scrat
- Mod -
Posts: 14223
Joined: Sat Jul 14, 2007 14:44 pm
Location: Bamberg / Budapest
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Scrat »

Great :) Where to enter the hand as selectable symbol? Does anyone have an idea? Automatically it won't be inserted as you see from the brown button in Tomeis' first screenshot...
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

a good news i have made a step fordward :D i know how to see seas icon in game
in all_def.txt source tribeicon_Seas must be source tribeicon_SEAS ^^
here a screenshot
Image
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Scrat
- Mod -
Posts: 14223
Joined: Sat Jul 14, 2007 14:44 pm
Location: Bamberg / Budapest
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Scrat »

Okay, good. Can you see the golden fist also when selecting the tribe?
demetrius
Posts: 30
Joined: Wed Apr 29, 2009 8:47 am

Re: SEAS as 4th selectable tribe in multiplayer

Post by demetrius »

but we can not play with this tribe??no techtree for it??
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

yes, we can play with it

@scrat mmm no i see it only on loading screen :(
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

ehm works too for skirmish and multyplayer menu here some pic:

Image

Image
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
User avatar
Zumokuta Clan
- Dragon Clan -
- Dragon Clan -
Posts: 203
Joined: Thu Nov 13, 2008 1:48 am
Location: Puerto Rico
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Zumokuta Clan »

OMG!! That's my map in a screenshot! LOL! :o :lol: :D

The Golden Hand looks great Kharg, this is a breakthrough! Of course Tomeis gets credit too. :wink:
Image
Beware, the Dragon Clan has machines! But not this one. :(
User avatar
Kharg
- Honorable Old Guard -
Posts: 406
Joined: Mon Jan 12, 2009 14:37 pm
Location: Italy - Sicily - Palermo
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Kharg »

Zumokuta Clan wrote:OMG!! That's my map in a screenshot! LOL! :o :lol: :D

The Golden Hand looks great Kharg, this is a breakthrough! Of course Tomeis gets credit too. :wink:
yes, it's your map, is so beautiful xD yes :P, credit to Tomeis and Kharg :D
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓
• Creator of the: • Current Projects:
  • SEASMOD
▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓

Code: Select all

Kharg: I'll go to Nottingham on Monday for a 15 days trip! :D
AyCe: Make some screenshots!
demetrius
Posts: 30
Joined: Wed Apr 29, 2009 8:47 am

Re: SEAS as 4th selectable tribe in multiplayer

Post by demetrius »

Image


i thinks i have problems with editor it is not showing at is should??how and were to select 4 tribe to select seas playabale??
User avatar
Zumokuta Clan
- Dragon Clan -
- Dragon Clan -
Posts: 203
Joined: Thu Nov 13, 2008 1:48 am
Location: Puerto Rico
Contact:

Re: SEAS as 4th selectable tribe in multiplayer

Post by Zumokuta Clan »

Kharg wrote:
Zumokuta Clan wrote:OMG!! That's my map in a screenshot! LOL! :o :lol: :D

The Golden Hand looks great Kharg, this is a breakthrough! Of course Tomeis gets credit too. :wink:
yes, it's your map, is so beautiful xD yes :P, credit to Tomeis and Kharg :D
Thanks! :mrgreen:

@Demetrius: I think you zoomed-out to much...
Image
Beware, the Dragon Clan has machines! But not this one. :(
Post Reply

Return to “English”