Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - vayneruel

Pages: [1]
1
Troubleshooting / FF7 PSX expand kernel.bin (SOLVED)
« on: 2020-04-06 17:49:53 »
Hi everyone, i´m triying to expand the size of kernel.bin like Bosola did, but this time is for the spanish version. I need CDprog to insert new files in a ISO image.
Anyone have this program and can share it with me? Or, you recommend other utility?

2
Archive / New model in PSX
« on: 2014-01-30 14:43:32 »
Hi all , i work with the models to create a new enemies combining parts. I show a video with my first creation, although his bones aren´t well placed but is very difficult work with PSX model. I want to encourage all PSX´s modders for create new models in PSX version.
If anyone have a question ask me.
https://www.youtube.com/watch?v=qyRe8QfCjZM

Thanks to wiki information and sorry for my bad english

3
Warning: this code only work if the character have the desire limit learn and his level is selected in main menu. For example if Cloud level is 1 and we write in his AI perform Meteorain, the game freeze. If Cloud´s limit level is 1 only perform Braver and Cross-slash.
1º In first place we need the ID of desire limit and his level (1,2,3,4)
2º Mark the desire character in his AI using the formation number code. You can write special condition to realize the limit ( Self HP /2, action index or battle ID).

12 2070                                                          List of character    ID         HEX
01 4060                                                          Cloud                    16         10
80                                                                   Barret                   17         11
60 XXXx (ID of character)                                Tifa                       18         12
90                                                                   Aeris                     19         13
                                                                       Red XIII                20         14
                                                                       Yuffie                    21         15
                                                                       Caith Sith             22         16
                                                                       Vincent                 23         17
                                                                       Cid                       24          18
3ºSelect the limit level:
11 2038
60 XXXX---------------> 01, 02, 03, 04
90

4ºTarget and perform attack:
12 2070
02 XXXX------------------------->Desire target
82
90
60 14----------------------> Id of limit command
60 XXXX -------------------> Id of desire limit break
92
73

EXAMPLE: Cid perfrom Boost jump when enemy hits him (only if we select the limit level 1 in main menu)
12 2070
01 4060
80
60 18
90
11 2038
60 01
90
12 2070
02 20A0
82
90
60 14
60 9C
92
73

4
Scripting and Reverse Engineering / BCX/BSX viewer?
« on: 2013-07-31 15:53:31 »
Hi all, i search a viewer for BCX and BSX files (psx). Im readed in old post a  Micky´s tool for Python but i don´t found this, anyone can help me? Thanks.

5
Troubleshooting / Whitechoco for other versions
« on: 2013-03-03 23:23:39 »
Hi all, i tried to open the shopmenu of PAL spanish  version but it display this warning:"invalid file size and signature".
My question is: whitechoco can open shopmenu of other versions?Thanks

6
Gameplay / The colors of enemies
« on: 2013-02-25 17:37:46 »
Hi everyone, thanks to the Lazy bastard info´s with models of PSX i can change the color of a complete model of enemie.
Enjoy the video:
https://www.youtube.com/watch?v=To-uVsCd7ws

7
Scripting and Reverse Engineering / HP/MP Break PSX
« on: 2012-10-09 21:57:16 »
Hi people,i interested to create a patch to break the HP/MP limits in psx versions.If you modify BATINI.X you can break hp limit when Vincents use your limits break but this not work in other character.I found in the file BATRES.X two caps in offset 0X000016B4=0F24 and in offset 0X000017A8=E703
I modify this numbers but not work,is possible break the limit when modifing this file?
Sorry for my bad english,thanks

8
Scripting and Reverse Engineering / PSX Dissambler
« on: 2012-09-13 22:15:31 »
Hi everyone, I search for a good Psx dissambler (MIPS R3000 languaje),Can anyone recommend me some?
Thanks

9
Hi people, I have a problem with the file Window.BIN. I decompressed with gzip, I extract the picture tim and  modify this, after I have reinserted, but the game does not work, it freezes after the text "Sony Computer Entertainment."
How I can modify this file?
The steps I followed:
1 extract the file WINDOW.BIN
2 cut the first bytes of the file
3 decompress with gzip
4  extract the image tim and modify
5 reinsert the image tim
6 compressed with gzip
7 paste the cut bytes previously
8 the game crash
Hope you can help me, thank you all.Sorry for my bad english.

10
Gameplay / FF7 speed game
« on: 2012-04-03 11:59:29 »
Hi all, I wanted to ask a question: is possible to increase the game speed?
I use the PSX version

11
General Discussion / Problem with armips
« on: 2012-03-19 16:46:12 »
Hi, I have a problem trying to use the program Armips. When I try to start it I get a notice that there is a problem with the file MSCVR100.dll. Tell me would  I can do to fix this problem? Thanks

12
Gameplay / Box text color
« on: 2012-03-13 12:52:08 »
Hi all, I want to know how I can change the color of the text box of enemy attack? I want some attacks appear with a red square as the limits breaks , is this possibly?thanks for your attention.

13
Hi everyone wanted to ask how to modify the files  batini and battle because I am interested in creating a patch for the spanish version. Thanks

Pages: [1]