FrogLord is a modding suite for Frogger (1997). It allows fans to create new levels, import 3D models, view unused content, and allow changing all game files. To use this tool, you must have a copy of the game.
Download: here
Website: here
Discord: here
If you need any help, have questions, or want to get in touch, don't hesitate to talk to us on our website or our discord.
Yes! Pull requests are welcome.
Setup:
- Select
Git
from theCheck out from Version Control
option on the main menu. (It may beFile > New > Project from Version Control
if you're not on the main menu.) - Clone this repository. The URL is:
https://github.com/Kneesnap/FrogLord.git
. - Install the Lombok IntelliJ Plugin using the steps found here.
Running:
Run > Run 'FrogLord GUI'
Building:
Build > Build Artifacts... > FrogLord > Build
Setup:
git clone https://github.com/Kneesnap/FrogLord.git
cd FrogLord
mvn compile
- Verify code compiles
Building:
mvn package
Running:
java -jar target/editor-{version}-jar-with-dependencies.jar
{version}
is the current release
- Andy Eder (Frogger 2 Programmer, Significant FrogLord contributor)
- Mysteli (Highway Frogs Creator, Documented demo replay file format)
- Aluigi (QuickBMS Author, Wrote a BMS script which we analyzed to understand the MWD and MWI file formats)
- Shakotay2 (XeNTax, Helped us figure out how 3D geometry was stored)
- Everyone involved with Frogger's creation who we've spoken with.
- yohoat (FrogLord Logo)
Running froglord with extra memory java -Xms1200M -jar target/editor-0.5.0-jar-with-dependencies.jar