Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Options
Go to last post Go to first unread
Offline unnem  
#1 Posted : Sunday, April 14, 2013 7:38:30 AM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
Hello i got few questions about texturing a model in RenX [gmax]
i have simple model let's say its a box.
now im trying to put there texture using "asset browser" after i have done everything right texture appears and its working. but when i have smaller box that texture gets automaticly fit to smaller box and it looks weird. is there any way to apply one texture to whole model or just selected boxes? or is there any option that allows me re-size texture in editor scale it or rotate?

also i saw somewhere something like vertex texturing i dont know how its called but you should know what i mean :P its like putting texture to one side of model (left / right or bottom w/e you select).

anyone can give me some good tutorials or explain me that?
Sponsor
Offline Rrtaya_tsamsiyu  
#2 Posted : Sunday, April 14, 2013 8:42:35 AM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
If you apply the modifier UVW map, it has a bunch of different options including one to rescale the texture.

As far as doing the whole model at once, i don't think thats possible. Its just per-object. But if you select all your textured objects, that you would have textured together, and apply a UVW map to all of them at once it should make it one texture over all of them.


not sure what vertex textureing is. maybe you could try this; http://www.fileplanet.co...nfo/ChilliSkinner-v3.0.0

Its a link to a tool called ChilliSkinner. I'm not exactly sure if this version works with gmax, chilliskinner is getting a little hard to find with all the dead links out there.

Basically, chilliskinner is a script you can run in gmax, using maxscript/runscript. when you use the script in gmax, a window will appear. Select the object your skinning, and use the Auto Detach tool. The icon for the tool looks like a colorful box with some gears on it.
one soul at a time
thanks 1 user thanked Rrtaya_tsamsiyu for this useful post.
unnem on 4/14/2013(UTC)
Offline unnem  
#3 Posted : Sunday, April 14, 2013 10:17:30 AM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
okay thanks :)
now one more question:
how to select walls of model like this guy did?
http://www.fsdeveloper.c..._building_video_tutorial
i mean i know how to select in one object face !but!
he merged 2 blocks if i see right also he selecting faces lighting them up and giving them ID
id love to see what im selecting in renx because sometimes it just selects things behind my block and its kinda stupid also i cant select 2 blocks and give IDs when selected more than 1.
and when peoples are making buildings i bet they using more than just one block and they do merge it somehow :P
Offline Rrtaya_tsamsiyu  
#4 Posted : Sunday, April 14, 2013 4:38:25 PM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
Not sure what he was doing in the video. Some of the stuff he did may not be useable in Generals. Chilliskinner will allow you to select individual surfaces easier than in the video anyways, because it separates each surface into individual objects.

As far as combining/grouping objects into one, i haven't been able to get Gmax to do that, and them stay together when i save/load the model.

The building in the video probley wasn't more than one object. My guess is it had 2 sections width wise, and he used the mesh-modify modifier.
one soul at a time
thanks 1 user thanked Rrtaya_tsamsiyu for this useful post.
unnem on 4/15/2013(UTC)
Offline unnem  
#5 Posted : Monday, April 15, 2013 6:51:20 AM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
Hm... modelling isnt that hard as i thought but isnt easy either :)
Could you tell me how to name animation in RenX?
Id like to make some so my structure wont look so lame but when i do its not moving in game and i know that animation should be named.
Offline Rrtaya_tsamsiyu  
#6 Posted : Monday, April 15, 2013 11:20:16 AM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
Ya, its sorta like ini editing or map making, its not as hard once you get used to it.

There isn't a way to name an animation, as far as i know.
When putting a unit or building into the game inis, it needs to have animation stuffs next to the model, like this;

ConditionState = MOVING
Model = ConscriptWalk
Animation = ConscriptWalk.ConscriptWalk
AnimationMode = LOOP
End

it just needs Animation = Modelname.Modelname, and the AnimationMode stuff in order to use the animation on that model.

AnimationMode can make it do a couple different things, loop makes it continuously loop, there's also one that makes it play once, etc.

also, recheck your animations in Gmax right after you export, because it sometimes doesn't export animations right (atleast for me).

i don't know much as far as animating, but i should be able to get you started.

Edited by user Monday, April 15, 2013 11:23:14 AM(UTC)  | Reason: Not specified

one soul at a time
thanks 1 user thanked Rrtaya_tsamsiyu for this useful post.
unnem on 4/15/2013(UTC)
Offline unnem  
#7 Posted : Monday, April 15, 2013 12:02:09 PM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
oh i understand now.
so its just one model = one animation?
like:
ConditionState = moving
Model = unitmoving
Animation = unitmoving.unitmoving
AnimationMode = LOOP
End
and:
ConditionState = moonwalking
Model = unitmoonwalking
Animation = unitmoonwalking.unitmoonwalking
AnimationMode = LOOP
End
if i want more animations for unit i gotta make more models...

Edited by user Monday, April 15, 2013 12:17:12 PM(UTC)  | Reason: Not specified

Offline Rrtaya_tsamsiyu  
#8 Posted : Monday, April 15, 2013 12:24:16 PM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
ya, you got it. Im pretty sure theres a way to do infantry differently, but i have no clue how.

