mod question
Moderator: Moderators
mod question
is it possible to make a mod that is like Monopoly Tycoon but allows teams rather than just single player?
Re: mod question
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
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
No, not really.d_b wrote:By eliminating the thinking from games, you increase the fun factor.
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
I think he meant to say 'waiting' instead of 'thinking'.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: mod question
Even so, my correction stands.Regret wrote:I think he meant to say 'waiting' instead of 'thinking'.