happy new years! Super Duper Quake 2.8
Moderator: InsideQC Admins
2 posts
• Page 1 of 1
made a booboo
i released it a sec too early. the multiprojectile won't work in most maps, so do this
go to items.qc in folder .\NOHRP and find void () item_artifact_multiprojectile. open it in any text editor like notepad.
add this line to the function:
then find the function void () item_artifact_super_damage2 and add this line:
then run qcc.bat and you should be good to go. if not the powerup will not work in the maps you find it. something to do with randomly spawning powerups, and the classname not being registered. this fix will be in the next patch.
go to items.qc in folder .\NOHRP and find void () item_artifact_multiprojectile. open it in any text editor like notepad.
add this line to the function:
- Code: Select all
self.classname = "item_artifact_multiprojectile";
then find the function void () item_artifact_super_damage2 and add this line:
- Code: Select all
self.classname = "item_artifact_super_damage";
then run qcc.bat and you should be good to go. if not the powerup will not work in the maps you find it. something to do with randomly spawning powerups, and the classname not being registered. this fix will be in the next patch.
- hondobondo
- Posts: 207
- Joined: Tue Sep 26, 2006 2:48 am
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
