Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Digital Disk

Digital Disk is a .dll that can read .ddisk files.
Language:VB.net
You: What is a .ddisk file?
A .ddisk file is a digital disk
You: Why should I use them?
There fast, managed ,Use tags instead of Arrays(Allow,not index(*))
I made an application that runs on 1 .ddisk file, and it runs fast.
You: What are the commands?
Read(File,Tag)
Write(File,Tag,Data)
You: In the file, it says #Tag, is that how I put the tag in Read(File,Tag) or Write(File,Tag,Data)?
No, for the tag #RTT, in the tag attribute you would type it without the number sign.
You: How do I use them?
1.Reference Digital disk.dll
2.
Code:
<div class="vb" id="{CB}" style="font-family: monospace;"><ol> 

<span style="color: #808080;">'Put this at the top of the code file

Imports DigitalDisc

<span style="color: #808080;">'Put this where you are using it

        <span style="color: #b1b100;">Dim Disc <span style="color: #b1b100;">As Disc = <span style="color: #b1b100;">Nothing

        <span style="color: #b1b100;">Dim Location=""

        Try

            Disc.Read(Location,"Tag")

        Catch ex <span style="color: #b1b100;">As Exception

            <span style="color: #b1b100;">GoTo NoDisc

        <span style="color: #b1b100;">End Try

        <span style="color: #b1b100;">Goto Done

NoDisk:

        <span style="color: #b1b100;">Me.text="Can't Find Disk at "+Location". Application Status:Stopped"

        <span style="color: #b1b100;">Exit <span style="color: #b1b100;">Sub<span style="color: #808080;">' (or Exit Function or Exit)

Done:

        

 
Download:
http://www.mediafire.com/?ionwwyfihmn
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top