Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: Mecha the Slag
Forum: TF2Items 08-11-2011, 18:31
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Use Advanced Weaponiser 1

actually AW1 isn't around anymore. Guess you just gotta wait for AW2 to allow custom weapons
Forum: TF2Items 08-11-2011, 16:12
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Forum: TF2Items 06-24-2011, 08:58
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Using latest SM 1.3.9 with MM 1.8.7, and I crash every time I use TF2Items_GiveNamedItem
Forum: TF2Items 05-14-2011, 08:51
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Is it just me or is TF2Items acting strange?

Giving the normal fists to a Heavy applies the GRU's damage-per-second attribute. Giving the Fists of Steel applies the taunt-on-kill attribute.

It...
Forum: TF2Items 04-20-2011, 10:39
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

It happens on all non-stock items. It's intentional on Valve's end. There is no current fix.
Forum: TF2Items 04-17-2011, 14:08
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Forum: TF2Items 04-15-2011, 11:07
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

I'm getting a lot of debugging in the logs. Could that by any chance be turned off? It makes crash investigation so much easier, especially considering how the debugging isn't being exactly helpful.
Forum: TF2Items 02-20-2011, 11:15
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Creating new items_game.txt entries isn't possible. It is, however, entirely possible to emulate such entries (Advanced Weaponiser (wiki.teamfortress.com/w/index.php?title=Advanced_Weaponiser) does...
Forum: TF2Items 02-08-2011, 11:44
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Forum: TF2Items 01-13-2011, 23:45
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Use tEntDev to check which netprops are changed when detonating the sticky!
Forum: TF2Items 01-13-2011, 16:13
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Remove the targe entity. Problem solved.

Not really anything to do with TF2Items in particular, but sure.
Forum: TF2Items 01-13-2011, 02:46
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Now we just need to find the properties that allows the targe to be used
Forum: TF2Items 01-11-2011, 01:24
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Who cares about hats

I'd like to see the day where we can equip the charge 'n targe
Forum: TF2Items 12-22-2010, 03:34
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

No, clients would crash when given a weapon that isn't defined client-side (in their items_game). Tried it already.
Forum: TF2Items 12-21-2010, 12:07
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

oh hey look that's my plugin
... I should probably fix that error message f

but yeah, definitely not related to TF2Items
Forum: TF2Items 12-19-2010, 09:19
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

I found out what was wrong

turns out FileZilla decided that some files hadn't changed and didn't need to be updated, when they had. I entirely uninstalled TF2Items and then installed it, and it...
Forum: TF2Items 12-19-2010, 03:49
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

"tf2items_version" = "1.4.2"
Windows
Forum: TF2Items 12-18-2010, 15:45
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

I'm still getting the crash when a player dies D:
Forum: TF2Items 12-18-2010, 13:58
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

I updated just now and it still occurred.
Forum: TF2Items 12-18-2010, 13:56
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

My server crashes every time a player dies. I removed everything gradually and found out that it stopped the moment I removed the TF2Items extension (didn't have any plugins that used it).

Windows...
Forum: TF2Items 12-06-2010, 16:02
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Why are you doing

memmove(strDestiny, strSource, iSourceSize);
strDestiny[iSourceSize] = '\0';
in extension.cpp?

Just do
memcpy(strDestiny, strSource, iSourceSize+1);

Your method is...
Forum: TF2Items 11-27-2010, 08:03
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Ah, I modified it on a listen server and it had an effect, but I suppose it's not sent from server to client?
Forum: TF2Items 11-27-2010, 07:31
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Would it be possible to add a feature to change m_szName?

Additionally, when will TF2Items_GetCurrentSlot become available in the compiled extension? :D
Forum: TF2Items 11-25-2010, 17:46
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

Any news on custom names and descriptions?
Forum: TF2Items 11-18-2010, 09:14
Replies: 1,524
Views: 1,258,740
Posted By Mecha the Slag
Re: TF2Items - Items with custom attributes.

L 11/18/2010 - 09:13:30: [SM] Native "TF2Items_GiveNamedItem" reported: Item is NULL. You may have hit Bug 18.

What does this mean and how do I fix it?
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -4. The time now is 01:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode