Forgotten Hope Public Forum

Forgotten Hope 2 => Modding => Topic started by: Jush on 05-07-2020, 17:07:42

Title: FH2 Autogenerated Wikipages
Post by: Jush on 05-07-2020, 17:07:42
I've been talking about this on discord a bit, this is a small project to autogenerate
wikipages about FH2 maps.

What I'm aiming to do is to have, for each map, a page with the general description,
and a set of minimaps marking the location of ammoboxes, kits, vehicles, static
emplacements, spawn- and controlpoints.

Since updating and maintaining this would be an absurd amount of work, the idea is
to automagically generate those, by parsing the map's .con files, without manual
intervention, so that when something in the map is updated you just run the script.

So you take the unzipped mapfiles and it spits out a bunch of minimap image files plus a simple MediaWiki page (I've grabbed fh2.fandom.com (http://fh2.fandom.com) for uploading them later).

I'm using python3 + Pillow for this (I don't use the BF2 python bindings, though).
You can find the current code for this at  https://bitbucket.org/MinnieFH/fh2parse
 (https://bitbucket.org/MinnieFH/fh2parse)
There is still a bunch of work to be done, I will update this post here when that happens. For now a quick peak:

Sniper kits at Motovskiy Bay:
(https://i.ibb.co/z4S6kF2/motovskiy-bay-sniper.png) (https://ibb.co/z4S6kF2)

Ammoboxes at Brest:
(https://i.ibb.co/bm6xtfM/battle-of-brest-ammo.png) (https://ibb.co/bm6xtfM)
Title: Re: FH2 Autogenerated Wikipages
Post by: Jush on 17-07-2020, 12:07:50
(for some reason I cannot edit my first post)

UPDATE: there is now a live version with all maps and all layers online at
https://minniefh.bitbucket.io (https://minniefh.bitbucket.io). Not finished yet, some things remain to be done.

todo:

- make more and better custom icons
- include more categories (e.g. split up tanks into light, heavy, TD, ...)
- crop the minimap for each layer to the actually ingame-visible area
Title: Re: FH2 Autogenerated Wikipages
Post by: Jush on 17-07-2020, 13:07:34
nice little preview:
(https://i.ibb.co/bmNGwGJ/preview.png) (https://ibb.co/bmNGwGJ) (https://i.ibb.co/RDzHmFV/tali.png) (https://ibb.co/RDzHmFV)
Title: Re: FH2 Autogenerated Wikipages
Post by: ahalol on 18-07-2020, 20:07:02
 :D not bad at all!
Title: Re: FH2 Autogenerated Wikipages
Post by: Tycoh on 23-07-2020, 09:07:43
This is really good stuff, keep up the nice work!