General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12519387 views, last view: 11/01/2024 15:39 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#11056: Re: New HellPig replacement character.. |
by $k!llz
on 08/03/2008 21:45, refers to #11054
|
|
ya the hellpig is kool it reminds me of something off avp.no eyes its the bomb.
it would be bettre with a bumpmap
reply to this message
|
|
#11057: aard |
by $k!llz
on 08/03/2008 21:47
|
|
ok so i was reading the readme and the contributers part. and i read that eihrul is the lead programmer.so i was wondering does aard still participate in development?
reply to this message
|
|
#11058: HellPig2 stats |
by deathguppie
on 08/04/2008 00:19
|
|
Hey, thanks it was actually a fairly quick model. The Hellpig was easy because it is a fairly basic concept in the first place.
tentus: I thought about the orange thing but it I think characters are moving toward more realistic style skins.. plus I wanted to be able to use red for highlights. The poly count is 888 tris.
$killz: I sculpted a high poly, and mapped it to the low, so it really depends on how the shader deals with the normal map as to how good it looks. If Sauerbraten can use a spec map that would be better. I do have one. If it still looks like I need to mess with it when I export it to the game, I'll chop off any bad corners, and re-export it.
As soon as it look's acceptable I'll put it up for download. Probably within a day or two at the latest.
reply to this message
|
|
#11059: ps. |
by deathguppie
on 08/04/2008 02:10
|
|
Thanks for taking the time to answer me eihrul@work. I suppose I could have found that info but it is nice to know that it is current. As it turns out I didn't have the correct md5 exporter anyway.
If anyone wants to check it out for themselves I put up the idle-animation in a .blend file here..
http://proviction.com/deathguppie/blender/hellpig2-idle.blend
You will need one of the apricot branch test builds of blender to see it properly. You can get them from http://www.graphicall.org
reply to this message
|
|
#11060: Re: Setting up a server. |
by R0b0t1
on 08/04/2008 02:33, refers to #11053
|
|
You, my friend, are also on the lackadaisical side of things by not being willing to help other people. Even if I am not willing to help my self, the posters that help me are helping other people by moving this information to the front. This giant 'question thread' seems to be a bane to this community, as all relevant information is quickly sucked back inside.
reply to this message
|
|
#11061: Re: Setting up a server. |
by Quin
on 08/04/2008 04:03, refers to #11060
|
|
Note how every answer was a link to documentation of some sort. You just don't understand you waste people's time by being lazy.
reply to this message
|
|
#11062: .. |
by JadeMatrix
on 08/04/2008 07:16
|
|
I'm looking to replace my graphics card. I currently have:
ATI Radeon 9600:
Chipset Model: ATY,RV351
Bus: AGP
Slot: AGP
VRAM (Total): 128 MB
Vendor: ATI (0x1002)
I'm thinking about an Nvida card, somewhere <$120, even if it's second-hand. Any suggestions as to a model?
reply to this message
|
|
#11063: finding the floor |
by scanf
on 08/04/2008 07:24
|
|
I'm having issues with my mod basically finding the floor.
I'm using the raycubepos function to try and find the floor under me. the distance does not look correct. Here's my code. 'x.o' is the position of my entity. Is there something else I should be doing?
vec down(0, 0, -1);
vec hit;
float dist = raycubepos(x.o, down, hit, 0, RAY_CLIPMAT|RAY_SKIPFIRST);
x.o = hit; // should be the floor ?
reply to this message
|
|
#11064: Unknown command: editmode |
by Raw Toast
on 08/04/2008 15:24
|
|
I've been editing on Suerbraten successfully for awhile now, but all of a sudden I just got on and whenever I press "e", I get the message "Unknown command: editmode". It KNOWS what I mean, but it won't do it! Why is editmode no longer recognizable?
reply to this message
|
|
#11065: Re: Unknown command: editmode |
by tman_elite
on 08/04/2008 16:21, refers to #11064
|
|
I'm pretty sure the command is "toggleedit" so "editmode" won't work. I'm not sure why your binding would randomly change though.
reply to this message
|
|
#11066: Re: .. |
by {Qs}Homicidal
on 08/04/2008 17:45, refers to #11062
|
|
Geforce 6600/gt/ultra is about the fastest card for under 120 thats AGP Agp cards are not made anymore
reply to this message
|
|
#11067: Re: .. |
by JadeMatrix
on 08/05/2008 02:25, refers to #11066
|
|
How much of an upgrade is that anyway?
reply to this message
|
|
#11068: Re: finding the floor |
by Quin
on 08/05/2008 05:32, refers to #11063
|
|
Player position is floor position + eyeheight, so..
x.o = vec(hit).add(vec(0, 0, x.height));
reply to this message
|
|
#11069: Re: finding the floor |
by Quin
on 08/05/2008 05:33, refers to #11068
|
|
sorry, x.height is meant to be x.eyeheight, you should also probably use..
x.o = hit;
x.o.z += x.eyeheight;
.. as it would be faster, old habits die hard.
reply to this message
|
|
#11070: Re: New HellPig replacement character.. |
by SheeEttin
on 08/05/2008 15:27, refers to #11054
|
|
I'd squish it along the green axis (whichever one that is, I'm no modeler), because the body looks streamlined, like an aquatic creature, but the legs are definitely built for running. (Speaking of which, you might want to add a little meat to the lower legs.)
I'd also tilt the tusks upward a little bit. They wouldn't be useful for much pointed downward.
Give it a slightly reddish tint, and it'll be perfect. :)
Oh, and have you ever played Metroid Prime or Metroid Prime 2? In those games, there's an enemy called the Sheegoth (no relation to me :P) or the Grenchler (they're different monsters, but the same concept). For a melee attack, they have this kind of thrashing, snapping motion they make. It might be a good fit to draw from that for the attack for this Hellpig.
reply to this message
|
|
#11071: Re: New HellPig replacement character.. |
by tentus_
on 08/05/2008 16:19, refers to #11070
|
|
Heh heh, now every time you post I'll imagine the baby sheegoth. Those were awesome monsters.
reply to this message
|
|
#11072: wont startup |
by pepi
on 08/05/2008 19:16
|
|
IntelĀ® Graphics Media Accelerator X3100
when i startup my laptop gives message like ;
sauerbraten fatal error
sauerbraten win32 exception 0x00000005[0x8]
-------------------------------------
what to do? plz help
grtz
reply to this message
|
|
#11073: Message censored by administrator |
by {Qs}Homicidal
on 08/05/2008 21:40
|
|
|
#11074: hellpig2 model |
by deathguppie
on 08/06/2008 07:27
|
|
Ok, so I've gone as far as I can for now without someone else taking a look to see what the problems are.
The character works except for the animations so I am posting a downloadable zip file with the md5 stuff and the .blend file for someone to take a look at.
http://proviction.com/deathguppie/sauerbraten/hellpig2.zip
There are some issues with the wiki as far as exporting goes, and I'd love to fix it. Also I'd like to do more characters if I can get this working properly.
Thnks
DG
reply to this message
|
|
#11075: x |
by SC9999
on 08/06/2008 11:14
|
|
x
reply to this message
|
|
|
Board Index
|
|