edit: Old hotstepper map was funny because of the burning newb bases but it had some problems like constantly estalling and too high metal making T2 porcing easy. Now windmills are supereffective and the metal spots on high ground run out after ~3 minutes of T1 mining.
replays/specs do not see metal indicators correctly (will fix)
There is an exploit how you can cheat the system and gain minimal metal even from empty spots by beeeeeeep (will fix later but now ive already uploaded the file)
Attachments:
File comment: LM = limited metal test version hotstepper_LM.sdz [3.35 MiB]
Downloaded 65 times
Last edited by knorke on 14 May 2011, 01:41, edited 3 times in total.
Joined: 25 Aug 2004, 12:31 Location: Has not played *a in years.
Can you do this to geos to make vespine gas blizzard style? If so maybe some one can finally make a star craft mod and spring player numbers will rise again!
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
Wombat wrote:
go make mesh deform finally >:(
wut. I think you mean Beherith?
Quote:
Can I use it to make only some spots exhaustible?
at the moment not. But could be added maybe. How would you want mappers to decide what spot are exhaustible and which ones are unlimited?
Quote:
and then after some time regenerate?
should be possible. Basically there is a mSpots[i].metal and you can do all kind of stuff with it but it also needs to "turn on" the mexes again etc.
But before I add all kind of customisation options, is anybody (mapper or modder) even interessted in using them? I mean, I did only see one other map using lava or teleports beside my own and that is not really worth the effort.
So if somebody is working on a map and wants to try it out, I will rather listen to his suggestions. If nobody wants it, I will just make another hotstepper map and everybody can take the gadget from there it will be forgotten.
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
if you do not press F4, put no metalspots on the map texture and replace the shrinking circles with real graphics* then it is close enough to that.
*=either a normal metalspot that gets smaller/fades or smoke coming out of the ground and disappearing when the spot is empty, a crystall/whatever next to the spot that gets smaller/sink into ground,...
at the moment not. But could be added maybe. How would you want mappers to decide what spot are exhaustible and which ones are unlimited?
Hurm... configuration file with central coordinate and radius would work for spots, but... maybe a heightmap sized black and white png, where one color is all non exhaustible areas, and one is exhaustible?
Quote:
Quote:
and then after some time regenerate?
should be possible. Basically there is a mSpots[i].metal and you can do all kind of stuff with it but it also needs to "turn on" the mexes again etc.
That would be nice.
Quote:
But before I add all kind of customisation options, is anybody (mapper or modder) even interessted in using them? I mean, I did only see one other map using lava or teleports beside my own and that is not really worth the effort.
I am, but I haven't released a map in a long time. My bottleneck is the same - I have no way of texturing a map as desired. However, I have been working on some height maps again, trying to get back up to speed there so I can explore the utilities which have come out since I stopped mapping.
Quote:
So if somebody is working on a map and wants to try it out, I will rather listen to his suggestions. If nobody wants it, I will just make another hotstepper map and everybody can take the gadget from there it will be forgotten.
When I have a decent heightmap, I will show it to you as proof of my interest, then I'll incorporate one of your features - probably teleports if I can't have some spots be unlimited/regenerate in the final map, whether or not I can get a good texture. Sounds fair?
I really like the work you're doing in general, and you keep bringing up moderation issues which I've been sitting on for lack of community feedback, so this is the least I can do.
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
for my map i just put in some hack to remove the lower spots from the limited metal system:
Code:
function make_lower_spots_unlimited () for i, g in pairs(mSpots) do if (mSpots[i].y < 200) then mSpots[i] = nil end end end
That is not really a good solution though.
Quote:
maybe a heightmap sized black and white png
Not sure, those gradient maps are always a pain to edit. Also have to look up how to read them with spring lua.
Of course mappers can also just put more spots in some areas etc.
Yes, if you want to use lava/teleport/limited metal in any of your map just take the lua and try to get it working Or ask if there are problems with it. Ideally there would be more documentation/comments about it but I hope it can be figured out.
Btw, replaced my own stupid metal spot finder with the "Metalspot Finder" widget by Niobium, only made it into a gadget by search & replace and it worked. So thanks for making that thing!
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
hopefully it is not such a difficult step from
if spot == white then metal = infinite else metal = 1000 to metal = brightness_of_spot * 100
Thinking of it, there will probally not be tons of maps made with this. So maybe some custom hacks are enough? Some complete config system might take a long time to make and probally nobody will understand it anyway. Or mappers want something that is not covered by the config etc.
I figure hacks are fine until you know the feature will be used a lot, then it can be revised. I think I want to use it, I have ninety or so unfinished maps, but I am unlikely to release many. If I do release many and you eventually improve the feature, I'll probably use it in many.
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
well, imo reclaiming with cons and mex are completly different. ie in BA multiple cons can reclaim the same object but only one mex works per spot. Mex needs energy to run (at least noticeable with T2), cons do not. cons are mobile, mex not. mex are usefull only for mining resources but cons can also assist factory or build stuff. etc.
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
dansan wrote:
Two mex can work per spot: 1 T1 + 1 T2 mex.
Still different from making 20 cons for each metalic feature and reclaiming it in a second. The gadget should handle multiple mex (like t1+t2) correctly, if that was your question.
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum