| Blockland Forums > Modification Help |
| No crouch playertype. |
| << < (13/15) > >> |
| Ephialtes:
--- Quote from: Nexus on May 19, 2011, 04:54:17 PM ---I am pretty sure --- End quote --- Again, nope. Read this thread over and over and stop pulling these crazy ideas about how the game networking works out of your ass. People quickly lose patience with the ignorant. |
| Destiny/Zack0Wack0:
I think what he's failing to understand is that the game engine is powered by C++, and that C++ code is only available via TorqueScript if it has been wrapped into TorqueScript via the engine. |
| Lørd Tøny:
--- Quote from: Destiny/Zack0Wack0 on May 19, 2011, 10:04:11 PM ---I think what he's failing to understand is that the game engine is powered by C++, and that C++ code is only available via TorqueScript if it has been wrapped into TorqueScript via the engine. --- End quote --- He sometimes doesn't understand what client sided means as well. |
| Nexus:
--- Quote from: Lørd Tøny on May 20, 2011, 12:17:32 AM ---He sometimes doesn't understand what client sided means as well. --- End quote --- If you are referring to me, then that is completely untrue. You probably didn't even look back through any posts before claiming that. --- Quote from: Ephialtes on May 19, 2011, 05:46:27 PM ---Again, nope. Read this thread over and over and stop pulling these crazy ideas about how the game networking works out of your ass. People quickly lose patience with the ignorant. --- End quote --- My experience with commands going between the client and the server have all included easily packagable serverCmd's and clientCmd's, and I naturally assumed all communication between the client and the server worked in such a way, with the exception of authencation, which includes the master server. Sorry if that is not how it works. I guess I will stick with simpler, non-engine related stuff. |
| Red_Guy:
so I finally went and tested this.. first - build something that you have to crouch to get under. crouch and go under -- make sure it works try to go under w/o crouching -- make sure it DOESNT work then goto the console and enter: playerstandardarmor.crouchBou ndingBox="5 5 10.6"; now crouch and try to go under your bricks. It wont work. So to "fix" this, go into your mod, and inside the command that starts things off add this: playerstandardarmor.crouchBou ndingBox="5 5 10.6"; Now it will LOOK like the player crouches.. but, it will have no effect.. they will still get hit by stuff, and they wont be able to crawl under things. |
| Navigation |
| Message Index |
| Next page |
| Previous page |