Emuforums.com

Go Back   Emuforums.com > PS2 Emulation > PS2 Plugin Questions & Troubleshooting
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old January 2nd, 2008   #1 (permalink)
Firnis
Registered User
 
Join Date: Nov 2006
Location: St.Petersburg, Russia.
Posts: 97
GSdxGUI

I wrote a small utility to view GSdx .gs files (demos).

Small doc:
1) Programm must be putted in pcsx2 folder.
2) Default language - english. You can change it in select menu "Language".
3) Select from list demo and click "Play". You can view a preview image by double clicking on file in list.
4) "Configire" open a GSdx Configure window.
5) You can rename .gs by pressing "Rename".
6) You can delete .gs by pressing "Delete". If you check "Image Delete", then .bmp file with same name as .gs file will be deleted too.
7) "About" - some info about program.
8) To translate program to another language you just need to translate .lang file and give it a name "%some_language%.lang", like english and russian.

1) Программа должна находится в папке с pcsx2.
2) Язык по-умолчанию - английский. Его можно сменить, выбрав нужный в выпадающем меню "Language" (Язык).
3) Выбираем из списка необходимый ролик и проигрываем его, нажав "Играть" (Play). Также можно посмотреть изображение у ролику, кликнув два раза по имени в списке.Изображение закрывается одним кликом по нему.
4) Кнопка "Настроить" открывает окно настройки GSdx. Все изменения в настройках отразятся на проигрываемых роликах.
5) Чтобы переименовать .gs файл и соответствующий ему .bmp файл нажмите "Переимен.".
6) Чтобы удалить .gs файл нажмите "Удалить". Если вы выбетире "Удал. картинку", то изображение соответствующее .gs файлу будет тоже удалено.
7) "О..." информация о программе.
8) Языковые настройки хранятся в .lang файлах, поэтому не составит труда перевести программу на любой другой язык.

Included languages:
Brazilian portuguese - intell
Chinese simplified - GavinDX
Chinese traditional - GavinDX
Dutch - Nepsquare
English - shuffle2
French - physicienxs
German - NexXxus
Italian - ameppe
Japan - Black B
Polish - Grzeslav
Portuguese - Bruno Marques
Russian - Firnis
Spanish - niuus
Turkish - Optln
Attached Images
File Type: jpg 1.jpg (71.7 KB, 754 views)
Attached Files
File Type: 7z GSdxGUI_1.08d.7z (207.3 KB, 558 views)
__________________
sorry for my english.

Last edited by Firnis; February 16th, 2008 at 00:09. Reason: fixed a bug. Programm closes on click on preview image.
Firnis is offline   Reply With Quote
Old January 2nd, 2008   #2 (permalink)
NexXxus
Registered User
 
NexXxus's Avatar
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 2,800
aayyeee!
you stole my idea, but doesn't matter

edit: oh, you credited me, thx ^^
__________________
My System: C2D E6700 @2.67GHz | Asus P5W DH Deluxe | 2 GB DDR2 800 | GeForce 8800GT Extreme
My FFXII GSdx9 Highres Screenshot Gallery (link fixed!) | mixed pcsx2 screenshots

Get the latest GSdx here and ZeroGS here
If you search for pcsx2 betas, look here (but no support in the forums for it!)
NexXxus is offline   Reply With Quote
Old January 2nd, 2008   #3 (permalink)
Shadow Lady
Advanced Newbie
 
Join Date: Jul 2001
Location: Bogotб... not that it matters...
Posts: 4,723
I so though this was NeXxus's when I saw the title

thx for the app Firnis
__________________
Main Rig: Pentium Dual-Core E2160 @ 2.3GHz -- 7600GT @ 650/800MHz -- 1GB DDR2-667 4-4-4-12 -- Windows XP Pro SP2

Collecting dust: AMD Athlon XP 2600+ -- ATI Radeon 9500 Pro -- SB Live 5.1 Digital -- 2.5GB DDR 2-2-2-5 Ram -- Windows 2003 server r2 SP1
Shadow Lady is offline   Reply With Quote
Old January 2nd, 2008   #4 (permalink)
niuus
Registered User
 
niuus's Avatar
 
Join Date: Nov 2006
Location: Caracas
Posts: 36
Nice app. Thx.
__________________
"Piensa y actъa, comienza por ti"
"Think and act, begin with yourself"

