Flame /sharpFlame improvements & bugs

Get some help with creating maps or modding.
Need a map editor or other tools, look here!
Post Reply
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Flame /sharpFlame improvements & bugs

Post by vexed »

If you found and bugs in the current Flame or sharpFlame, then post in this thread.
If you need some improvements done to either, then please be verbose on what is it you need, and how it should be done, and why it is needed.

All OT posts will be killed on site. :stare:
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Flame /sharpFlame improvements & bugs

Post by vexed »

A list of accepted ideas that are being worked on:
(none so far)
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Flame /sharpFlame improvements & bugs

Post by NoQ »

Control map format version through an extra file in tilesets and objectdata.

Map format version (which is also savegame format version) is stored in game.map in the second 32-bit word. Current version supported on -master is 39 (the constant is called CURRENT_VERSION_NUM in the game source), and the oldest supported version is 10 (hardcoded in mapLoad()). The game uses this number to detect explicit incompatibilities with maps.

Whenever new stuff is added to the game's tileset or objectdata (and later to the editor's tileset and objectdata), the new maps become incompatible with the old game. Hence, it is necessary to bump version format. Since the old tileset and objectdata can still be loaded into the editor, the editor executable is a bad place to hardcode map format. The map format version written into the map should be the maximum of the tileset format and the objectdata format version.

Such feature would allow us easily expanding tilesets and objectdata in new game releases without running into crashes or undefined behaviors.
User avatar
montetank
Regular
Regular
Posts: 642
Joined: 14 Feb 2013, 00:05
Location: Montenegro

Re: Flame /sharpFlame improvements & bugs

Post by montetank »

vexed wrote: then please be verbose on what is it you need, and how it should be done, and why it is needed.
Just now, i am making a new map in Rocky-style and i am badly missing a feature like the boulders in Arizona-maps. I know, i can use this feature in every style, but it looks very bad on snow. I need this feature to block a high-plateau near the base. I don`t want, that transporters are able to land there. I could use some tiles, changing them to cliff faces. But the map is more or less near the finish and in this case it would be necessary to prove the whole map , if there is this cliff face tile anywhere. Horrible job. We have the boulders in Arizona, why not in urban and in Rocky? This blocking feature is very important. It is a pity, that i can`t program :(
In case the WZ-game ends in a draw , the game winner will be determined by penalty shoot-out.
User avatar
montetank
Regular
Regular
Posts: 642
Joined: 14 Feb 2013, 00:05
Location: Montenegro

Re: Flame /sharpFlame improvements & bugs

Post by montetank »

Sometimes i use the generator for heightmap ideas. Something is going wrong there. Here is an example: I give the player No.1 for the base the y-coordinate 90 and the generator change to 64. That means-he calculate 76 (which is x in the map width) - 12 = 64. But the map has 117 as y-height. 105 would be logical. It doesn`t matter how large the base-area is defined. It is everytime the same problem.
Attachments
Generator.PNG
Generator.PNG (80.52 KiB) Viewed 22447 times
In case the WZ-game ends in a draw , the game winner will be determined by penalty shoot-out.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Flame /sharpFlame improvements & bugs

Post by vexed »

BTW, if people can post pics of the WYSIWYG issues (like, flame shows one thing, and the game has it as something else) that would be great as well!
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
Zignaught_
Greenhorn
Posts: 7
Joined: 05 Apr 2015, 02:22

Re: Flame /sharpFlame improvements & bugs

Post by Zignaught_ »

Can't seem to load a map i started. Also, have to use process manager to force close.

Also I get in app error, sequence missing elements.
Attachments
WER31AA.tmp.WERInternalMetadata.xml
(3.4 KiB) Downloaded 540 times
Nexus Darkshade
Greenhorn
Posts: 15
Joined: 16 May 2017, 00:24

Re: Flame /sharpFlame improvements & bugs

Post by Nexus Darkshade »

Not sure if this counts, but I can't find a way to actually get the SharpFlame .exe file to pop up in the SharpFlame.gui.Windows folder.
Post Reply