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.


Messages - TheGringoLoco

Pages: [1]
1
Modding / Re: How to modify factions
« on: 08-06-2019, 23:06:32 »
Yea, but you also need to change the kits in the mapdata.py and repack the map using the map pack script for this to work.

How do I use that map pack script? forget that the forgotten hope 2 uses mostly the phyton

2
Modding / Re: How to modify factions
« on: 08-06-2019, 19:06:08 »
To change the faction and the kits you must go to the init.con file in the server.zip folder in the map folder and look for the LevelSettings lines

gameLogic.setTeamName 1
gameLogic.setTeamName 2

These indicate the name of the faction "DE" for the Germans "IT" for the Italians "NZ" new zealand "GB" Great Britain. etc

gameLogic.setTeamLanguage 1
gameLogic.setTeamLanguage 2

These indicate the language of the radio that will be used

gameLogic.setTeamFlag 0 "flag_neutral"
gameLogic.setTeamFlag 1 "flag_de"
gameLogic.setTeamFlag 2 "flag_gb"

These indicate the flag that will be used in the control points

gameLogic.setKit 1 0
gameLogic.setKit 2 0
gameLogic.setKit 1 1
gameLogic.setKit 2 1
...

They indicate the kit and the soldier that is going to be used, to see the kits go to kits\objects_server.zip, and to see the soldiers see soldiers\objects_sever.zip

Team 1 will always be the axis and team 2 will always be the allies

Examples:

gameLogic.setKit 1 3 "GA_Limited_Support_MG34_K98" "ga_light_soldier": for a german afrika corps support soldier

gameLogic.setKit 1 3 "IA_Limited_Support_MG34_K98" "ia_heavy_soldier" for a italian suport soldier


3
Modding / Translation to Spanish
« on: 18-03-2019, 21:03:25 »
Hi, I'm a player of Forgotten Hope 2, I speak Spanish. But I see that there is no translation into Spanish for the game

I took the trouble to make a translation for the game, last 3 days doing it and I made sure it did not have any spelling errors

The download link of the first version of my translation is https://mega.nz/#!ColRlYwR!jdS6jRAm1kbEizRvJhQXJRi3YCqFOveIol6NuQQ3BrA

To install it put the file spanish_fh.utxt in the following folder mods/fh/localization/spanish, make sure that the language selected in the launcher is Spanish

Made with the google translator and my knowledge in English

EDIT 1

There is a new version of my translation for Forgotten Hope 2

The download link is https://mega.nz/#!DtMkEKiD!_x1VvhSwXGjx-YDcr0lrlCBr92_TGHTHZ9Z_AsNCge8

This is the final version of my translation for Forgotten Hope 2

Special thanks to RayderPSG

Pages: [1]