Windower: FFXiUIMod Installer 1.04 [3/6/2009 10:34PM] - Windower

Jump to content

  • (6 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

FFXiUIMod Installer 1.04 [3/6/2009 10:34PM] Install many DAT Mods painlessly. Rate Topic: -----

#21 User is offline   Emiko 

  • Member
  • PipPipPip
  • Group: +Power Members
  • Posts: 94
  • Joined: 23-September 05
  • Gender:Female
  • Location:France
  • Name: Emiko
  • Server: Gilgamesh
  • Jobs: White Mage
  • Race: Mithra
  • Linkshell: Storm

Posted 05 March 2009 - 01:30 AM

Aikar, can I have an answer ? I'm not asking much... Just to know if you read me and if you are planning to do something about it...

Because I just feel ignored. ; ;

No french and german support is not a small issue. :P

This post has been edited by Emiko: 05 March 2009 - 01:32 AM

0

#22 User is offline   XMLFAN 

  • Rookie
  • Pip
  • Group: Members
  • Posts: 15
  • Joined: 16-November 07

Posted 05 March 2009 - 07:45 AM

Aikar

Quote

yeah i figured icons, I md5'd the ui file too and it is changed. Window is same tho.

Emiko, if you want to design some more backgrounds to put in or if anyone else knows how and wants to add more... nows the time....

some ideas i think would be nice to have:
complete transparent (with border)
complete transparent (without border)
black gradient with more standing out border
solid black w/o border
solid black with the standing out border



A new icon set would be nice too. If its ok with emiko, other people who know how to do it could provide too.


those 2 would be a really great addition to the borders, I know a lot of people that have really clear fonts.

If I knew what program is used to mod the borders I'd do it my self but after hours of looking for a program to open them I gave up.
0

#23 User is offline   Aikar 

  • delete world; world = new Planet("Code");
  • PipPipPipPipPipPipPipPipPipPip
  • Group: +Windower Developers
  • Posts: 3,856
  • Joined: 19-April 05
  • Gender:Male
  • Location:Raleigh, NC
  • Interests:PHP, FFXI, C++
  • Name: Aikar, Aikari
  • Server: Leviathan
  • Jobs: WHM75 BLM75
  • Race: Tarutaru Male
  • Linkshell: Eternia

Posted 05 March 2009 - 04:42 PM

View PostHarri, on Mar 4 2009, 04:55 PM, said:

I'm on Vista 64-bit. I tried using this since I had to do a fresh install of FFXI yesterday because of replacing my HDD. Needless to say it FUBARed my game. When I go to log in through windower it just brings me to a black screen as it loads the plugings. Also noticed a Final Fantasy Installation box tries popping up then crashes it completely. So I tried booting the game through regular POL and the game didn't crash, but brought up the FFXI Configuration/Installation box. Half an hour later after it asking me for installation discs, it's running through the update process after rebooting. *Crosses fingers it's not another 8 hour update* Vista 64-bit users beware. Stick to the old zip file method if you ask me.

Edit: Updated 800+ files after it was all said and done.


O.o theres no way in hell modding dat's could make the game ask to reinstall itself lol. I dunno what happened with you there O.o

Its a simple concept really, it either goes in the wrong place or it doesnt - if it doesnt go in the right place, its not gonna do anything but waste harddrive space.

something else had to of happened with your installation beyond this, all this does is overwrite the files. now if you had a bad download on a UI file or something yeah it might cause game to crash, just have to try to reinstall with the ui installer again.

As for emiko didnt you get my PM asking what registry value your key is?

HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineEU\SquareEnix\PlayOnlineViewer\Settings

What value is that? french player said his was 3, so I coded it to install french files if that value is 3.
0

#24 User is offline   XMLFAN 

  • Rookie
  • Pip
  • Group: Members
  • Posts: 15
  • Joined: 16-November 07

Posted 05 March 2009 - 06:41 PM

Since getting Solid Black backgrounds is probably not going to happen, anyone know what program I can use to mod the Black gradient background?
0

#25 User is offline   Aikar 

  • delete world; world = new Planet("Code");
  • PipPipPipPipPipPipPipPipPipPip
  • Group: +Windower Developers
  • Posts: 3,856
  • Joined: 19-April 05
  • Gender:Male
  • Location:Raleigh, NC
  • Interests:PHP, FFXI, C++
  • Name: Aikar, Aikari
  • Server: Leviathan
  • Jobs: WHM75 BLM75
  • Race: Tarutaru Male
  • Linkshell: Eternia

Posted 05 March 2009 - 11:05 PM

Oops! Found what was wrong for French, i had $3 = 3 instead of $3 == 3
		ReadRegDWORD $3 HKLM "$RegBase\PlayOnlineEU\SquareEnix\PlayOnlineViewer\Settings" "Language"
		${If} $3 == 4
			StrCpy $FFLANG "GR"
		${ElseIf} $3 = 3
			StrCpy $FFLANG "FR"
		${Else}
			StrCpy $FFLANG "EN"
		${EndIf}

Uploading now and should be fixed.

Quote

Since getting Solid Black backgrounds is probably not going to happen, anyone know what program I can use to mod the Black gradient background?

Im uploading new ver of installer with a solid black BG.
0

#26 User is offline   Emiko 

  • Member
  • PipPipPip
  • Group: +Power Members
  • Posts: 94
  • Joined: 23-September 05
  • Gender:Female
  • Location:France
  • Name: Emiko
  • Server: Gilgamesh
  • Jobs: White Mage
  • Race: Mithra
  • Linkshell: Storm

Posted 06 March 2009 - 01:51 AM

View PostAikar, on Mar 5 2009, 10:42 PM, said:

As for emiko didnt you get my PM asking what registry value your key is?

HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineEU\SquareEnix\PlayOnlineViewer\Settings

What value is that? french player said his was 3, so I coded it to install french files if that value is 3.


I don't have it, weird. ; ;

View PostAikar, on Mar 6 2009, 05:05 AM, said:

Oops! Found what was wrong for French, i had $3 = 3 instead of $3 == 3
		ReadRegDWORD $3 HKLM "$RegBase\PlayOnlineEU\SquareEnix\PlayOnlineViewer\Settings" "Language"
		${If} $3 == 4
			StrCpy $FFLANG "GR"
		${ElseIf} $3 = 3
			StrCpy $FFLANG "FR"
		${Else}
			StrCpy $FFLANG "EN"
		${EndIf}

Uploading now and should be fixed.



Ok, first, I can't find a "Language" key under "Settings", I only see a "SupportLanguage" key which is set to 0. Also, I'm using a 64 bits OS which means that "PlayOnlineEU" is not under "SOFTWARE\" but under "SOFTWARE\Wow6432Node\".

And finally, the 1.03 installer still detect my FFXI as EN. ^^'

This post has been edited by Emiko: 06 March 2009 - 01:52 AM

0

#27 User is offline   Aikar 

  • delete world; world = new Planet("Code");
  • PipPipPipPipPipPipPipPipPipPip
  • Group: +Windower Developers
  • Posts: 3,856
  • Joined: 19-April 05
  • Gender:Male
  • Location:Raleigh, NC
  • Interests:PHP, FFXI, C++
  • Name: Aikar, Aikari
  • Server: Leviathan
  • Jobs: WHM75 BLM75
  • Race: Tarutaru Male
  • Linkshell: Eternia

Posted 06 March 2009 - 12:57 PM

Odd, thats because your missing that lang key O.o

Why did the other guy have it, and i have it on the NA version too (set to 1 since NA is our only language)

And the $RegBase handles the 64bit stuff.
	${If} ${RunningX64}
		StrCpy $RegBase "SOFTWARE\Wow6432Node"
	${Else}
		StrCpy $RegBase "SOFTWARE"
	${EndIf}


Well bleh, can you search your registry and find wtf key is telling the game what language your games currently in? It's gotta be in there.

Can you come on IRC (and stay with us :P) makes it easier XD
0

#28 User is offline   Emiko 

  • Member
  • PipPipPip
  • Group: +Power Members
  • Posts: 94
  • Joined: 23-September 05
  • Gender:Female
  • Location:France
  • Name: Emiko
  • Server: Gilgamesh
  • Jobs: White Mage
  • Race: Mithra
  • Linkshell: Storm

Posted 06 March 2009 - 02:11 PM

Well, I don't know why I didn't have it. I changed my POL language and it appeared. >.<

It's working now, thanks. ^^

This post has been edited by Emiko: 06 March 2009 - 02:12 PM

0

#29 User is offline   Aikar 

  • delete world; world = new Planet("Code");
  • PipPipPipPipPipPipPipPipPipPip
  • Group: +Windower Developers
  • Posts: 3,856
  • Joined: 19-April 05
  • Gender:Male
  • Location:Raleigh, NC
  • Interests:PHP, FFXI, C++
  • Name: Aikar, Aikari
  • Server: Leviathan
  • Jobs: WHM75 BLM75
  • Race: Tarutaru Male
  • Linkshell: Eternia

Posted 06 March 2009 - 09:24 PM

can pol be a diff language than GAME is set to? If so, then that means there must be a sep reg key for FFXI than POL. can you right click your PlayOnlineEU key and Export it and pastebin it for me?
0

#30 User is offline   Emiko 

  • Member
  • PipPipPip
  • Group: +Power Members
  • Posts: 94
  • Joined: 23-September 05
  • Gender:Female
  • Location:France
  • Name: Emiko
  • Server: Gilgamesh
  • Jobs: White Mage
  • Race: Mithra
  • Linkshell: Storm

Posted 07 March 2009 - 09:44 AM

View PostAikar, on Mar 7 2009, 03:24 AM, said:

can pol be a diff language than GAME is set to? If so, then that means there must be a sep reg key for FFXI than POL.

No, POL and FFXI use the same language setting.

View PostAikar, on Mar 7 2009, 03:24 AM, said:

can you right click your PlayOnlineEU key and Export it and pastebin it for me?

Yes, I can do this if you want.

Edit : http://pastebin.com/m527539dd

This post has been edited by Emiko: 07 March 2009 - 09:49 AM

0

#31 User is offline   Fuidama 

  • Elite Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 335
  • Joined: 05-July 05
  • Gender:Male
  • Location:Out punting Taru's.
  • Interests:Punting Taru's and stabbing things. O.o

Posted 10 March 2009 - 06:53 PM

View PostAikar, on Mar 1 2009, 08:26 PM, said:

If Fuidama wants to help do those for me >_> name the files in window-X.jpg and window-X.DAT (capitol extension) in a windows2 folder and windows3 folder, (limit 25 to a folder)

And a list of each window styles 'name' in that same order'.

example: http://ffxi.us.to/uimod/windows/
0 is the backup.


Just ran into this, sounds really cool, gonna give the app a try and see how awesome it is 1st hand.
And I'd be more than happy to do this. I'll talk with you later tonight when I'm home about what you need.
Posted Image
0

#32 User is offline   vAzNKNiGHT 

  • Script Kiddy
  • Group: New Members
  • Posts: 1
  • Joined: 26-January 09

Posted 12 March 2009 - 02:40 AM

thanks very much, trying it out now
0

#33 User is offline   FlyAwayOnError 

  • Rookie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 30-January 09
  • Server: Hades
  • Jobs: All

Posted 13 March 2009 - 08:29 PM

Hola, I have recently installed the UI Mod and noticed something strange. PoL crashers when Sneak is casted on me, by either me or another person. Anything about that? I am running Vista.

Hola, I have recently installed the UI Mod and noticed something strange. PoL crashers when Sneak is casted on me, by either me or another person. Anything about that? I am running Vista.
0

#34 User is offline   Aikar 

  • delete world; world = new Planet("Code");
  • PipPipPipPipPipPipPipPipPipPip
  • Group: +Windower Developers
  • Posts: 3,856
  • Joined: 19-April 05
  • Gender:Male
  • Location:Raleigh, NC
  • Interests:PHP, FFXI, C++
  • Name: Aikar, Aikari
  • Server: Leviathan
  • Jobs: WHM75 BLM75
  • Race: Tarutaru Male
  • Linkshell: Eternia

Posted 14 March 2009 - 03:03 AM

sounds like you had a bad download on icons, reselect icons and let them download again.

next ver wont have bad download problems, and will disable usage of proxy to reduce download errors.
you can try it here http://aikar.us.to/FFXiUIMod.exe this is beta tho.
0

#35 User is offline   pearlsea 

  • Novice
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 08-June 06

Posted 14 March 2009 - 10:22 AM

Is there anyway to add silent POL login? The screen before you go online.
0

#36 User is offline   FlyAwayOnError 

  • Rookie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 30-January 09
  • Server: Hades
  • Jobs: All

Posted 14 March 2009 - 06:30 PM

View PostAikar, on Mar 14 2009, 03:03 AM, said:

sounds like you had a bad download on icons, reselect icons and let them download again.

next ver wont have bad download problems, and will disable usage of proxy to reduce download errors.
you can try it here http://aikar.us.to/FFXiUIMod.exe this is beta tho.


Hmm, kind of new with this, so not exactly sure what you mean by 'reselect icons and let them download again.' I used the Updated Brandson's UIMod from the FFXIDats website. I understand that you took it over though, so it might be an older version. I'll just try reinstalling it. Thanks.

And idk why it wrote what I said twice, tried to go back and erase the copy, but no edit button. . .sorry.

Tried re-installing the FFXIUIMod (beta), but it didn't help. PoL still crashes when sneak is casted on me.

-FAoE
0

#37 User is offline   Aikar 

  • delete world; world = new Planet("Code");
  • PipPipPipPipPipPipPipPipPipPip
  • Group: +Windower Developers
  • Posts: 3,856
  • Joined: 19-April 05
  • Gender:Male
  • Location:Raleigh, NC
  • Interests:PHP, FFXI, C++
  • Name: Aikar, Aikari
  • Server: Leviathan
  • Jobs: WHM75 BLM75
  • Race: Tarutaru Male
  • Linkshell: Eternia

Posted 14 March 2009 - 07:44 PM

FFXiUIMod is just the installer, the works used is done by others, Brandsons pack is now taken over by Emiko as "FFXiStyle" so the FFXiStyle entries are Brandsons old UI base which emiko has been updating/improving.

So your saying you did not download the .exe in my post above when you got the crash, that you used file on ffxidats? ffxidats may be out of date.

You want to open FFXiUIMod.exe, and under Icons change the selection to "FFXiStyle", 1 or 2 either one, then click next twice to download.
0

#38 User is offline   FlyAwayOnError 

  • Rookie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 30-January 09
  • Server: Hades
  • Jobs: All

Posted 14 March 2009 - 10:03 PM

It was his latest one I think before one of you took over. Someone had posted the updated version of it, which is what I installed. The sneak problem didn't start occuring until a couple weeks later. Then that's when I found that you took over, which is where I then installed the FFXIUIMod. Hoping this would fix the problem, it was a no-go><

I tried completely reseting the UIMod attributes, but that didn't help either. Am I going to have to re-install FF? /sigh

-FAoE
0

#39 User is offline   Dav 

  • Script Kiddy
  • Group: New Members
  • Posts: 2
  • Joined: 14-March 09

Posted 15 March 2009 - 12:00 PM

This is a sweet installer ty. only thing is when the black background is put in the first dat spot it kills the char selection screen makes it black. Mabe just have it put the background in 2nd spot i moved and its fine now.
0

#40 User is offline   crookedH 

  • Elite Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 239
  • Joined: 26-September 05
  • Name: Tiburon
  • Server: Phoenix
  • Jobs: RDM | BLM
  • Race: Hume Male
  • Linkshell: CoDE

Posted 16 March 2009 - 09:05 AM

FlyAwayOnError, there is a section on FFXIdats.com where you can request specific .dats if one of them is corrupt. I would try requesting the sneak .dat (if you cant find it, one of them surely can).... it may not be the icon making you crash, but the animation itself.

Have you tried using silent oils and if so does it crash with them? the animation is different.
Posted Image
0

Share this topic:


  • (6 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users