Main Rig:
Motherboard: abit Fatal1ty F-I90HD / CPU: Intel Core 2 Duo E4300@2.47GHz / RAM: Corsair Xtreme XMS2 1GB DDR2@800 / Video: ATi Radeon x700 IGP (Catalyst 7.11) / Sound: Soundblaster Audigy2 ZS / Speakers: Creative Inspire 5.1 5200 / HD: Western Digital 120GB / OS: Windows XP SP2+
niuus is offline   Reply With Quote
Old January 2nd, 2008   #5 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
very nice!
I changed the english.lang a little bit, it's attached. (as .txt)
also, the configure and play buttons don't seem to work for me...see attached picture. Looks like it's failing because of spaces in file names.
great app, and great idea

p.s. by opening the demo.cmd generated by your app you can clearly see why it's failing with spaces....needs quotes! (see attached)

p.s.s- i think it would be better if you change the operating directory to the pcsx2 root folder, and then do something like:
rundll32 plugins\gsdx.dll,GSReplay snap\<.gs filename>
that's just how i would do it

so.....in my case:
cd "C:\Documents and Settings\Shawn\Desktop\Pcsx2" & rundll32 plugins\gsdx.dll,GSReplay snap\gsdx_20080102153734.gs
which is: cd "<path to pcsx2 dir in quotes>" & rundll32 plugins\gsdx.dll,GSReplay snap\<.gs filename>
Attached Images
File Type: jpg error.JPG (18.9 KB, 114 views)
File Type: jpg cmd err.JPG (28.6 KB, 38 views)
Attached Files
File Type: txt english.lang.txt (203 Bytes, 21 views)
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64

Last edited by shuffle2; January 2nd, 2008 at 20:20.
shuffle2 is offline   Reply With Quote
Old January 2nd, 2008   #6 (permalink)
Firnis
Registered User
 
Join Date: Nov 2006
Location: St.Petersburg, Russia.
Posts: 97
Quote:
Originally Posted by shuffle2 View Post
very nice!
I changed the english.lang a little bit, it's attached. (as .txt)
also, the configure and play buttons don't seem to work for me...see attached picture. Looks like it's failing because of spaces in file names.
great app, and great idea

p.s. by opening the demo.cmd generated by your app you can clearly see why it's failing with spaces....needs quotes! (see attached)
To first half quotes works well, but after "GSReplay" they wont work.
Thx for edited english

UPD
Upload new version.

Version 1.03: [*]Fixed path to pcsx2. Added quotes to solve spaces prob. [*]Edited english.lang. Thanks to shuffle2.

It seems that quotes not needed to secong half.
__________________
sorry for my english.

Last edited by Firnis; January 2nd, 2008 at 20:27.
Firnis is offline   Reply With Quote
Old January 2nd, 2008   #7 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
see my post again

another p.s. :
I really like the previews...looks goooooood
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64

Last edited by shuffle2; January 2nd, 2008 at 20:33.
shuffle2 is offline   Reply With Quote
Old January 2nd, 2008   #8 (permalink)
Firnis
Registered User
 
Join Date: Nov 2006
Location: St.Petersburg, Russia.
Posts: 97
Quote:
Originally Posted by shuffle2 View Post
cd "C:\Documents and Settings\Shawn\Desktop\Pcsx2" & rundll32 plugins\gsdx.dll,GSReplay snap\gsdx_20080102153734.gs
which is: cd "<path to pcsx2 dir in quotes>" & rundll32 plugins\gsdx.dll,GSReplay snap\<.gs filename>
.gs files may contain spaces too.
How about 1.03?
__________________
sorry for my english.
Firnis is offline   Reply With Quote
Old January 2nd, 2008   #9 (permalink)
NexXxus
Registered User
 
NexXxus's Avatar
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 2,800
much better than the one i created.

but i noticed an translation bug,
the word "size" is still there even when i translate it.
when i select an .GS file then it change to the translated one.

oh and can you add an checkbox to delete the bmp also when deleting an GS file?
not really needed but might be useful

keep it up !
__________________
My System: C2D E6700 @2.67GHz | Asus P5W DH Deluxe | 2 GB DDR2 800 | GeForce 8800GT Extreme
My FFXII GSdx9 Highres Screenshot Gallery (link fixed!) | mixed pcsx2 screenshots

