This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Even more questions/issues...


Post New Thread Reply   
 
Thread Tools Display Modes
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 07-16-2010 , 18:11   Re: A few more questions..
Reply With Quote #21

Quote:
Originally Posted by Exploited View Post
Also, Wonderwoman and Hax0r says they are running but they doesn't show up either.
You sure you had enough levels to use them?...
__________________
The Art of War is offline
Exploited
Veteran Member
Join Date: Jul 2010
Location: Sweden
Old 07-16-2010 , 18:16   Re: Even more questions/issues...
Reply With Quote #22

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

I suppose thats enabled?

@ Art of War, Im maxlevel and I check in herolist in console.

Last edited by Exploited; 07-16-2010 at 18:19.
Exploited is offline
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 07-16-2010 , 18:22   Re: Even more questions/issues...
Reply With Quote #23

............................................. ............................................. .................


No its not. Remove the ;

This is correct

amxmod_compat.amxx ; AMX Mod backwards compatibility layer

not

;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
__________________
The Art of War is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 07-16-2010 , 20:29   Re: A few more questions..
Reply With Quote #24

Quote:
Originally Posted by Exploited View Post
However, I still can't get Red Blood to work, even after I edited its name. T800 wont work, I renamed .lnk in both the sma and the .amxx file and the plugins-shero.ini, but it still wont show up in herolist.

Also, Wonderwoman and Hax0r says they are running but they doesn't show up either.

All Redbloodfiles are in their correct folders.
for T800 you do not have the actual file then but a shortcut, ".lnk" is the file extension of a shortcut. Get the actual file itself or compile the sma and put the .amxx in plugins folder.


And again: if the status shows as running but is not in herolist, recompile it with the same version of includes as the server you are running.
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
Exploited
Veteran Member
Join Date: Jul 2010
Location: Sweden
Old 07-17-2010 , 07:21   Re: Even more questions/issues...
Reply With Quote #25

Now it looks like
Code:
; Enable to use AMX Mod plugins
amxmod_compat.amxx    ; AMX Mod backwards compatibility layer
.. but Red Blood still wont work.

Also, as for recompiling, I'm not really advanced in that kind of things (compiling/recompiling), I downloaded the amxx and .sma for each hero instead of compiling, cause I don't know how.
As for T800, I tried to copy/paste the files from my Downloads folder instead of click & drag, but it didn't work either. I will try redownloading.

Edit: T-800 now works, but Wonderwoman, Hax0r and Red Blood wont.

Last edited by Exploited; 07-17-2010 at 07:34.
Exploited is offline
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 07-17-2010 , 07:51   Re: Even more questions/issues...
Reply With Quote #26

The reason why red blood, hax0r and wonderwoman wont work, is because you took the amxx file from the zip file you downloaded. You need to put the sma file in your scripting folder, and then double click on compile.exe. Then go to the compiled folder and get the amxx file from there.
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
Exploited
Veteran Member
Join Date: Jul 2010
Location: Sweden
Old 07-17-2010 , 08:22   Re: Even more questions/issues...
Reply With Quote #27

There is no compile.exe in my scripting folder, only a compile.sh wich opens in my browser if I doubleclick it.
Exploited is offline
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 07-17-2010 , 08:28   Re: Even more questions/issues...
Reply With Quote #28

Why the hell did you change all the extensions of your files?? Rename it to .exe.
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
Exploited
Veteran Member
Join Date: Jul 2010
Location: Sweden
Old 07-17-2010 , 10:22   Re: Even more questions/issues...
Reply With Quote #29

I didn't change any extensions. When I rename it to .exe it wants to download it to my computer (from FTS) and when I click on it from my computer it says that it isn't compatible with the version of Windows I am running, wich is Windows 7 Ultimate x64

Also, when I doubleclick on the compile.sh file it opens this in my browser:
Code:
#!/bin/bash

# AMX Mod X
#
# by the AMX Mod X Development Team
#  originally developed by OLO
#
# This file is part of AMX Mod X.

# new code contributed by \malex\

test -e compiled || mkdir compiled
rm -f temp.txt

for sourcefile in *.sma
do
        amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
        echo -n "Compiling $sourcefile ..."
        ./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt
        echo "done"
done

less temp.txt
rm temp.txt

Last edited by Exploited; 07-17-2010 at 10:26.
Exploited is offline
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 07-17-2010 , 10:40   Re: Even more questions/issues...
Reply With Quote #30

Dude, you have a fucked up compiler. Download a new.
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode