.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   How to load metamod with statsme + non metamod bot? (http://forums.bots-united.com/showthread.php?t=1251)

sPlOrYgOn 10-04-2004 16:33

Re: How to load metamod with statsme + non metamod bot?
 
all you do is go in examples or move the files into "examples" the folder in the amx folder and run the .bat file it should compile everything

MusicMan 10-04-2004 18:27

Re: How to load metamod with statsme + non metamod bot?
 
Yeah that's right. You remove the comment in the .inc file and recompile.

To recompile you go to the examples folder and doubleclick the compile.bat file and it recompiles all the .sma files in the examples folder and puts the compiled files in the "compiled" folder inside the "examples" folder. Then you select all the files inside the "compiled" folder and copy them to the plugins folder, replacing all existing files.

That's it. All done;)

BTW the reason you should always download the .sma files when you download a plugin, is because the plugin needs to be compiled with the .inc files inside the "examples/include" folder of the exact version of AMXmod you are using for full compatibility, and you should recompile the plugins that come with the .zip file of AMXmod anyway, so it's really a must to know how to compile in AMXmod.

MusicMan

SoUlFaThEr 10-04-2004 20:01

Re: How to load metamod with statsme + non metamod bot?
 
ok all i need to know is that the compile.bat is using the .inc files i changed in the examples/include folder to compile the .sma files in the examples folder.......the end product is stored in exmples/compiled?.....is that right?

EDIT
i just compiled as directed and copied and pasted all .amx files from the compiled folder into plugins, and over wrote everything.
then i opened a map in CS 1.5 and the console was telling about error loading about 15 of those plugins.......and then my HL crashed.....and again too...

then i reinstalled the original amx's from the install zip......and it crashed again.....whether thans the amx stuff causing the crash or PMB's latest bot update......

i am now clueless as to whats going on.......

sPlOrYgOn 10-04-2004 20:24

Re: How to load metamod with statsme + non metamod bot?
 
haven't been on windows in a month but i think thats it.
open up compile.bat and see where it outputs the compiled sma files

SoUlFaThEr 10-04-2004 20:28

Re: How to load metamod with statsme + non metamod bot?
 
it says:

@echo off
if not exist compiled mkdir compiled
if exist temp.txt del temp.txt
for %%i in (*.sma) do sc %%i -ocompiled\%%i >> temp.txt
copy compiled\*.sma compiled\*.amx
del compiled\*.sma
cls
type temp.txt
del temp.txt
pause


also its compiling these files in all capitol letters......the original ones are all lower case.....is this maybe the problem?

and how do i do this with a single plugin......do i have to recomile all things for this one plugin that was downloaded as a .sma??

MusicMan 10-04-2004 20:28

Re: How to load metamod with statsme + non metamod bot?
 
are all of the plugins being loaded correctly in the "plugins\plugins.ini" file?

MusicMan

SoUlFaThEr 10-04-2004 20:30

Re: How to load metamod with statsme + non metamod bot?
 
i didnt change anything in the plugins ini

all plugin there are set to load

sPlOrYgOn 10-04-2004 20:30

Re: How to load metamod with statsme + non metamod bot?
 
when i was on windows i was using amx v0.9.6j and it never crashed on me.

SoUlFaThEr 10-04-2004 20:35

Re: How to load metamod with statsme + non metamod bot?
 
the thing was no problem until i needed to compile something......how do i force lowercase letters upon compile?

MusicMan 10-04-2004 20:37

Re: How to load metamod with statsme + non metamod bot?
 
Now I am confused, cause you said that once you returned to the old precompiled plugins in lowercase, it still didn't work or what?

MusicMan


All times are GMT +2. The time now is 23:42.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.