![]() |
![]() ![]() |
![]() |
wyn10 |
![]()
Post
#21
|
Member ![]() ![]() Group: Members Posts: 24 Joined: 27-July 09 Member No.: 1,626 ![]() |
Sorry i didn't even use mani admin plugin, if you can point me somewhere i can learn more about it... Site is here: http://www.mani-admin-plugin.com Use the forum's for help, they have plenty of guides in the faq's section of the forum. There source is here: http://code.google.com/p/maniadminplugin/ |
Tom Hackers |
![]()
Post
#22
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
Site is here: http://www.mani-admin-plugin.com Use the forum's for help, they have plenty of guides in the faq's section of the forum. There source is here: http://code.google.com/p/maniadminplugin/ K i will look into it, but still im fan of sourcemod. ^^ Yeah, i'm the one who create metamod plugins, yet. |
NifesNforks |
![]()
Post
#23
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 69 Joined: 17-January 09 From: Stockholm, Sweden Member No.: 1,450 ![]() |
Works great, but even if I change change bot_changeclassdc or whatever the name was, some bots dont change class, even if they die 5 times. and everytime a create a server, theres ALWAYS a bot named colgate. Also, red team tends to have 2-4 spies at the same time pretty much always for me.
|
Tom Hackers |
![]()
Post
#24
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
Works great, but even if I change change bot_changeclassdc or whatever the name was, some bots dont change class, even if they die 5 times. and everytime a create a server, theres ALWAYS a bot named colgate. Also, red team tends to have 2-4 spies at the same time pretty much always for me. Hahahaha, Colgate, then change that string in botnames.txt file, and you will meet another one. That happens becouse sourcemod RandomInt function ain't so random. About keeping classes, if class_limit is 1, they will never have more then: CODE if (iBots <= 6) { ClassLimit = 1; } else if (iBots <= 12 && iBots > 6) { ClassLimit = 2; } else if (iBots <= 18 && iBots > 12) { ClassLimit = 3; } else if (iBots > 18) { ClassLimit = 4; } Where iBots is playing bots count. And ClassLimit is maximum amount of characters of that class on team. You can reduce those values as you want. (You can't have more then 3 spyes/any_class on team if you have 9vs9 or less. Makes sence. ![]() |
Fillmore |
![]()
Post
#25
|
![]() RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 447 Joined: 1-April 09 Member No.: 1,511 ![]() |
Hahahaha, Colgate, then change that string in botnames.txt file, and you will meet another one. That happens becouse sourcemod RandomInt function ain't so random. About keeping classes, if class_limit is 1, they will never have more then: CODE if (iBots <= 6) { ClassLimit = 1; } else if (iBots <= 12 && iBots > 6) { ClassLimit = 2; } else if (iBots <= 18 && iBots > 12) { ClassLimit = 3; } else if (iBots > 18) { ClassLimit = 4; } Where iBots is playing bots count. And ClassLimit is maximum amount of characters of that class on team. You can reduce those values as you want. (You can't have more then 3 spyes/any_class on team if you have 9vs9 or less. Makes sence. ![]() That does explain why do I keep seeing myself in the game. I modded Fillmore from the botnames file to Fillmore's Evil twin. I see him every time. |
Tom Hackers |
![]()
Post
#26
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
|
chann |
![]()
Post
#27
|
Member ![]() ![]() Group: Members Posts: 15 Joined: 10-August 09 Member No.: 1,651 ![]() |
Yay your plugin works now with the latest sourcemod builds
![]() I have a small request... Is it possible to force snipers/engineers to change class when are not enough sentry/sniper waypoints for them on the map? That way they don't stand around in spawn for the whole stage, which happens a lot on the offensive side of PL maps. |
Tom Hackers |
![]()
Post
#28
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
Yay your plugin works now with the latest sourcemod builds ![]() I have a small request... Is it possible to force snipers/engineers to change class when are not enough sentry/sniper waypoints for them on the map? That way they don't stand around in spawn for the whole stage, which happens a lot on the offensive side of PL maps. Well perhaps i could make more class limitations in future. Well if noone will make that before me, maybe this week i will update plugin (i do not guarantee lol). |
ash47 |
![]()
Post
#29
|
Newbie ![]() Group: Members Posts: 2 Joined: 17-August 09 Member No.: 1,661 ![]() |
Crashing problems, I've tried to install this, it took me atleast an hour to get it to even run RCBots, then, i tried to use your mod, and it crashes after adding a few bots
![]() I tried disabling your mod, and adding bots with the rcbot addbot command, it says "bot added" (or something similar) then no bots are actually added ![]() I've tried all sorts of different builds, none have worked so far, i really want your mod, as it will automate things for me ![]() A little more info, I'm using HldsUpdateTool Version of TF2, i have "RCBot2" in the same folder as "orangebox", i have the "HPB_bot2.dll" "in orangebox/bin" folder, i have 32 profiles, i have a profiles.txt with the following in it: CODE Valid Weapons in HLDM weapon_smg1 (Submachine Gun) weapon_shotgun (12-Gauge Shotgun) weapon_rpg (Rocket-Propelled Grenade Launcher) weapon_pistol (9mm Pistol) weapon_physcannon (Zero Point Energy Field Manipulator Gun) weapon_crowbar (Crowbar) weapon_frag (Fragmentation Grenade) weapon_crossbow (Crossbow) weapon_ar2 (Overwatch Standard Issue Pulse Rifle) weapon_bugbait (Pherapods) weapon_357 (357 Magnum) configs folder, i have my steam ID in "accessclients.ini" with a 63 after it "bot_mods.ini", i have the following CODE mod = TF2 steamdir = orangebox gamedir = tf bot = TF2 It seems to load the plugin just fine, it seems to load your plugin fine, then, it says it's putting in the bots, it's change their classes, i can see them in "view server info" then, after like 5 seconds or what ever, i get CODE "The instruction at "0x########" referenced memory at "0x#######". The memory could not be "read". Click on OK to terminate the program The last lines in the console are: (http://hq47.com/O_o.PNG) Any other info you need, i'll try get you, please try get back to me ASAP, i really would like some bots ![]() |
Tom Hackers |
![]()
Post
#30
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
What is the metamod and sourcemod versions that you are running with, also does your rcbot2\waypoints folder has folder called orangebox with tf inside and waypoints?
P.s. topic was viewed more then 600 times in ~week... lol... |
Sjru |
![]()
Post
#31
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 94 Joined: 4-June 09 From: Posadas, Misiones, Argentina. Member No.: 1,567 ![]() |
Hello. Where I can download sourcemod or metamod to use this mod???
And how i can install this mod? Thanks. |
ash47 |
![]()
Post
#32
|
Newbie ![]() Group: Members Posts: 2 Joined: 17-August 09 Member No.: 1,661 ![]() |
ok, there is a folder in my rcbot2/waypoints folder called "orangebox", in that folder, and a folder called "team fortress 2", in both folders, tehre's another folder called "tf".
Metamod, I'm not sure what version of that I ahve, though i know i have it installed to use sourcemod, i think my problem might be im not using the metamod version, im actually using the standalone version, cause i cant find a link to the meta mod DLL version thingy, and I couldn't get a good tutorial on how to actually install it for metamod, i did try though, but it kept crashing and not workin, so i just used the "+plugin_load "..\bin\HPB_bot2"" Command lines to load up the plugin. I also think it might eb the sourcemod version, i had one of the newest version to start out with, but it kept crashing my TF2 server, so i got a lower version, which was recommended. Can you suggest a workin version if all else fails?!? EDIT::: FIXED IT!!! I FOUND THE ERROR WAS A $HITTY DLL! I GOT A PATCHED DLL FROM GOOGLE CODE, AND IT WORKED! no need for further help at this stage, im gonna play a few rounds with em, to see their AI and such ![]() THX! |
chann |
![]()
Post
#33
|
Member ![]() ![]() Group: Members Posts: 15 Joined: 10-August 09 Member No.: 1,651 ![]() |
QUOTE Hello. Where I can download sourcemod or metamod to use this mod??? And how i can install this mod? Thanks. You need version 1.2.2 or newer to work with the latest update, find them on this page. Metamod:Source can be downloaded here Some help links for installing: http://wiki.alliedmods.net/Category:Metamo...e_Documentation http://wiki.alliedmods.net/Installing_SourceMod |
343N |
![]()
Post
#34
|
![]() Member ![]() ![]() Group: Members Posts: 34 Joined: 15-August 09 Member No.: 1,658 ![]() |
Ok, I found a bug... when I go to change map through the map cycle or change map through Menu, it just spawns the bots BUT they don't move, before the map change it works like a charm... and I have to restart
Team Fortress 2 everytime. |
Tom Hackers |
![]()
Post
#35
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
Ok, I found a bug... when I go to change map through the map cycle or change map through Menu, it just spawns the bots BUT they don't move, before the map change it works like a charm... and I have to restart Team Fortress 2 everytime. Can someone confirm this? I used to run a dedicated server with dustbowl and timelimit 45min. Each bot started to move in ~3-4 seconds after respawning. What version of my plugin do you use? P.s. i did lol mistake enabling fastrespawn on Arena maps... It was just like KoTH... xD |
NifesNforks |
![]()
Post
#36
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 69 Joined: 17-January 09 From: Stockholm, Sweden Member No.: 1,450 ![]() |
|
lals5210 |
![]()
Post
#37
|
![]() Newbie ![]() Group: Members Posts: 9 Joined: 15-August 09 From: Japanese Member No.: 1,657 ![]() |
tomhackers.com 404 error.
please mirror upload |
343N |
![]()
Post
#38
|
![]() Member ![]() ![]() Group: Members Posts: 34 Joined: 15-August 09 Member No.: 1,658 ![]() |
Can someone confirm this? I used to run a dedicated server with dustbowl and timelimit 45min. Each bot started to move in ~3-4 seconds after respawning. What version of my plugin do you use? P.s. i did lol mistake enabling fastrespawn on Arena maps... It was just like KoTH... xD I have version 1.0.6 your site doesn't allow me on! |
Sjru |
![]()
Post
#39
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 94 Joined: 4-June 09 From: Posadas, Misiones, Argentina. Member No.: 1,567 ![]() |
I need help here.
Game crashes when I try to create a server with metamod:source loaded. If it is only metamod loaded the map loads well. I've downloaded the latest version of metamod and :source. The crash message say something like this: Unexpected exception of the program 0xc0000409 in the direction 0x1143fb28. I don't know what that means. I followed all the steps correctly. Any ideas? |
Tom Hackers |
![]()
Post
#40
|
![]() Member ![]() ![]() Group: Members Posts: 26 Joined: 8-August 09 Member No.: 1,649 ![]() |
I need help here. Game crashes when I try to create a server with metamod:source loaded. If it is only metamod loaded the map loads well. I've downloaded the latest version of metamod and :source. The crash message say something like this: Unexpected exception of the program 0xc0000409 in the direction 0x1143fb28. I don't know what that means. I followed all the steps correctly. Any ideas? Ar you using latest sourcemm (metamod)? |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 19th June 2025 - 09:55 PM |