Battletech
Moderator: Moderators
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
- Guessmyname
- Posts: 3301
- Joined: 28 Apr 2005, 21:07
- Wolf-In-Exile
- Posts: 497
- Joined: 21 Nov 2005, 13:40
Thanks!
I "baked" the preshading on using Max, though in these pics I re-rendered it with advanced lighting (mainly for the ground shadow really) so it looks darker here than it actually is.
Added the finishing touches such as weathering, dirt and fixed various little details here and there like the missile racks.

I "baked" the preshading on using Max, though in these pics I re-rendered it with advanced lighting (mainly for the ground shadow really) so it looks darker here than it actually is.
Added the finishing touches such as weathering, dirt and fixed various little details here and there like the missile racks.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Okay. Heres the deal, me and arch have been talking on how to do this ammunition resource managment. Not the lua bit of it, but how it should look and work.
Heres what we got so far:
Aircraft fairly easy since they can land at pads once they have depleted ammunitions, how ever troops vehicles, and mechs shouldnt be running back to a resupply point away from the front lines and so there should be some form of mobile resupply.
we talked about crates that transport units could create that once they resupply so many units they become a corpse (empty) but that seemed to have problems. maybe trucks specifically for that, but have some form of limited resupplying so no units can camp next to it and have 'near infinite ammo'.
so what we really need is some feed back. how do you guys think we could do this.
the idea is kill the 2 standard resource collections, only have 1 resource and on the side ammunition/ supply management. hence making realistic supply lines (which thru out history decided the fate of many battles), and adding a new form of gameplay.
so brain storm away!
Heres what we got so far:
Aircraft fairly easy since they can land at pads once they have depleted ammunitions, how ever troops vehicles, and mechs shouldnt be running back to a resupply point away from the front lines and so there should be some form of mobile resupply.
we talked about crates that transport units could create that once they resupply so many units they become a corpse (empty) but that seemed to have problems. maybe trucks specifically for that, but have some form of limited resupplying so no units can camp next to it and have 'near infinite ammo'.
so what we really need is some feed back. how do you guys think we could do this.
the idea is kill the 2 standard resource collections, only have 1 resource and on the side ammunition/ supply management. hence making realistic supply lines (which thru out history decided the fate of many battles), and adding a new form of gameplay.
so brain storm away!
ARGH´s Hovertank in the Nanoblobs (That Triangular THing)had some kind of Amonition, this little subunits who would fire the electrical Bolts - but i may be wrong. Otherwise it would be easy, invisible subunits who fire a shot and kill themself in silence by the Way. Limit of Subunits is limit of Ammonitionbobthedinosaur wrote:
so brain storm away!
-
- Posts: 854
- Joined: 28 Jan 2005, 18:15
This question is more about the what, not the how. Thusly, good type of suggestion (though the suggestion itself isn't, nor is it likely true of tabletop B-tech):
bad suggestion:
(again, accuracy of this statement not guaranteed, it was merely an example)Random b-tech fan who knows about tabletop rules wrote:Well in a table-top game you have a supply depot that units resupply at whenever they can. So you should do it like that.
bad suggestion:
I hope what type of suggestions we are looking for is sufficiently clear!Random b-tech fan who is thinking about how to write ammo scripts wrote:You should use lua to store a list of all the units that use ammo and call reload scripts in their cob files. You should use a cylindrical search to determine if they are close enough to a get reloaded. With some scripting like (huge script block) you could make the whole process look believable!
bob wrote:so brain storm away!
- Pressure Line
- Posts: 2283
- Joined: 21 May 2007, 02:09
perhaps something like using the mobile command vehicles to reload/repair mechs, like in MW3. the mech that is being reloaded/repaired cant do anything while this process is going on, and it takes about a minute (although allow for adjustments for the sake of gameplay)
this prevents the "camping the ammo spawn" scenario of a pair of 100 Tonne mechs standing next to a supply dump and constantly thrashing all comers. this also nicely represents the actual loading of the ammo.
for tanks? hmmm... a similar process perhaps?
this prevents the "camping the ammo spawn" scenario of a pair of 100 Tonne mechs standing next to a supply dump and constantly thrashing all comers. this also nicely represents the actual loading of the ammo.
for tanks? hmmm... a similar process perhaps?
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
just some helpful reminders:
-the game play is set on a scale where dozens of mechs if not even ten times that many could be commanded. so anything short of auto micro management will create, hectic user management. possibly?
-vehicles, and infantry will need to be reloaded as well
-one system may not be the answer, a variety of systems might be needed to be implemented for the game play and realism to balance?
-the game play is set on a scale where dozens of mechs if not even ten times that many could be commanded. so anything short of auto micro management will create, hectic user management. possibly?
-vehicles, and infantry will need to be reloaded as well
-one system may not be the answer, a variety of systems might be needed to be implemented for the game play and realism to balance?
Bob back in business :)
Well ammo needs no LUA, reloading from an ammo depot can be made easier through LUA however, now that units can be accessed by ID and you should've access to spring function to select units in a radius. So once a unit has run out of ammo it announces every second or two that it wants to reload through a call-out, script checks all depots if the unit ID is in range and runs a cob call-in which triggers the reload.
I'd suggest using COB scripted infinite ammo with timeouts and using either a CEG for status billboards or a modeled icon, if any. The latter might be useful for either ammo solution. Reloading at a depot is too much micro in my opinion.
Well ammo needs no LUA, reloading from an ammo depot can be made easier through LUA however, now that units can be accessed by ID and you should've access to spring function to select units in a radius. So once a unit has run out of ammo it announces every second or two that it wants to reload through a call-out, script checks all depots if the unit ID is in range and runs a cob call-in which triggers the reload.
I'd suggest using COB scripted infinite ammo with timeouts and using either a CEG for status billboards or a modeled icon, if any. The latter might be useful for either ammo solution. Reloading at a depot is too much micro in my opinion.
You could have (if technically possible) the reloading handled by the supply unit... Let's say you move it to the front lines and tell it to target a unit, target unit is paralyzed until it's ammo is restocked... then you could allow automation, like a unit that moves with X range of a idle supply unit/depot and has less then 50% ammo is targeted automatically by this function.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
yes the resupply /logistics vehicle is what i was thinking would work best.
something arch brought to my attention tho:
if each unit was searching for a supply vehicle when it runs out, thats alot of macros running at once and could lag up the engine? more than say, the unit just paralyzes itself (weapons i mean, it can still move or shoot energy) and throws up an "empty tag". while resupply vehicles which only purpose is to drive around and find units with an empty flag and (is it possible with lua) edit a simple function that the empty units are searching for to reload their ammo storage like "reloaded = 1" variable. well would that take up less engine, and would it be efficient?
and if we used something like that how would we limit the trucks from camping next to heavy firing units, giving them IDKFA's? any suggestions?
maybe even throw in a ammo reloading supply dump as well so units could patrol past it? or maybe the resupply trucks could have a fuel system like plains and return to a supply dump so they are refilled. because if they run out it halts their search and refit functions?
bah just some ideas, maybe they wouldnt work so well?
something arch brought to my attention tho:
if each unit was searching for a supply vehicle when it runs out, thats alot of macros running at once and could lag up the engine? more than say, the unit just paralyzes itself (weapons i mean, it can still move or shoot energy) and throws up an "empty tag". while resupply vehicles which only purpose is to drive around and find units with an empty flag and (is it possible with lua) edit a simple function that the empty units are searching for to reload their ammo storage like "reloaded = 1" variable. well would that take up less engine, and would it be efficient?
and if we used something like that how would we limit the trucks from camping next to heavy firing units, giving them IDKFA's? any suggestions?
maybe even throw in a ammo reloading supply dump as well so units could patrol past it? or maybe the resupply trucks could have a fuel system like plains and return to a supply dump so they are refilled. because if they run out it halts their search and refit functions?
bah just some ideas, maybe they wouldnt work so well?
Ooooo, you said something cool there... you could have supply depots (maybe on metal spots, geovents, whatever) and supply trucks can carry only X ammo at a time, and would need to return to the depots to refill with ammo (or refuel or whatever it takes)... you could even have your commander be immobile and be the supply depot and have to keep the supply lines open all the way to the front. meanwhile you could also send individual units back to be filled up.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
yes, and eliminating the energy resource and only having metal and supply/ammunition would be pretty balanced IMO.
on another note, im playing with some units and for some reason spring doesnt like my use of MAX_SPEED. can you not set the fbi speed to 0 thru the cob? or maybe its the way im using it? does it even work?
on another note, im playing with some units and for some reason spring doesnt like my use of MAX_SPEED. can you not set the fbi speed to 0 thru the cob? or maybe its the way im using it? does it even work?