Page 1 of 1

Some questions

Posted: Fri Jul 20, 2018 1:10 pm
by storm62
Hello all. I'm a big fan of Carmageddon II from 1998. but I have some questions if you can answer me:

my first is how I can change the color of impact particules?
Image

my second: I can't use plaything, so I can't learn it, I can't see the textures...
what's the prob what I can do?
Image

my third: where I can get the Carmatools Maxscript???
I worked on cared but i really want to work and learn on 3dsmax

some of my first works:
Image

thanks for reading.

Re: Some questions

Posted: Fri Jul 20, 2018 4:31 pm
by Toshiba-3
Hello and welcome!

Here's what I wrote about shrapnel colours:
Shrapnel colors. Near the end of the text file. These define the colors of the shrapnels coming out of your car when you hit another car or walls, etc. You can define several colors. They are in the RGB format like so: 210,56,45 (this would be a reddish color) and you can get these coords from your favorite photo editing program. It is also possible to use simple mats but they don't all work and there's no advantage to proceed so. Finally you can enter several times the same color, it can help you have smaller ratio for a color than another. Example: 3 x purple and 1 x black will generate ingame 75% purple shrapnels and 25% black.
(from this post)

So yes, you get these RGB values with Photoshop etc. by using the eyedropper tool or similar in other programs.

The chunk of code to edit toward the end of the text file looks like this:

Code: Select all

// Materials for shrapnel
1				// number of materials
253, 0, 0	// Red

About PT2, sadly the textures aren't displayed anymore :( This is a bug since Win8 or Win10. You'll have to know by heart which material uses what texture. Some dialogs turn temporarily blank at times also.

The CarmaTools are available within this list: https://rr2000.cwaboard.co.uk/pc-files#c2
Installation is explained in the release post here. If it proves difficult, tell me and I'll upload a video showing how it's done.
Trying to work with MAX is the best idea for Carma modding, but it isn't totally intuitive either as you'll have to watch out for pivot placement, scaling, etc. What I'd recommend is starting with a box on wheels (make the wheels childs of the box), all textured ; importing (with the script) an existing car like the Eagle3 to scale down your work (Carma scale is very very very tiny) ; apply a Reset XForm on all elements to force the transformations into the mesh (then converting it all again to Edit Poly mode) ; set the box pivot to the origin of the scene (0,0,0) and the pivots of the wheels in their center. Then you export with the export script and try to get it ingame.
Again I can quickly illustrate how to do all this with a video. It's simpler than it looks, and I want to start making video tutorials anyway so this serves as exercise.

And by the way, if 3dsMax turns out to be overwhelming, sticking with CarEd is a viable option too. CarEd is what most Carma modders used for more than a decade. The only downsides in my eyes is how slow it is to create a mesh by plotting vertices then defining triangles, and how limited the texture mapping is (only planar).

Great models you got there already :swink:

[edit] fixed link

Re: Some questions

Posted: Fri Jul 20, 2018 5:00 pm
by storm62
Thanks a lot for your answers!!!

it's look hard to do something for carma with 3dsmax

""Installation is explained in the release post here""

I have a not found page :crazy:

Re: Some questions

Posted: Mon Apr 22, 2019 4:11 pm
by storm62
Hi again!

I have an other question...
How to make the menu images?

thanks ;)

Re: Some questions

Posted: Tue Apr 23, 2019 7:47 am
by Toshiba-3
Hello again,
The menu pic is a 192x128 image split in 6 64x64 squares and placed into Data/INTRFACE/CarImage/carnameCI/tiffrgb
Each 64x64 tiff file for the menu must have have blank alpha channels, by the way, or the colours will be screwed.
The tiff files must be named carnameA to F and the driver's face tiff file is named after the driver's short name (from opponent.txt) +64.
Check out some addon cars too have a better idea how it's done.

Re: Some questions

Posted: Thu Apr 25, 2019 10:06 am
by storm62
oh thanks again Toshiba, it's good!!!!