- Feb 15, 2011
- 333
- 344
I'm not sure what you mean, I wrote my own popfile from scratch for this map and all the entities are referenced correctly, nothing is broken.Please, please, don't copy paste popfiles across maps, include them with your map, and expect them to work.
If you download the map right now, you're given the popfile "mvm_sludge_a1a.pop", that has not a single correct spawn name that works with the map.I'm not sure what you mean, I wrote my own popfile from scratch for this map and all the entities are referenced correctly, nothing is broken.
Can you explain further?
Oops.If you download the map right now, you're given the popfile "mvm_sludge_a1a.pop", that has not a single correct spawn name that works with the map.
I was looking through your robot templates, and i found it relatively disturbing you did this:
Bot_Giant_Demoman_Samurai/Bot_Giant_Soldier_Samurai
Item "The Half-Zatoichi"
CharacterAttributes
{
"dmg from melee increased" 0.05
}
I gues it's to deny the oneshot damage from the Zatoichi, but your way of dealing with it is ... meh. It pretty much makes any other melee damage based weapon useless and a Spy is completely powerless then, since his stabs are melee.
The proper fix is this:
Item "The Half-Zatoichi"
ItemAttributes
{
ItemName "The Half-Zatoichi"
"honorbound" 0
}
This will simply disable the issue with oneshotting the bot. The player won't be able to onehit the Giant, and vice versa.
I can 100% assure your that it works perfectly. And i seriously doubt you tried it.
Pretty rude though, not sure what I did wrong but disabling the "honorbound" attribute was one of the first things I tried.
include them with your map, and expect them to work.
@Jakapoa @Eye you guys were being incredibly rude to Turbo Lover in this thread (in general you guys tend to be rude especially in the SPUF MvM forums). I appreciate it if you act politely towards people on this site when giving feedback and pointers without the passive-aggressiveness, snide comments, etc. Thanks for your understanding in advance.And i seriously doubt you tried it.