Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Okay~... Not the response I need, but I can give you two tips on how it's done.
First: All you basically need is Notepad++. Thankfully, it's a 'code creator' that is completely free to download.
Second: You just need to follow the instructions to create a nextbot here: https://wiki.garrysmod.com/page/NextBot_NPC_Creation
You can also use Notepad++ to grab certain aspects from the first/main meme nextbot, Sanic Hegehog. Just 'subscribe' and look in GarrysMod/garrysmod/addons.
Nope, sorry. Besides, it's not too hard to do coding in Notepad++. You just need to know what you're doing.
But...if you really don't understand how coding works, then you're outta luck, mate.
Depends on you mean by 'picture file'.
If it's what the meme actually looks like, you'll find that as the nextbot's "model". You just need a custom picture depending on what kind of nextbot you're making. But it has to be a PNG image. (I have no idea why most things don't work with JPEG images.)
If it's an example picture to show its appearance in the spawn menu, I haven't figured that out yet.
If you followed the instructions on the site to the letter (or just copy/pasted it into a LUA file), you'll find the model in the "Initialize" function.
Normally with stuff like that, you'll wanna have the picture in the same place as the LUA file.
Supposedly there's a trick to having it elsewhere and still have it work, but I haven't figured that out yet.
It (the Initialize function) is literally the first thing that the webpage tutorial addresses.