Get the latest GSdx here and ZeroGS here
If you search for pcsx2 betas, look here (but no support in the forums for it!)

Last edited by NexXxus; January 2nd, 2008 at 20:41.
NexXxus is offline   Reply With Quote
Old January 2nd, 2008   #10 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
Quote:
Originally Posted by Firnis View Post
.gs files may contain spaces too.
How about 1.03?
i do not think .gs filenames will ever have spaces in them?
either way, it doesn't work becuase of this:
C:\Documents and Settings\Shawn\Desktop\Pcsx2\GSdxGUI_1.03>rundll32 "C:\Documents and Settings\Shawn\Desktop\Pcsx2\plugins\gsdx.dll",GSR eplay C:\Documents and Settings\Shawn\Desktop\Pcsx2\snap\gsdx_20080102163 101.gs
(note: i don't know why there are random spaces in there, seems to be a forum problem)

the gsreplay function loads, but cannot function correctly because the working directory needs to be the root pcsx2 directory (it needs to know where d3dx9_36.dll is).

good luck
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Old January 2nd, 2008   #11 (permalink)
Dragonheart.by
HardWareMan
 
Dragonheart.by's Avatar
 
Join Date: Nov 2007
Location: Belarus, Grodno
Posts: 268
Thanks man! Great app! The only prob now - it is difficult to hold Ctrl+shift+f8 and play holding it. if only gabest add a ability to start recording after single button press and stop after it's pressing again.
Еще раз спасибо за твой труд !
__________________
http://pcclub.topbb.ru/ - русскоязычный форум посвященный железу, софту и эмуляции. Только у нас вы можете найти скомпилированные версии плагинов и самого PCSX2 на основе ПОСЛЕДНЕГО кода! Эксклюзивно для PC CLub.

<|> AMD Opteron 165 (Dual Core) Toledo E6 2.9 GHz <|> Zalman CNPS7000B-Cu <|> 1024 MB DDR PC-3200 (4 x 256 MB) 425 MHz 2.5-2-2-5-1T <|> GigaByte GA-K8NF-9 (nForce 4 - 4x) HT - 965 MHz <|> Axle GeForce 7600 GS 256 MB PCI-E GPU - 575/575/545 MHz, MEM - 770 MHz <|> Samsung HD080HJ SATA 2, 8 MB Cache, 7200 RPM <|> Windows XP SP2 <|>
Dragonheart.by is offline   Reply With Quote
Old January 2nd, 2008   #12 (permalink)
NexXxus
Registered User
 
NexXxus's Avatar
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 2,800
the problem actually when playing those files is that harddrives are too slow to play it smoothly enough.
what i mean is, reading a 1+ gig file in 3 seconds ? lol

you need more than 4GB ram to cache a +15 second video to play it smoothly, dependent how much stuff you see.
__________________
My System: C2D E6700 @2.67GHz | Asus P5W DH Deluxe | 2 GB DDR2 800 | GeForce 8800GT Extreme
My FFXII GSdx9 Highres Screenshot Gallery (link fixed!) | mixed pcsx2 screenshots

Get the latest GSdx here and ZeroGS here
If you search for pcsx2 betas, look here (but no support in the forums for it!)
NexXxus is offline   Reply With Quote
Old January 2nd, 2008   #13 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
yeah, .gs dumps are good because they let you have a consistent demo for testing new settings (and in gabest's case, seeing what's going on behind the scenes)....it is a far from practical means to record movies of games.
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Old January 2nd, 2008   #14 (permalink)
Firnis
Registered User
 
Join Date: Nov 2006
Location: St.Petersburg, Russia.
Posts: 97
Version 1.04:
[-]Deleted "Set pcsx2 dir". Now you must put this app in pcsx2 folder.
[+]Added CheckBox "Delete image". Image will be deleted with .gs file.
[*]Some changes in config file, so you need to delete your before launch a new version.
[*]Change places of "Rename" and "Delete" buttons.
[*]Fix "Size" after language selection.

Dragonheart.by
You need hold only Ctrl, not Ctrl+Shift+F8.
__________________
sorry for my english.

Last edited by Firnis; January 2nd, 2008 at 21:39.
Firnis is offline   Reply With Quote
Old January 2nd, 2008   #15 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
version 1.04 works great!
suggestions (if you want to work more ) :
-more languages
-make the .bmp appear below the language selector (so whichever is highlighted gets displayed there)....would require image resizing....
have fun, and thanks a lot!
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Old January 2nd, 2008   #16 (permalink)
Firnis
Registered User
 
Join Date: Nov 2006
Location: St.Petersburg, Russia.
Posts: 97
Version 1.04a:
[*]Forget to read "Image Delete" from lang file ^_^
[*]Change structure of config file. Its last time you need to delete a old config. I include a version check.

And new "readme"

edit:
Quote:
Originally Posted by shuffle2 View Post
version 1.04 works great!
suggestions (if you want to work more ) :
-more languages
-make the .bmp appear below the language selector (so whichever is highlighted gets displayed there)....would require image resizing....
have fun, and thanks a lot!
- Need someone who will translate to another lang's
- I'm thinking about that, maybe next version will be with this feature.
__________________
sorry for my english.
Firnis is offline   Reply With Quote
Old January 2nd, 2008   #17 (permalink)
Dragonheart.by
HardWareMan
 
Dragonheart.by's Avatar
 
Join Date: Nov 2007
Location: Belarus, Grodno
Posts: 268
Quote:
Originally Posted by Firnis
Dragonheart.by
You need hold only Ctrl, not Ctrl+Shift+F8.
No, it'snot working for me. Only Ctrl+Shift+F8. Strange...

BTW, is there any possibility to convert demos to avi? Or fraps is the only way?
__________________
http://pcclub.topbb.ru/ - русскоязычный форум посвященный железу, софту и эмуляции. Только у нас вы можете найти скомпилированные версии плагинов и самого PCSX2 на основе ПОСЛЕДНЕГО кода! Эксклюзивно для PC CLub.

<|> AMD Opteron 165 (Dual Core) Toledo E6 2.9 GHz <|> Zalman CNPS7000B-Cu <|> 1024 MB DDR PC-3200 (4 x 256 MB) 425 MHz 2.5-2-2-5-1T <|> GigaByte GA-K8NF-9 (nForce 4 - 4x) HT - 965 MHz <|> Axle GeForce 7600 GS 256 MB PCI-E GPU - 575/575/545 MHz, MEM - 770 MHz <|> Samsung HD080HJ SATA 2, 8 MB Cache, 7200 RPM <|> Windows XP SP2 <|>

Last edited by Dragonheart.by; January 2nd, 2008 at 22:07. Reason: Automerged Doublepost
Dragonheart.by is offline   Reply With Quote
Old January 2nd, 2008   #18 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
you can press Ctrl+Shift+F8, then release shift and f8...it will keep recording as long as control is pressed. however, doing it either way for too long will poo all over your hard drive, as mentioned above
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Old January 2nd, 2008   #19 (permalink)
Firnis
Registered User
 
Join Date: Nov 2006
Location: St.Petersburg, Russia.
Posts: 97
Version 1.05:
[+]Added small preview image below language selector. Click it to enlarge.
[*]Fixed starting programm, now autoselected first demo from list.
[*]Some other fixes.

Quote:
Originally Posted by Dragonheart.by
BTW, is there any possibility to convert demos to avi? Or fraps is the only way?
Its question you must adress to Gabest. But I dont think that its possible...

Version 1.05a:
[*]Now all files are stored in GSdxGUI folder, but .exe file must be in pcsx2 folder. Its just clear pcsx2 folder from non necessary files.
[*]All found bugs were fixed.
[*]Some other changes.
__________________
sorry for my english.

Last edited by Firnis; January 3rd, 2008 at 03:06. Reason: Automerged Doublepost
Firnis is offline   Reply With Quote
Old January 3rd, 2008   #20 (permalink)
shuffle2
Registered User
 
Join Date: Dec 2006
Location: USA
Posts: 145
1.05a is great!
attached is german translation...it's not my first language, so others can feel free to correct me....also, what is the line "Restart program to enable changes." meant for? I've never seen it used...
Attached Files
File Type: txt german.lang.txt (244 Bytes, 12 views)
__________________
Running PCSX2 on:
AMD X2 5200+(65Watt)@3.2GHz | 8600GTS 256MB | 2GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Reply

Thread Tools
Show Printable Version