View unanswered posts | View active topics It is currently Sun Sep 29, 2024 2:55 am



Reply to topic  [ 65 posts ]  Go to page 1, 2, 3, 4, 5  Next
 [Scene Request] Artillery-type turn-based game scenario 
Author Message
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post [Scene Request] Artillery-type turn-based game scenario
Remember the old Scorched Tanks/Scorched Earth games from Amiga and DOS? Is someone working on a scene/mod for CC that would allow for a fixed artillery turn-based kinda game, with pre-round shopping trips for specialty ammunition?


Sun Sep 27, 2009 3:39 pm
Profile WWW
Banned
User avatar

Joined: Thu May 14, 2009 9:22 pm
Posts: 826
Location: Lookin' forward to mocking people on Jan 1st 2013.
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Pre-round shopping trips I think are impossible to do (unless you count the editing stage at the beginning of a skirmish, which can be forced once per match with a console command), but otherwise you only need a pair of turrets that also act as brains and a map without X-wrap.


Sun Sep 27, 2009 3:43 pm
Profile YIM
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
i have totally no idea what you just said about x-wraps and stuff, that's why i put forth a request. :wink:

I tried learning programming in high school, but I just couldn't wrap my head around it. I can do basic console command and stuff, but nothing so advanced as creating from scratch. :???:


Sun Sep 27, 2009 3:51 pm
Profile WWW
Banned
User avatar

Joined: Thu May 14, 2009 9:22 pm
Posts: 826
Location: Lookin' forward to mocking people on Jan 1st 2013.
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Programming has nothing to do with modding for CC unless you're doing Lua, and what you requested doesn't need that.


Sun Sep 27, 2009 3:55 pm
Profile YIM
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
so no new scripting is required to build up a completely new game type?


Sun Sep 27, 2009 4:06 pm
Profile WWW
Banned
User avatar

Joined: Thu May 14, 2009 9:22 pm
Posts: 826
Location: Lookin' forward to mocking people on Jan 1st 2013.
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Placing a pair of turrets on opposite ends of a map isn't exactly difficult. In fact, a real-time arty game might be extremely amusing, since I doubt there's currently a way of forcing turns. Maybe in B24.


Sun Sep 27, 2009 4:10 pm
Profile YIM
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Quote:
Placing a pair of turrets on opposite ends of a map isn't exactly difficult.


but how about adding all the little things, like angle and velocity control, a score sheet after each round, dollars for damage done, shields before armour, wind-affected shells, you know, all the things that made Scorched Tanks so fun.


Sun Sep 27, 2009 4:17 pm
Profile WWW
Banned
User avatar

Joined: Thu May 14, 2009 9:22 pm
Posts: 826
Location: Lookin' forward to mocking people on Jan 1st 2013.
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Uh, why not just play Scorched? I mean, it also has deformable terrain, and I doubt wind can be created in CC without enormous amounts of lag (a Lua script that pushes any particles currently not settled into a random direction, either left or right, with random strength might work, but I doubt it can be made). Angle control already exists, since rounds are affected by gravity, and as far as velocity control goes, I believe we already have mods that influence particle launching speed based on how long the trigger is pressed.


Sun Sep 27, 2009 4:21 pm
Profile YIM
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Funnily enough, I still have the Scorched Tanks disk I registered way back in 95, but my A500 gave out long ago. But that's another topic.

I know I COULD just play it on an emu, but I'd like to see it done on the CC platform. It was just a request anyway, not a demand.

Anyhow, what about randomized battlefields/arenas with appropriate backgrounds? Say for instance you had a stadium full of cheering fans, would that animation alone cause lag?


Sun Sep 27, 2009 4:33 pm
Profile WWW
Banned
User avatar

Joined: Thu May 14, 2009 9:22 pm
Posts: 826
Location: Lookin' forward to mocking people on Jan 1st 2013.
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
I'm not sure backgrounds can have multiple frames. Though I hope I'm wrong on that.


Sun Sep 27, 2009 4:35 pm
Profile YIM
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
it has sprites in a parallax background, though, right? For example, horizontally scrolling stars at different speeds because they're on different planes of the background.


Sun Sep 27, 2009 4:37 pm
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
Hey guys

general piece of advice

don't attempt to contribute knowledge on a something if you don't have any knowledge on it. at all.

None of what you suggested would be hard, up to and including wind.

Whether anyone will actually do it is another matter.


Sun Sep 27, 2009 8:07 pm
Profile
User avatar

Joined: Wed Apr 09, 2008 7:26 pm
Posts: 44
Location: PredCorp HQ (Subsidiary of Knight Errant Security)
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
So grif, how do you script a turn-based game? one where the wind has a chance to change once every turn? How hard would it be to code the AI to sit tight while the player takes his or her turn? What about locking the shop until the end of the round? Would it be easier to build up a game from scratch than to build onto CC?


Mon Sep 28, 2009 4:25 am
Profile WWW
User avatar

Joined: Fri Dec 22, 2006 4:20 am
Posts: 4772
Location: Good news everyone!
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
My guess is that all of that is doable with enough time and effort.
Always better to mod an existing system than to create a new one.


Mon Sep 28, 2009 6:08 am
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: [Scene Request] Artillery-type turn-based game scenario
It'd be easier to start with a cleaner framework (than CC) but making a from-scratch AI that does basic shot modeling would be quite easy, and anything else is just further development of a base.

The only things Xextredge uses from CC's base are particle classes; no AI or other controls exist.


Mon Sep 28, 2009 6:20 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 65 posts ]  Go to page 1, 2, 3, 4, 5  Next

Who is online

Users browsing this forum: No registered users


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

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.046s | 14 Queries | GZIP : Off ]