WORLD WAR 2

The time is right for a suicide!
User avatar
ShadowRunner
It's over 5000!
It's over 5000!
Posts: 6882
Joined: 28 Feb 2006, 21:07
Contact:

Re: WORLD WAR 2

Post by ShadowRunner »

I think I can help texture the Frommer pistol. I've got a TMP that needs texturing too and a rocket turret for Alvin.

If it's possible to get help and use Clyzm bits and pieces, we could attempt MP40, Luger and MG34 from that weapons pack.
A german grenade would be nice too.
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: WORLD WAR 2

Post by ~DJ~ »

ShadowRunner wrote:We're talking about tanks and planes not spaceships DJ...

I have yet to see any WW2 game with vehicles that move like spaceships and helicopters...
It not only showed a flying object but a tank as well. (With no model though haha)
That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

I can't open the Spanish tank's .max file in 3ds Max 9.
These german weapons are ok. All of them are low poly.
I can't download the german vehicle, because the file is deleted.
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: WORLD WAR 2

Post by ~DJ~ »

Always try Milkshape

File > Import > AutoDesk 3ds

About the file being deleted, there's lots and lots of models available freely on the internet, don't get upset when you fail to get from one location, keep trying. :P

Although I don't recommend taking from internets (since you'll have to ask/take permissions/copyright issues), rather check out some simple tutorials and get started making models.
That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

How can I import ASCII Export files into Milkshape?
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: WORLD WAR 2

Post by ~DJ~ »

That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

Ty
I've got some problems:
1. I can't get out from the vehicle
2. I can't set anything as VehicleInventory
3. I can't change the player's collisionheight and collisionradius
4. There's a small area between the wheels and the ground
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: WORLD WAR 2

Post by ~DJ~ »

I'm afraid I'm going to answer you very slowly, but I'll try helping as much as I can at this moment.

About the collision. Make sure you don't access it like this:

Code: Select all

Player.CollisionRadius=<number>
Rather, there's native commands and proper ways to do this:

Try this:

Code: Select all

Player.SetCollisionSize(NewRadius, NewHeight);
Example..

Code: Select all

Player.SetCollisionSize(0,0);
EDIT: Oh, read your script. I was just assuming stuff, don't mind me. I'll take a look. :oops:
Last edited by ~DJ~ on 21 Aug 2011, 19:48, edited 1 time in total.
That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

Check my previous attachment. There's Player.SetCollisionSize(VehicleLength,VehicleHeight)
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: WORLD WAR 2

Post by ~DJ~ »

Yeah, sorry, Just checking the script now. I'll probably try compiling as well.

EDIT: Why is the function GetIN on auto state pickup?

I dint knew we could pickup pawn lol.

Why not just a normal function frob redirecting to GetIn();
That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

Lol
The parent class was DeusExPickup fisrt, then I changed it to Pawn.
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: WORLD WAR 2

Post by ~DJ~ »

So that's not the issue then you're saying?
That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
ShadowRunner
It's over 5000!
It's over 5000!
Posts: 6882
Joined: 28 Feb 2006, 21:07
Contact:

Re: WORLD WAR 2

Post by ShadowRunner »

I could make very nice textures for these ones, http://www.katsbits.com/cgi-bin/ikonboa ... t=43;&#top
but would be very slow in blender, my first attempt, could be weeks.

Otherwise Daedalus did give permission for the Elephant mesh (BigTank1 or BigTank) to be used in Code Zero including multiplayer.

I'll search some more as well...
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

I still having problems with importing ase into Milkshape. I tried to import into Blender too.
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
User avatar
[FGS]Kalman
Throne/6G
Throne/6G
Posts: 931
Joined: 20 Aug 2010, 15:52
Location: 9th circle of hell
Contact:

Re: WORLD WAR 2

Post by [FGS]Kalman »

Lol , all posts from yesterday is deleted. So I think I need to fix only the collisionradius, the inventory, and it's complete.
Image
deadmau5 is Canada's apology for Justin Bieber!!
Image
Post Reply