Modeling maritime unit interaction (e.g., VBSS)? (Full Version)

All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series



Message


wheecarm -> Modeling maritime unit interaction (e.g., VBSS)? (3/5/2015 5:56:02 PM)

Any long-term plans to incorporate a deeper modeling of maritime unit interaction? I'm thinking of maritime interdiction operations, like coast guard/naval vessels or helicopters hailing, stopping, and searching vessels (visit, board, search, and seizure) or things like oil platforms? Maybe piracy or anti-piracy situations where vessels could be boarded and captured, too. I suppose this would go along with a deeper re-modeling of the infantry/ground unit simulation.




Dimitris -> RE: Modeling maritime unit interaction (e.g., VBSS)? (3/5/2015 7:27:28 PM)

Yes, there are plans for such operations.

Switching a unit's side, which is essential for "capture" actions, has been added to the latest internal beta.




kaburke61 -> RE: Modeling maritime unit interaction (e.g., VBSS)? (3/5/2015 9:30:33 PM)


quote:

ORIGINAL: Sunburn

Yes, there are plans for such operations.

Switching a unit's side, which is essential for "capture" actions, has been added to the latest internal beta.


Sweet! Off topic for a sec, 'cause I couldn't find it spelled out in the fix list, did the random number
seed/generation problem with LUA get resolved? I was just starting to dip my toe in the water for scenario
creating, and I'm a big fan of "randomness".




ckfinite -> RE: Modeling maritime unit interaction (e.g., VBSS)? (3/5/2015 10:25:54 PM)

There's still something wonky with it, but for most purposes it's fine as it is.

You will always need to seed your RNG - unless you happen to have a physical randomness generator, which is really quite overkill for this purpose. Just put in the line

math.seedrandom(os.time())

in an initialization event, and all will be well. You only need to call it once per scene load.

I have noticed issues with math.random producing weirdly repetitive results (but it's not consistent and only happens in events, go figure), but if you run into that writing a linear congruential generator is really very easy.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
1.0625