Search

Search found 6 matches

by muzzybear
20 Jun 2007, 17:00
Forum: Game Development
Topic: FBI batch editor
Replies: 3
Views: 766

Generic TDF editor in the same spirit: http://hack.fi/~muzzy/files/tdfedit_2007-06-20.zip for example, to list crush strengths from moveinfo: tdfedit.py moveinfo.tdf -e "for k in sorted(TDF.keys()): x=TDF[k]; print '%8s %s' % (x['name'], x['crushstrength'])" -r or to double them and write ...
by muzzybear
19 Jun 2007, 15:10
Forum: Game Development
Topic: FBI batch editor
Replies: 3
Views: 766

There are some other uses for my fbi batch editor. For example, we might want to know what's most profitable unit for producing energy. We assume energy gets converted into metal using MMMs, and want to know how long it takes for an unit to pay its own cost back. Units which take more than an hour f...
by muzzybear
18 Jun 2007, 17:09
Forum: Game Development
Topic: FBI batch editor
Replies: 3
Views: 766

FBI batch editor

Hello, just wrote a small toy in case anyone's interested. It's a python script to help manage FBI files in case you need to do repetitive changes to large amount of them. Also practical for dumping information from the files. EDIT: and ofcourse I screwed up the release, there was a minor bug .. and...
by muzzybear
18 Jun 2007, 00:35
Forum: Map Creation
Topic: 16-bit heightmaps IN SMF
Replies: 7
Views: 1614

or use imagemagick to convert some image to raw 16bit

convert inputfile -depth 16 -endian LSB gray:output.raw

you can apply blurring and stuff into that... say add "-blur 0x2" into the commandline just before the output filename
by muzzybear
16 Jun 2007, 00:28
Forum: Map Creation
Topic: Height map problem
Replies: 17
Views: 2197

Changing sun position is an ugly fix, it doesn't solve the problem. The issue is that the heightmap is actually 16bit and the bmp is only 8bit, so every step is 256 units worth in height. It could be smoother, and there's a parameter to mapconv to run low-pass filter on the data to blur it a little....
by muzzybear
15 Jun 2007, 16:00
Forum: Map Creation
Topic: private forum?
Replies: 2
Views: 538

private forum?

what's the point of the private mapper forum? it seems practically dead and there's no way to get in, or is there?

Go to advanced search