AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   How can I open amxx files? (https://forums.alliedmods.net/showthread.php?t=47101)

jackliu92 11-10-2006 00:35

How can I open amxx files?
 
how can I open AMXX[Ex. abc.amxx] files?
Those files are in plugins folder...

sawce 11-10-2006 00:44

Re: How can I open amxx files?
 
What?

Why would you want to open .amxx? .amxx is the compiled binary file.

If youre trying to edit the source edit the corresponding .sma file instead. If you dont have the .sma and cannot find one its not really practical to decompile plugins, although it is possible

If youre trying to load the plugin put it in amxmodx/configs/plugins.ini. Use a path relative to amxmodx/plugins

eg: if youre going to add "amxmodx/plugins/abc.amxx" then open plugins.ini, and make a new line that says "abc.amxx"

jackliu92 11-10-2006 01:10

Re: How can I open amxx files?
 
Yep, i just want to edit it! but i know is .amxx is compiled binary file too~But i still wanna find a way to open it.....

Bend3R 11-10-2006 01:11

Re: How can I open amxx files?
 
Wordpad... :roll:

jackliu92 11-10-2006 01:20

Re: How can I open amxx files?
 
It dosent work~I tried, it shows up weird code~and that .amxx files not has sma file~

sawce 11-10-2006 01:24

Re: How can I open amxx files?
 
Like I said, it is compiled code. If you open it up in a text editor it will be garbage. If you open it up in a hex editor it wont even show proper opcodes (.amxx files are actually 2 .amx files compressed).

AmxDisassembler can read .amxx file and output assembly code, but if you dont even know how to open a binary file I highly doubt youll know what to do with the assembly.

jackliu92 11-10-2006 01:54

Re: How can I open amxx files?
 
So, u mean i cant open it?

Brad 11-10-2006 08:12

Re: How can I open amxx files?
 
You obviously don't know what your asking.

It is possible to "open" the AMXX file but you're not going to see anything that you recognize. This is what Sawce has been saying.

Therefore, for all intents and purposes, the answer to your question is no, you can't open it.

zeeshankhan.s786 10-26-2017 04:54

Re: How can I open amxx files?
 
ok we cant open but can we compile it to sma???

wickedd 10-26-2017 06:07

Re: How can I open amxx files?
 
Quote:

Originally Posted by zeeshankhan.s786 (Post 2556830)
ok we cant open but can we compile it to sma???

No


All times are GMT -4. The time now is 07:06.

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