Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DLL Talk / [LOCKED] available DLLs

Author
Message
DarkBasic Pro Guy
19
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 15th Dec 2005 05:52 Edited at: 1st Jan 2006 18:31
Since http://forum.thegamecreators.com/?m=forum_view&t=38709&b=18 is no longer updated (or at least it doesn't seem as if it has been updated in a while)

I will try to start a new one, I will post some that I know of and you guys post the ones you know of and I will try to edit this post with dll's once a month.

I went ahead and copied most of these from DavidT's original post. This "Available DLLs" will stay active, so others can suggest theirs.



List of DLLs

DBPTime DavidT - Time commands. - http://www.davidtattersall.me.uk/db.php

BlueGUI RobK - Windows controls. - http://darkbasicpro.thegamecreators.com/?f=blue

DBP Collision DLL Sparky - http://forum.thegamecreators.com/?m=forum_view&t=31051&b=5

Unity - Lua scripting pack DavidT - Lua 5.0 scripting support. - http://darkbasicpro.thegamecreators.com/?f=lua

Nuclear Glory NG - Collision - http://nuclearglory.com

EZRotate / EZR Enhanced Better rotation commands - WOLF http://darkbasicpro.thegamecreators.com/?f=ezrotate

Newton Physics Wrapper Physics - Walaber http://walaber.com

Tokamak Physics Wrapper Physics - WOLF http://www.ericksonline.com/

Window Skinning GUI - SilentSS http://forum.thegamecreators.com/?m=forum_view&t=16333&b=5

Cartography Shop .CSM map importer Map loader - APEXnow http://www.apexnow.co.uk

DBP_NETLIB v1.4.3 Misc commands - CattleRustler & Exeat http://www.mod2software.com/dbp/dbp.htm (Site down for maintainance)
Variable Watcher, Output Console, strings, files, windows dialogs, date & time, and more...

Advanced MessageBox GUI- Exeat [Pic http://ep.designex.net/Library/Images/AMsgbox.png ] [Download http://ep.designex.net/Files/AMsgBox.zip ]

Visual Basic Plugin Wrapper Dev - Exeat [Pic http://ep.designex.net/Misc/VBinCPP-Screen.png ] [Download http://ep.designex.net/Misc/VBinCPP.zip ]

TCA's plugins Various - TCA http://www.codingarea.co.uk/html/downloads.html
Atoms, CRC32, Getresource, INIFiles, Linked lists, Maths, Memory, Messagebox, MySQL, OS Version, Printing, Serial, Speech, UDGText, URLDownload, Usercontrol
Note : Most of mine are now only availiable in source code format.

OPEN TO APPEND allows you to easily append to files - The_winch
http://winch.pinkbile.com/append.php

Client Socket (Winsock) Winsock plugin - allows raw network access - cybernetic wraith
http://www.dracsoft.com/zips/client_socket.zip

DKShop and DKAVM - low level vertex manipulation and many other commands - Dmitry K
http://forum.thegamecreators.com/?m=forum_view&t=39906&b=5

MultiJoy Plugin - Multiple joysticks / joypads in your project plus misc. commands - DarkPhear
http://darkphear.cjb.net

DarkScript - Torrey - 15 DBP commands, GameMonkey scripting engine - http://darkbasicpro.blackgate.us/index.php?option=com_content&task=view&id=14&Itemid=26

Enhanced Audio Plugin (v1.5) - Torrey - Extend audio format support - http://darkbasicpro.blackgate.us/index.php?option=com_content&task=view&id=13&Itemid=26

Various plugins - Snowy the Evil Snowman - many things - http://mysite.wanadoo-members.co.uk/darksidefreeware/dllpage.htm

DarkTCP - SirFire - client plugin - http://forum.thegamecreators.com/?m=forum_view&t=64544&b=18

Toolbox.dll - RadiatioN - Message boxes and window operations - http://forum.thegamecreators.com/?m=forum_view&t=64987&b=18

DBP_EZSClient Plugin - CattleRustler - EZServ Plugin - http://forum.thegamecreators.com/?m=forum_view&t=60579&b=18

Any Broken links please let me know, and give me a working link if you have it.

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
DarkBasic Pro Guy
19
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 16th Dec 2005 04:54
would you tell me about darkscript?

If you are asking for available DLLs, Go here
DarkBasic Pro Guy
19
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 20th Dec 2005 02:47
bump

If you are asking for available DLLs, Go here
SirFire
18
Years of Service
User Offline
Joined: 4th Apr 2005
Location: North America
Posted: 20th Dec 2005 05:37
Here is my DarkTCP client plugin for DBP:
http://forum.thegamecreators.com/?m=forum_view&t=64544&b=18

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 20th Dec 2005 06:06 Edited at: 20th Dec 2005 10:42
DarkBasic Pro Guy, and others here is the description of DarkScript:

What is DarkScript?

DarkScript is a scripting engine plugin that uses the power of GameMonkey Script at its core. The GameMonkey core has been successfully compiled and used on platforms such as; Windows, Mac, Microsoft XBox, Playstation 2, and Nintendo GameCube. The actual engine borrows concepts from LUA and improves upon them, thus creating a more powerful solution for game programmers.

What are the key features of the GameMonkey core?

„X Small code base. Compiled script code will use 50Kb or less of RAM.
„X Real-time source compiling, or loading of precompiled script libraries.
„X Natively supports multithreading and the concept of states.
„X Soft real-time incremental garbage collection.
„X C style syntax.
„X Competitive performance with speed of execution and memory usage when compared to other scripting engines.

What are the key features of the DarkScript plugin?

„X Runtime debugging error protection using two layers; syntax parsing (during loading), and also runtime code level with debug reporting.
„X Advanced arrays with easy to use script commands.
„X SQLite script commands.
„X System, file IO, string, math, and vector script commands.
„X Ability to use your DarkBASIC Professional functions as script commands!
„X Key DarkBASIC Professional script commands to control your application or game.
„X Read and write variables from DarkBASIC Professional that are contained within your script(s).
„X Return various data types from DarkScript to DarkBASIC Professional.
„X Keyword list with help files for each command. (help files in commerical version)
„X Documentation for script syntax and commands. (commerical version)
„X Tutorials for using DarkScript with DarkBASIC Professional. (commerical version)

What does DarkScript look like?

Here is an example script that demonstrates a door trigger used to open a door when the player is near it.



How is this plugin used?

Once your script has been created and you're ready to give it a try use the command LOAD SCRIPT in DarkBASIC Pro. This plugin was designed with advanced error control for any problems that your script may have and it will report back to you with detailed information if any errors are detected. That information includes an error message, script file name, line number, and the script command with the error!

There are 15 more easy to use DarkBASIC Pro commands, be sure to check the command list.

Three Score
19
Years of Service
User Offline
Joined: 18th Jun 2004
Location: behind you
Posted: 25th Dec 2005 09:09
sounds pretty nice
once i get a few commands added/bugs fixed i will upload mine somewhere

so far it has some memory commands and a way to share memory across processes so that you could just create it it will give you the pointer and then all proccesses can access that memory(but they would have to open it up) (its actually just filemapping though)

I didnt fail, I just found 10,000 ways that don't work
-Thomas Edison
DarkBasic Pro Guy
19
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 31st Dec 2005 21:25 Edited at: 1st Jan 2006 18:06
I need WORKING links for a couple DLLs to post. If you know the links please post.

DBP_NETLIB
Advanced MessageBox GUI
Visual Basic Plugin Wrapper Dev
TCA's Plugins


It would be greatly appreciated if working links were provided for these

IanG
19
Years of Service
User Offline
Joined: 25th Sep 2004
Location: Cyberspace
Posted: 1st Jan 2006 11:47 Edited at: 1st Jan 2006 11:49
Bluegui and Ezrotate can be got from the tgc site

tokamaka has died, look at newton, walaber.com

for the rest search the forums using google
and for tca's track him down round here, i've seen a post by him and he was stinking stoat

[edit] i've just noticed you haven't really read any of the posts, the top one has bluegui and ezrotate in, as well as many more, really you should read the posts


amd athlon xp 2600+,1280mb,FX 5200 128mb,200gb,xp pro sp2
DarkBasic Pro Guy
19
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 1st Jan 2006 17:58 Edited at: 1st Jan 2006 18:00
aye

if I had nothing else to do I would live at these forums

all I have left is things exeat made/helped on. DBP_NETLIB site under maintainance I think not sure about exeat though.

@CattleRustler and Exeat if you are here

I need your guys' help. Links broken up there

new programmer
18
Years of Service
User Offline
Joined: 20th Dec 2005
Location: right behind you.
Posted: 1st Jan 2006 20:55
seems like a error here...

new programmer
18
Years of Service
User Offline
Joined: 20th Dec 2005
Location: right behind you.
Posted: 1st Jan 2006 20:57
wow! its true! a secret thread! i made a secret thread!

Dodic
18
Years of Service
User Offline
Joined: 6th Nov 2005
Location: SNM (Serbia&Montenegro)
Posted: 1st Jan 2006 21:04
Yeah , lets talk "secret" stuff here


Login to post a reply

Server time is: 2024-03-29 00:29:39
Your offset time is: 2024-03-29 00:29:39