Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: KillJoyYT
is there an easy way to enable the player to ride with the platform whilst the platform is moving? I know ct has a script for moving players with entities but that is far too much for what im looking for... thank you
ModmeBot:
Reply By: Abnormal202
by "ride" do you mean like lock the player down to it like in a vehicle? if so you can use:
otherwise, players can normally walk on moving platforms alright, so I'm not sure what you're talking about.
ModmeBot:
Reply By: KillJoyYT
yes lock the player to the platform so the player will move with the platform but can still roam freely on the platform without falling off.
I will check this out thank you
ModmeBot:
Reply By: Harry Bo21
...
ModmeBot:
Reply By: KillJoyYT
now I just feel like a complete idiot lol
ModmeBot:
Reply By: KillJoyYT
only problem now is the zombies wont walk on the platform and if you're standing on the platform they ignore you completely...
I've tried adding a clip ai where my platform stops but still the zombies ignore.. how do I fix this? dynamic pathing?
yupp that works :) thank you guys
ModmeBot:
Reply By: Harry Bo21
connect / disconnectpaths
beyond that theres some navmesh trigger that can be linked / delinked/ deleted and created
y'all really need to try actually scrolling down the API for a change
not even trying to be offensive but literally ive scrolled up and down the entire API so many times - and just taken note of functions that look like they would be useful, and later searched using winrar through stock scripts for instances of them being used - or just tried them out myself
even beyond that just using ctrl + f and typing in keywords and scrolling through the list
no-one seems to bother even trying to look through the information you are literally "given" with the tools, its silly really. People always say "some of us are not just - born scripters- harry" - well guess what? nor was I - i used the tools we were given to find it
I dunno what you guys think i am, but i have never - in my entire life - been on any kind of course or training to learn this shit, and only got in to cod modding like 4 years ago ( even i had no idea where to start when i first got involved, despite my previous experience in other languages )
open the api in google - look through it - or use ctrl F ( or - better yet - both, reguarly )
AND
open winrar
navigate to root/share/raw/scripts
and use the search - and type in keywords
it will return any instance of a script "using" the function, or the script that "defines" the function so you can find out how it works ( assuming its a scripted function and not a engine function - if its a engine function its a) in the API and b) you can see how 3arc used it )
i think sublime even offers some batch file method to search multiple files - im sure your "lord icegrenade" will happily teach you how to use it, throw him another £300 for a gopro he hasnt bought and maybe hell pretend he knows what hes talking about and show you...
But what would i know, ive only been spoon feeding you all for 4 years for nothing
ModmeBot:
Reply By: Abnormal202
Harry Bo21
i think sublime even offers some batch file method to search multiple files
ModmeBot:
Reply By: KillJoyYT
thank you guys for all the help you have provided me and I need to start looking for more stuff on my own I know... problem is some of the time Idk where to look or if I do find something im not experienced enough to know how to use it. I really do appreciate all of the guidance though, I wouldn't know what I know without the help from you guys