Page 1 of 1
mod question
Posted: 09 Oct 2009, 01:24
by jbooker09
is it possible to make a mod that is like Monopoly Tycoon but allows teams rather than just single player?
Re: mod question
Posted: 09 Oct 2009, 13:41
by bartvbl
that might be very hard when using spring, as spring is purely RTS. But I think you could come very far with lua
Re: mod question
Posted: 09 Oct 2009, 18:12
by Tribulex
Yes it is. I think this is a great engine for such things, because often a great application for spring is converting boring turn based games into exciting 3d realtime games. For example, realtime chess is a great success on the spring engine, to replace boring regular chess where you have to wait around for the other person to think. By eliminating the thinking from games, you increase the fun factor.
Re: mod question
Posted: 09 Oct 2009, 19:20
by Neddie
d_b wrote:By eliminating the thinking from games, you increase the fun factor.
No, not really.
You increase the fun factor for some players by reducing the lag between their actions through removing the balancing delay of time between player actions. However, this decreases the fun factor for others, who depend upon that time to perform equivalently.
Re: mod question
Posted: 10 Oct 2009, 23:41
by Regret
I think he meant to say 'waiting' instead of 'thinking'.
Re: mod question
Posted: 11 Oct 2009, 00:22
by bobthedinosaur
*
Re: mod question
Posted: 12 Oct 2009, 00:34
by Neddie
Regret wrote:I think he meant to say 'waiting' instead of 'thinking'.
Even so, my correction stands.