Creating Weapons
Quote from Katloverr on March 25, 2014, 7:40 pmI'm trying to create a custom gun for a mod I'm making; one that doesn't use the portal gun base model. I have absolutely no idea how I would go about doing it, although I'm working on mapping out the skin for it. Is it possible to import a custom 3d model, apply a skin to it, and use it instead of the portal gun? thanks
I'm trying to create a custom gun for a mod I'm making; one that doesn't use the portal gun base model. I have absolutely no idea how I would go about doing it, although I'm working on mapping out the skin for it. Is it possible to import a custom 3d model, apply a skin to it, and use it instead of the portal gun? thanks
Quote from srs bsnss on March 26, 2014, 6:20 amIt's completely possible to make something in the place of the portal gun - I've seen CamBen make a cat instead of a portal gun, and there's Lamarr's underground style gun from Repercussions. I'm not sure how to model myself, but that shows that it's quite possible. In terms of firing something other than portals, I'm not sure. You could "fake" a weapon by using entities, but once again, I don't know.
It's completely possible to make something in the place of the portal gun - I've seen CamBen make a cat instead of a portal gun, and there's Lamarr's underground style gun from Repercussions. I'm not sure how to model myself, but that shows that it's quite possible. In terms of firing something other than portals, I'm not sure. You could "fake" a weapon by using entities, but once again, I don't know.
Quote from Katloverr on March 26, 2014, 7:10 pmsrs bsnss wrote:It's completely possible to make something in the place of the portal gun - I've seen CamBen make a cat instead of a portal gun, and there's Lamarr's underground style gun from Repercussions. I'm not sure how to model myself, but that shows that it's quite possible. In terms of firing something other than portals, I'm not sure. You could "fake" a weapon by using entities, but once again, I don't know.Okay, thank you for at least confirming my hopes that it's possible I just need to find out if you can import 3d models cuz then I could Blender it or something...
Okay, thank you for at least confirming my hopes that it's possible I just need to find out if you can import 3d models cuz then I could Blender it or something...
Quote from RustyDios on March 27, 2014, 6:25 amThis topic should help with that... Search function people... start using it;
http://forums.thinking.withportals.com/mapping-help/solved-importing-new-models-t9178.html?hilit=importing%203d%20models
This topic should help with that... Search function people... start using it;
http://forums.thinking.withportals.com/mapping-help/solved-importing-new-models-t9178.html?hilit=importing%203d%20models
Quote from Katloverr on March 30, 2014, 6:51 pmI have no clue how to make a .qc file or whatever the crap it's called that the game uses to call the texture
I have no clue how to make a .qc file or whatever the crap it's called that the game uses to call the texture
Quote from boctroy on June 2, 2014, 3:18 pmIf you use the compiler in the portal2 bin file then you can have it make the .qc file fore you. I seem to have troubles with that compiler so what i do is take that .qc file and use it in the "crowbar" compiler that i downloaded.
If anyone knows how to set a model to a weapon i would really like to know.
If you use the compiler in the portal2 bin file then you can have it make the .qc file fore you. I seem to have troubles with that compiler so what i do is take that .qc file and use it in the "crowbar" compiler that i downloaded.
If anyone knows how to set a model to a weapon i would really like to know.
Quote from CamBen on June 2, 2014, 3:35 pmboctroy wrote:If you use the compiler in the portal2 bin file then you can have it make the .qc file fore you. I seem to have troubles with that compiler so what i do is take that .qc file and use it in the "crowbar" compiler that i downloaded.If anyone knows how to set a model to a weapon i would really like to know.
You have to modify the weapon_portalgun.txt file in the portal 2/portal2/scripts/ folder
If anyone knows how to set a model to a weapon i would really like to know.
You have to modify the weapon_portalgun.txt file in the portal 2/portal2/scripts/ folder
Aperture Science: We do our science asbestos we can!
Quote from boctroy on June 3, 2014, 9:27 amOk thatnks, that worked. now however my costum weapon is on the ground. I am guessing this has somthing to do with "$attachment" does someone know the format for adding these to the .qc file, i'm not sure how this works, how do i give the smd an attachment point.
Also, is there a way to dynamiclly change that file. so i can change weapons mid game?
Ok thatnks, that worked. now however my costum weapon is on the ground. I am guessing this has somthing to do with "$attachment" does someone know the format for adding these to the .qc file, i'm not sure how this works, how do i give the smd an attachment point.
Also, is there a way to dynamiclly change that file. so i can change weapons mid game?