This site has been archived and made available for preservation purposes. No edits can be made.

Results 1 to 4 of 4

Thread: C++ Vault-Tec Standard Library

  1. #1
    Member
    Join Date
    Jul 2011
    Location
    South East United States
    Posts
    69

    C++ Vault-Tec Standard Library

    I'm going to be developing a standard library for the C++ scripts.

    I am interested to hear what the community would like to see in it. So far I have the following planned:
    Math - Vector classes, normalization, and so on.
    File I/O - A file class. Will support loading of some formats, so far i've planned: .ini .cfg .csv
    Threads - Will make cross-platform multithreading a lot easier.
    Debugging - Will handle exceptions, give you useful information, and assist debugging with software debuggers.
    Detouring - Will be fun to play with in some cases
    Compression - Bzip2
    Memory - A class for to represent allocated memory.

    Some things that I am currently not capable of doing:
    IRC Bot - Will allow a script to run a irc bot from the server. I can't do this because I don't have enough knowledge about RakNet, or even networking on win32 or unix.

  2. #2

    Re: C++ Vault-Tec Standard Library

    That.... sounds.... great? , Wish I understood any of it. but it sounds like it'll be good when somethings done with it, Right? ;D

  3. #3
    Member
    Join Date
    Jul 2011
    Location
    South East United States
    Posts
    69

    Re: C++ Vault-Tec Standard Library

    This is for scripters to tell me what they would like to see in the Vault-MP Standard Library. It will allow rapid development of scripts, and will make everything easier on the scripters. In some cases, it will make their scripts better, too.

  4. #4

    Re: C++ Vault-Tec Standard Library

    aaaah awesome ;D, well good luck

Similar Threads

  1. The standard.pwn script
    By foxtacles in forum PAWN
    Replies: 6
    Last Post: 07-18-2013, 07:37 AM
  2. Replies: 20
    Last Post: 09-20-2011, 12:07 AM
  3. New in the Vault-tec and i have a little problem
    By metrakit in forum Discussion
    Replies: 4
    Last Post: 08-18-2011, 08:29 AM
  4. Vault-Tec Multiplayer Mod
    By foxtacles in forum News and information
    Replies: 0
    Last Post: 06-11-2011, 02:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •