Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: Scrooge2029
Forum: Module Coding 02-04-2021, 22:16
Replies: 57
Views: 52,861
Posted By Scrooge2029
Re: Client Side Metamod

I thought this mmcl would use the mechanism mm used
1.rename original client.dll as stock_cl.dll
2.rename mmcl.dll as client.dll
3.mmcl.dll(renamed) will be called by launcher
4.mmcl.dll will...
Forum: Module Coding 01-30-2021, 07:23
Replies: 0
Views: 4,157
Posted By Scrooge2029
Module: Python Interpreter (WIP)

DLL src:
https://github.com/AlucardNosferatu/GS_Dumpster/tree/AMX_Mod_X/PY/modules/py

https://github.com/AlucardNosferatu/GS_Dumpster/blob/AMX_Mod_X/PY/unknown%20(1).png?raw=true
...
Forum: Code Snippets/Tutorials 01-11-2021, 02:56
Replies: 2
Views: 5,716
Posted By Scrooge2029
Re: [SMA]AS Plugins Downloader 4 Sven Coop

Update:

New functions allow client players upload their local AS plugin file to the server.

1.Execute Python script to convert AS codes into CFG files.
2.exec CFG file in client console,...
Forum: Module Coding 01-06-2021, 05:02
Replies: 5
Views: 5,182
Posted By Scrooge2029
Re: Module: ANN Forward Utilities (Deep Learning & AI Related)

Thanks! But I've change my mind to make an easier demostration, maybe the BOT will be implemented someday, but currently I found myself being lack of knowledges and skills required to make the BOT,...
Forum: Module Coding 01-05-2021, 04:45
Replies: 5
Views: 5,182
Posted By Scrooge2029
Re: Module: ANN Forward Utilities (Deep Learning & AI Related)

Thx! Your words greatly inspired me!:):wink:

I have completed the test of prediction based on fake data (generated by the SMA script) and pretrained model (in the attached zip) and pushed all...
Forum: Module Coding 01-04-2021, 06:28
Replies: 5
Views: 5,182
Posted By Scrooge2029
Re: Module: ANN Forward Utilities

https://forums.alliedmods.net/showthread.php?t=310446

This is a previous work-of-art done with pawn scripts, I am not sure wether it implemented Convolution or BatchNormalization or not, but...
Forum: Module Coding 01-04-2021, 06:18
Replies: 5
Views: 5,182
Posted By Scrooge2029
Module: ANN Forward Utilities (Deep Learning & AI Related)

Description:
Artificial Neural Network, or ANN for short, is a sort of models used by supervised algorithm called Deep Learning, which is being used to classify or predict the label of given data,...
Forum: Code Snippets/Tutorials 01-01-2021, 10:53
Replies: 0
Views: 4,155
Posted By Scrooge2029
[SMA]HandShake MedicKit & VibrateOnDamage 4 Sven Coop

Basically use socket to communicate with Android cellphone
Shake phone to recover health, the harder you shake, the more health you will recover
Phone vibrates when the player is taking damage
...
Forum: Code Snippets/Tutorials 12-29-2020, 05:35
Replies: 2
Views: 6,029
Posted By Scrooge2029
Re: Communication between AMXX and Python using sockets

I need this!!! thx!
I can finally use TF to control BOTS, hhhhhh

2020.12.30
I just test the code, but it give me error code "3" when establishing connection...how could this be?
Err, it's a bit...
Forum: Code Snippets/Tutorials 12-29-2020, 04:11
Replies: 2
Views: 5,716
Posted By Scrooge2029
Re: [SMA]AS Plugins Downloader 4 Sven Coop

This feature has been implemented, pending further test:)
Forum: Scripting Help 12-28-2020, 21:47
Replies: 3
Views: 691
Posted By Scrooge2029
Re: fseek cannot function as expected

Thanks for your guidance!:)
Forum: Code Snippets/Tutorials 12-28-2020, 21:37
Replies: 2
Views: 5,716
Posted By Scrooge2029
[SMA]AS Plugins Downloader 4 Sven Coop

https://github.com/AlucardNosferatu/GS_Dumpster/tree/AMX_Mod_X

Use by input commands below in console:
dick "install_auto PluginName"
//install via asp_urls.json
dick "install...
Forum: Scripting Help 12-28-2020, 03:56
Replies: 3
Views: 691
Posted By Scrooge2029
Re: fseek cannot function as expected

This is how I solved this problem:

new text[128]
text=""
strcat(text,"^"plugin^"{^n^"name^" ^"",128)
strcat(text,Fname,128)
strcat(text,"^"^n^"script^" ^"",128)
strcat(text,Fname,128)...
Forum: Scripting Help 12-27-2020, 05:52
Replies: 3
Views: 691
Posted By Scrooge2029
fseek cannot function as expected

Hi everyone, I am a freshman start to write amxx scripts recently, I want to start with a file logger as my practice:), when I try to append additional text to the second to the last line, weird...
Showing results 1 to 14 of 14

 
Forum Jump

All times are GMT -4. The time now is 10:39.


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