To change the number of frames, go into gmax and look at the icons at the bottom right corner. You should see one with what looks like a timer on it, and when you hover the mouse over it it should say Time Configuration. Click on it, and a window should appear. In that window should be a box named Length, change that to whatever you want.
one soul at a time
thanks 1 user thanked Rrtaya_tsamsiyu for this useful post.
unnem on 4/16/2013(UTC)
Offline CommieDog  
#9 Posted : Monday, April 15, 2013 8:25:00 PM(UTC)
CommieDog
Administrator
C&C Labs Staff: Labs Staff MemberThe Forgotten Staff: The Forgotten StaffRed Alert Staff: Red Alert Staff MemberAll Stars Staff: All Stars Staff
Joined: 8/3/2003(UTC)
Posts: 3,086
United States

Thanks: 445 times
Was thanked: 186 time(s) in 130 post(s)
Originally Posted by: rrtaya_tsamsiyu Go to Quoted Post
There isn't a way to name an animation, as far as i know.
When putting a unit or building into the game inis, it needs to have animation stuffs next to the model, like this;

ConditionState = MOVING
Model = ConscriptWalk
Animation = ConscriptWalk.ConscriptWalk
AnimationMode = LOOP
End

it just needs Animation = Modelname.Modelname, and the AnimationMode stuff in order to use the animation on that model.

Actually, the animation name format is Skeleton.Animation. The skeleton is essentially a list of bones (things that cam move), while the animation file specifies how the bones move. For simple animations, the model, skeleton, and animation are all in the same file. For infantry, the model and skeleton have their own files, and each animation is by itself in its own file.
UserPostedImage
CommieDog: Because someone has to do your dirty work for you
thanks 2 users thanked CommieDog for this useful post.
Rrtaya_tsamsiyu on 4/15/2013(UTC), unnem on 4/16/2013(UTC)
Offline unnem  
#10 Posted : Thursday, April 18, 2013 6:54:19 AM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
Okay one more question...
if i have for example:
model of burned human runing around screaming 'aaah' and give it animation "NIHero_SKL.NIHero_ATA2" [black lotus hacking]
why its working? burned guy is doing with hes body same thing as black lotus just without computer.
is it matter of exportet bones? or its written somewhere in INI or DAT file?
Also i tried to give him animation of nuke cannon [unpacking] and he did some weird thing with legs but yea - looks like he was trying to do that animation.
How it working? Can anyone explain?
Offline Rrtaya_tsamsiyu  
#11 Posted : Thursday, April 18, 2013 1:17:00 PM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
um, not sure why the black lotus animation worked so well. From what i've seen applying an animation to a unit it doesn't belong to usually makes it do some weird stuff, not much else.

Mabey they made the black lotus stuff right after/before the burned guy? Or they could have used the same infantry model for all the infantry, just changing it a little for different units.
one soul at a time
Offline unnem  
#12 Posted : Thursday, April 18, 2013 2:34:07 PM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
hmm sounds weird.
But nvm it's working - it's okay :) better for me.
I have another question - i have imported W3D model called AIHERO_SKN.W3D or something like that and what i saw in renx it was so weird...
just random blocks etc all in one [center] like someone cut that guy apart and put everything to one pile. Anyone know why that happend?
Offline Rrtaya_tsamsiyu  
#13 Posted : Thursday, April 18, 2013 2:55:12 PM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
Some of the models are like that, not exactly sure why. i think its just a skin, not an entire model. You should be able to find one that says somthing other than SKN on the end of its name, which should work.
one soul at a time
Offline unnem  
#14 Posted : Friday, April 19, 2013 12:15:31 PM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
Yea but this one is just white. will it work as skinned when i rename+remake it and export to W3D?
Offline Rrtaya_tsamsiyu  
#15 Posted : Friday, April 19, 2013 12:43:45 PM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
i think it should, i remember importing things like sandbags and planes, reusing them, and exported them still white and they worked.
one soul at a time
Offline unnem  
#16 Posted : Wednesday, April 24, 2013 3:03:02 PM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
okay now exporting problem...
happening since i installed that chilliskinner thing...
when im exporting some model it just getting weird and blocks are not where i put them :P
its messed up. how i can fix it?
Offline Rrtaya_tsamsiyu  
#17 Posted : Wednesday, April 24, 2013 10:26:57 PM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
odd, i've never seen this problem. Are they just rotated one way or another? in the top-down view, your model should be facing to the right.
one soul at a time
Offline unnem  
#18 Posted : Thursday, April 25, 2013 3:06:19 AM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
i know my model should be faced to right but that's not what i ment.
before exporthing model:
UserPostedImage


after exporting:

UserPostedImage

before im exporting it looks cool. after exporting blocks are rotated / moved etc and don't even stick to eachother.
it is w/o animation just model.

Edited by user Thursday, April 25, 2013 3:07:06 AM(UTC)  | Reason: Not specified

Offline Rrtaya_tsamsiyu  
#19 Posted : Thursday, April 25, 2013 10:57:12 AM(UTC)
Rrtaya_tsamsiyu
Colonel
Joined: 5/8/2012(UTC)
Posts: 615
United States
Location: USA, Tennessee, Home, Livingroom, couch.

Thanks: 102 times
Was thanked: 194 time(s) in 139 post(s)
Are you exporting it as a hierarchical model?
one soul at a time
Offline unnem  
#20 Posted : Thursday, April 25, 2013 11:21:08 AM(UTC)
unnem
Private
Joined: 4/14/2013(UTC)
Posts: 45

Thanks: 9 times
Was thanked: 4 time(s) in 3 post(s)
Yep... hierarchical model w/o animations
theres an option that u can apply to block "Map scaler binding"
can it be cuz of this? it also happening since i started to using those & changing vertex.
Users browsing this topic
Guest
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.