Author Topic: Why Wont My add On work?  (Read 1266 times)

Im making a crit a cola (item from tf2) it wont work for some reason i provide download below can you plz fix it and if its possible im not asking you too edit the server cs so your weapon does more damage for 6 seconds and stays in your inventory thanks.http://www.mediafire.com/?xrkv821wby5jp7y
« Last Edit: June 18, 2011, 07:04:29 PM by MonkeyFunkyMonkey »

« Last Edit: June 18, 2011, 07:04:42 PM by MonkeyFunkyMonkey »

Oh another question why do all my weapons turn out side ways?

Oh another question why do all my weapons turn out side ways?
You are rotating the mountpoint or the model itself when that happens.
You need the top of your model facing the + side of they z axis.

still not working its now textureless in game but still dosent work as a add on i renamed  it from a add on  to get in game help plz!!!

Your add-on is missing a code piece to execute itself, for one.
Two, your namecheck is different from the add-on name, so it won't execute.
Three, once those two bugs were fixed I found these:

Quote
Loading Add-On: Item_CritACola (CRC:2134848481)
Executing Add-Ons/Item_CritACola/server.cs.
Executing Add-Ons/Item_CritACola/Item_CritACola.cs.
Could not locate shape: Add-Ons/Item_CritACola/critacola.dts (download failed)
Add-Ons/Item_CritACola/Item_CritACola.cs (72): preload failed for fpRedsodaImage: Unable to load shape: Add-Ons/Item_CritACola/fpRedsoda.dts.
Activating package: fpRedsodaPackage
5 datablocks added.

Could not locate texture: Add-Ons/Item_CritACola/drink (download failed, using default texture)
  +- using blank texture
Could not locate shape: Add-Ons/Item_CritACola/critacola.dts (download failed)

critcola.dts (located in the .zip) should be renamed to critacola.dts. Simple typo mistake.
As for the texture "drink" and the texture "Crit___a___Cola_Bonk_by_borzo u99j", they do not exist in the .zip so I can't help here.

I managed to get it in-game. Your code has some bugs, as the player won't hold it when obtained. Your model is oversized as well.

Oh another question why do all my weapons turn out side ways?

You must have it sideways in the modeling program.
Rotate it.
« Last Edit: June 18, 2011, 09:37:59 PM by Blastdown »


Wait i cant find the rotate tool.


Its still not working...

Then you've obviously done something wrong.
I managed to get it in-game.

Drink is a sound not a texture?