A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »Can i make a weapon that fires multiple projectiles and biped

Author Topic: Can i make a weapon that fires multiple projectiles and biped (6 messages, Page 1 of 1)
Moderators: Dennis

ELVEVERX
Joined: Oct 5, 2012

For the great journey


Posted: May 23, 2013 04:49 AM    Msg. 1 of 6       
okay so i want to make a gun the fires say a needle a bullet a rocket and a fule rod at once (preferable) but i still wouldn't mind individually
i was thinking maybe i could use the way the plasma has the charge mode, br grenade launcher, primary fire are there any others i can use because i really want to make this http://www.lameorgame.com/img/201203/caption8879.jpg

And also i made a biped and i placed the nodes from master chief on it then i linked the model to the spine or something and then exported it as a .jms after making it into a gbx model i went to replace cyborg.gbxx model with it but when i open the scenario sapien crashes is it because of i am still using cyborg.collision and cyborgs animationg graph?


kirby_422
Joined: Jan 22, 2006

Apparently public enemy number 1?


Posted: May 23, 2013 05:13 AM    Msg. 2 of 6       
An effect that spawns all the projectiles; place it in the firing effect.

Debug.txt


ELVEVERX
Joined: Oct 5, 2012

For the great journey


Posted: May 23, 2013 05:30 AM    Msg. 3 of 6       
Quote: --- Original message by: kirby_422
An effect that spawns all the projectiles; place it in the firing effect.

Debug.txt

Thanks but is that for firing at once or firing one at a time

My debug.txt is broken it dosn't show results from tool and
I HAVE ALL OF THE FILES THAT ARE LISTED HERE
All 7 bitmaps, 7 shaders, 1.gbx

05.23.13 00:20:36 sapien pc 01.00.00.0609 ----------------------------------------------
05.23.13 00:20:36 reference function: _write_to_error_file
05.23.13 00:20:36 reference address: 401b13
05.23.13 00:20:36 Couldn't read map file './sapienbeta.map'
05.23.13 00:20:36 CreateDevice succeeded with refresh rate = 0
05.23.13 00:20:37 Sound card doesn't meet minimum hardware requirements. Disabling hardware option.
05.23.13 00:20:37 Increasing sound decompression buffer size to 1048576 bytes
05.23.13 00:20:37 file_open('tags\head.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'head.shader_model'.
05.23.13 00:20:37 file_open('tags\rub.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'rub.shader_model'.
05.23.13 00:20:37 file_open('tags\hands.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'hands.shader_model'.
05.23.13 00:20:37 file_open('tags\botton.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'botton.shader_model'.
05.23.13 00:20:37 file_open('tags\paints.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'paints.shader_model'.
05.23.13 00:20:37 file_open('tags\tux.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'tux.shader_model'.
05.23.13 00:20:37 file_open('tags\shoes.shader_model') error 0x00000002 'The system cannot find the file specified. '
05.23.13 00:20:37 couldn't open shader_model tag 'shoes.shader_model'.
05.23.13 00:20:37 failed to load gbxmodel tag 'characters\morgan\morgan'
05.23.13 00:20:37 failed to load biped tag 'characters\morgan\cyborg'
05.23.13 00:20:38 failed to load scenario tag 'levels\test\bloodgulch\b2'
05.23.13 00:20:38 need to get the following tags:
05.23.13 00:20:38 head.shader_model
05.23.13 00:20:38 rub.shader_model
05.23.13 00:20:38 hands.shader_model
05.23.13 00:20:38 botton.shader_model
05.23.13 00:20:38 paints.shader_model
05.23.13 00:20:38 tux.shader_model
05.23.13 00:20:38 shoes.shader_model
05.23.13 00:20:38
05.23.13 00:20:38 game_load() failed.


kirby_422
Joined: Jan 22, 2006

Apparently public enemy number 1?


Posted: May 23, 2013 05:50 AM    Msg. 4 of 6       
Quote: --- Original message by: ELVEVERX
Thanks but is that for firing at once or firing one at a time

If you use one effect in one firing effect slot, it will be all at once. If you use multiple effects with their own projectiles, in their own firing effect slots, it will be one per shot.
Quote: --- Original message by: ELVEVERX
05.23.13 00:20:38 need to get the following tags:
05.23.13 00:20:38 head.shader_model
05.23.13 00:20:38 rub.shader_model
05.23.13 00:20:38 hands.shader_model
05.23.13 00:20:38 botton.shader_model
05.23.13 00:20:38 paints.shader_model
05.23.13 00:20:38 tux.shader_model
05.23.13 00:20:38 shoes.shader_model

Self explanatory. If you think those files are there, then its because UAC and you not doing everything as administrator. Run EVERYTHING as administrator.


ELVEVERX
Joined: Oct 5, 2012

For the great journey


Posted: May 23, 2013 06:02 AM    Msg. 5 of 6       
Quote: --- Original message by: kirby_422
Quote: --- Original message by: ELVEVERX
Thanks but is that for firing at once or firing one at a time

If you use one effect in one firing effect slot, it will be all at once. If you use multiple effects with their own projectiles, in their own firing effect slots, it will be one per shot.
Quote: --- Original message by: ELVEVERX
05.23.13 00:20:38 need to get the following tags:
05.23.13 00:20:38 head.shader_model
05.23.13 00:20:38 rub.shader_model
05.23.13 00:20:38 hands.shader_model
05.23.13 00:20:38 botton.shader_model
05.23.13 00:20:38 paints.shader_model
05.23.13 00:20:38 tux.shader_model
05.23.13 00:20:38 shoes.shader_model

Self explanatory. If you think those files are there, then its because UAC and you not doing everything as administrator. Run EVERYTHING as administrator.


I have heard of UAC before when i was having problems with windows 7 but the thing is i allready run halo, tool, guerilla, sapien, ahobo, k0rnman in administritive and xp servise pack 3 so i am going to try and disable UAC what OS do you use and do you have any problems with UAC


kirby_422
Joined: Jan 22, 2006

Apparently public enemy number 1?


Posted: May 23, 2013 03:37 PM    Msg. 6 of 6       
I use W7 with UAC off.

 

 
Previous Older Thread    Next newer Thread







Time: Sat January 21, 2023 12:22 AM 140 ms.
A Halo Maps Website