News:

11 March 2016 - Forum Rules

Main Menu

Final Fantasy IV (SNES) in french

Started by Brutapode89, August 10, 2021, 04:13:34 PM

Previous topic - Next topic

Brutapode89

Hi guys. Please, what must I do to patch an US FF4 rom with this downloadable folder made by Manz?

https://github.com/manz/ff4

I don't know how to contact Manz on the github.

YourNerdyJoe

Did you run the command in the readme?
It looks like it creates ff4/build/ff4.ips which you can patch the rom with.

Brutapode89

#2
In the readme, it's written:

# create the python 3 virtualenv
virtualenv VE_ff4 -p `python3.4-config --exec-prefix`/bin/python3.4

How can I create it, please?

Natreg

Quote from: Brutapode89 on August 11, 2021, 02:51:33 PM
In the readme, it's written:

# create the python 3 virtualenv
virtualenv VE_ff4 -p `python3.4-config --exec-prefix`/bin/python3.4

How can I create it, please?

I think you need to install virtualenv:
pip install virtualenv

https://pypi.org/project/virtualenv/


Brutapode89

Quote from: Natreg on September 03, 2021, 06:53:51 PM
I think you need to install virtualenv:
pip install virtualenv

https://pypi.org/project/virtualenv/

I can't download it, I can only copy.