View unanswered posts | View active topics It is currently Thu Jan 09, 2025 3:33 pm



Reply to topic  [ 33 posts ]  Go to page 1, 2, 3  Next
 Mini-mod feasability? 
Author Message

Joined: Sun Apr 19, 2009 10:42 pm
Posts: 8
Reply with quote
Post Mini-mod feasability?
I'll keep this short and sweet.

I discovered CC about two weeks ago, just figured out how to install mods this weekend, and am now interested in making my own. I'm just starting to read up on the various tutorials thoughtfully provided by this forum's community, but I have a basic feasability question for the mod I have in mind.

how flexible is the engine regarding actor scale? I've seen several mods with extra-large actors (AAL, obviously, and others), so it seems there is some variance. What about making them smaller, though? say, 1/4 or 1/8 scale? Would this be fairly simple, or would it involve massive alteration of the basic code?

What I would like to do is to create an "epic" version of CC; using smaller, simpler actors to fit more action on the same screen space. As-is, the basic scale of CC works well for short-range firefights, and not so well for nukes, long-range weapons and so on. I would like to fix that, and so offer a wider, more elaborate experience. Are there any hard limits within the game itself that would make this impractical?


Sun Apr 19, 2009 10:56 pm
Profile
User avatar

Joined: Sun Jun 10, 2007 2:05 am
Posts: 426
Reply with quote
Post Re: Mini-mod feasability?
Well a lot of the interactions involve the actual pixels... which don't work so well with less pixels. The plus side is that, with build 23, you can alter the code all you want, and make small things with simpler interactions (I'm thinking, like, single-wheel robots).


Sun Apr 19, 2009 11:17 pm
Profile

Joined: Sun Apr 19, 2009 10:42 pm
Posts: 8
Reply with quote
Post Re: Mini-mod feasability?
Quote:
I'm thinking, like, single-wheel robots.


...as in, the physics engine treats the actors as though they're rolling along, rather than walking step by step on individual legs? That would be pretty ideal, I'd imagine.


Sun Apr 19, 2009 11:24 pm
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: Mini-mod feasability?
Check out the Marshian mod, they have a tiny scout actor. It is indeed possible to use smaller actors, though I imagine they'd have to rely on their jetpacks more to get around.


Sun Apr 19, 2009 11:46 pm
Profile
User avatar

Joined: Wed Jan 14, 2009 7:12 pm
Posts: 1525
Location: In between your sister's legs, showing her how to use a... PS3 controller!
Reply with quote
Post Re: Mini-mod feasability?
It is possible to create actors as small as 5 pixels, one for each limb, the head and torso. The largest possible size hasn't been explored yet.


Sun Apr 19, 2009 11:52 pm
Profile

Joined: Sun Apr 19, 2009 10:42 pm
Posts: 8
Reply with quote
Post Re: Mini-mod feasability?
Flammablezombie wrote:
It is possible to create actors as small as 5 pixels, one for each limb, the head and torso.


Perfect answer, and thank you very much. Incidentally, if you're the one that made the tacNuke, my hat's off to you. Last night was a delicious buffet of nuclear bombardment.

as for movement requiring a jetpack, I personally have to do that anyway, most of the time. Movement in CC seems like one of the weaker points of the game. If I disabled the smaller actors' ability to "crater" into the ground when falling or walking, would that help fix the problem? or is it related to the "roughness" of the ground pixels?

And thanks for the note on the Marshian mod. Will check it out.


Mon Apr 20, 2009 12:09 am
Profile
User avatar

Joined: Wed Dec 26, 2007 6:33 am
Posts: 1743
Location: Trapped in UCP. Send help.
Reply with quote
Post Re: Mini-mod feasability?
You could also just make everything else huge.


Mon Apr 20, 2009 1:00 am
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Mini-mod feasability?
You could make a one pixel actor mod. Doesn't have to have visible sprites.

You also cannot feasibly make something with sprites more than a thousand pixels long/wide. The game really does not like that many MO calculations.

Atomgroups, offsets, and limbpaths also break down on super large scales.


Mon Apr 20, 2009 1:17 am
Profile

Joined: Sun Apr 19, 2009 10:42 pm
Posts: 8
Reply with quote
Post Re: Mini-mod feasability?
Ophanim wrote:
You could also just make everything else huge.


The point is to fit as much action on the screen as possible. right now, if I'm carpet-bombing with a dropship, I have to fly very close to the ground to see where my bombs are actually landing. shrink the scale, and you can fit more relative space into the same map; 1/8th scale means 8 times as much actual space can be seen without panning the camera. You could actually do high-altitude bombing from a dropship and still see where the bombs are falling, use more arcing artillery, things like that. It's a way of making the sandbox bigger and (hopefully) easier to use at the same time.

By shifting the scale downward, you also allow yourself more room for meaningful devastation. The tacNuke is awesome, but it's not really a practical weapon because it more or less wipes the whole map. Making it smaller isn't a solution, because then it would just be puny. Make EVERYTHING smaller, though, and carpet-bombing with nukes actually becomes a viable strategy. Same for physics artillery; there simply isn't enough space on a map to do big guns justice. Bump it down to a smaller scale, and the big cannon come into their own.

Another neat thing to try would be "combo" actors; complete squads of infantry that move as a unit, perhaps with individual members treated as attachables, but I'll need to try the basics first. The ultimate goal would be to work in some fo the flavour of Scorched Earth and King Arthur's World into the deliciousness of CC.


Mon Apr 20, 2009 1:45 am
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: Mini-mod feasability?
I would not recommend going much further down than 10 pixel height for an actor. I would be interested in seeing if it worked that small, but I fear collision problems.


Mon Apr 20, 2009 2:11 am
Profile
User avatar

Joined: Thu Feb 12, 2009 1:47 am
Posts: 1182
Reply with quote
Post Re: Mini-mod feasability?
Idea: 6 pixel high micro digger actor.


Mon Apr 20, 2009 2:17 am
Profile
User avatar

Joined: Mon Apr 13, 2009 12:27 pm
Posts: 813
Location: Yogyakarta, Indonesia. A slice o' paradise.
Reply with quote
Post Re: Mini-mod feasability?
I think it's time for CC to have a zooming function or something like that...


Mon Apr 20, 2009 4:32 am
Profile YIM WWW
User avatar

Joined: Mon Mar 26, 2007 1:15 am
Posts: 593
Location: UK
Reply with quote
Post Re: Mini-mod feasability?
I really like the sound of this mod, looking forward to seeing what you make.

If you get somewhere with this I might join in and help out.


Mon Apr 20, 2009 5:31 am
Profile

Joined: Sun Apr 19, 2009 10:42 pm
Posts: 8
Reply with quote
Post Re: Mini-mod feasability?
capn bubs - Thanks. Got a lot to learn, and lots of schoolwork to get out of the way, but I hope to start working through my first mod this week. We'll see how it goes.


Mon Apr 20, 2009 5:54 am
Profile
User avatar

Joined: Wed Mar 28, 2007 9:02 pm
Posts: 1639
Location: Somewhere. Nowhere.
Reply with quote
Post Re: Mini-mod feasability?
Duh102 wrote:
I would not recommend going much further down than 10 pixel height for an actor. I would be interested in seeing if it worked that small, but I fear collision problems.

I've already accidentally made an actor with one pixel for each limb and there were no problems at all. (He wasn't minaturized, he just had floating pixels where a coatilation's hands and feet would be.)


Mon Apr 20, 2009 8:08 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 33 posts ]  Go to page 1, 2, 3  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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.142s | 13 Queries | GZIP : Off ]