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.

[VX] Expansion_Suite V2.1

Expansion_Suite V2.1! 
    Version: 2.1
    Author: AmIMeYet
    Release Date: 21/10/08

    For 1.0 users
    Read the readme from '[ES] Scene_Options'.

    For 2.0 users
You only have to get the new PLAY.exe.
You can find it here: http://www.mediafire.com/?j24ngwwdumw


   
    Introduction
    Expansion_Suite (ES) is, mainly, someting I've loved making... but I thought it was good enough uploading..
    It's supposed to be a warm, cuddly fur, to wrap around your game. How it turned out, is for you to decide.
    To understand Expansion_Suite, take a look a the feature list.
   
    Features

If you want to know the main features, you only have to read the bold text.

   
  • Options menu (Options editable through a menu)
  • Options get saved in ASCII format (saved as options.ini), so even notepad can use it
  • Options are stored as a global array, so everything can check it
  • Overlay graphic (A custom image above all other stuff)
  • The overlay is fully customizable for each scene, and should be easily adaptable for every custom scene
  • It's also easy to delete! :D
  • Intro movie (Use the PLAY shortcut to launch the game, and you'll get your own movie displayed!)
  • Require's .NET 3.5, and Windows Media Player, and if users don't have it, they can skip right to the game with the normal Game.exe
  • Once started, checks the options.ini file if the first option (in the demo's case, Intro Movie) is set to either 1 or 0, and skips the movie accordingly.
  • The movie can also be SKIPPED by clicking on the movie, once it's visible.
  • Also has a matching ICON, and it reads the window TITLE from Game.ini.

New in v2.0:
  • Extremely simplified setup (see below)
  • Updated options.ini format (it now looks like this: "Intro movie = 1", etc.
  • Aliased Scene_Title main
  • Automated create_command_window
  • Automated update (the button processor)
        *amazes self*
  • Changed @tomenu to $tomenu, for simplicity's sake. This should help make setup easier.
    If you want it back to @tomenu, contact me.. That's easy enough to do..
        New in v2.1:
       
    • Random Intro Movie (randomly selects files)
      Video's should be in .avi format,
      and placed inside the /Expansion_Suite/ directory.

      There is a maximum of 4 randomly selected video's (you can choose how many you want, but not more than 4)
      You should name them like this:

      for 1: avi_intro.avi
      for 2: previous, and avi_intro_2.avi
      for 3: previous, and avi_intro_3.avi
      for 4: previous, and avi_intro_4.avi

      Please note that video's have a high file size, so you should not have to many!

          Script
          None!
          It has so many parts that you need to use the demo
         
          Customization
          You can edit options, where and what to use as the overlay, and edit the avi_intro.avi file.
          Heh, I even included the Expansion_Suite app's source code!
          Everyone can open it up with a free copy of Microsoft Visual Basic 2008 Express edition.
         
          Compatibility
          Poor, I'm afraid.
          To add Option capability to the start menu, I had to overwrite these def's of Scene_Title:
          update
          create_command_window
         
          This should be easily fixable though..   :smile:
         
          Screenshots
         
          http://i45.photobucket.com/albums/f62/d ... _movie.png[/img]
          Intro movie
         
          http://i45.photobucket.com/albums/f62/d ... verlay.png[/img]
          Options and it's overlay
         
          http://i45.photobucket.com/albums/f62/d ... verlay.png[/img]
          A character who noticed the developer mode option.
         
         
          DEMO
          Mediafire

          PLAY v2.1 (only for v2.0 users!)
         
          Installation
          Make sure to copy the PLAY.exe, AxInterop.WMPLib.dll, Interop.WMPLib.dll, and the Expansion_Suite directory (the one with the avi_intro.avi inside) to your game folder.
          Also copy the scripts under [ES] Options and [ES] Overlay.
          You also need the images from the GraphicsSystem folder, or you have to make your own.
         
          To play this, use PLAY.exe.
          For people without .NET 3.5, either download it, or use Game.exe
         
          FAQ
          No issues yet.
          Have one? Contact me here, or via mail.
         
          Terms and Conditions
          You are not allowed to distribute this script/suite,
             unless you have my permission.
          You also have to give me credit.
          If you run into any issues, or have a question, please contact me, using the forum or using mail.
         
          Credits
          AmIMeYet (Me, basically)
         
          I'd also like some tips and stuff, on how to improve this, and how to improve my programming/scripting skill.
          I would also appreciate it if you would leave a message if you're planning on using it, or if you just like it.
          So, feedback, is the word of the post.
          I've put reply notification on, so feel free to drop a message anytime!
 
Two words: This is awesome!
Woops, that's three.
Well, anyways... I never thought of combining VB and Ruby! This is definitely something to download. My scripting only lies in the shadows of this!
Okay, enough with the compliments.
Diggin' real deep now, maybe a new feature or two might help the popularity:
The ability to 'Call Script' might be useful. This way you could have some tinting done on the movie.
My second is that you could have a random Intro be played at the beginning.

Just my ideas.

-Lonelyelf

P.S. The link is wrong. It brings me to http://"http//www.mediafire.com/?n4ujyijwwuq%22"
Maybe it's just firefox, maybe it's the forums. Try fixing it.
 
LonelyElf":3mgotvmv said:
Two words: This is awesome!
Woops, that's three.
1 Well, anyways... I never thought of combining VB and Ruby! This is definitely something to download. My scripting only lies in the shadows of this!
Okay, enough with the compliments.
Diggin' real deep now, maybe a new feature or two might help the popularity:
2 The ability to 'Call Script' might be useful. This way you could have some tinting done on the movie.
3 My second is that you could have a random Intro be played at the beginning.

Just my ideas.

-Lonelyelf

4 P.S. The link is wrong. It brings me to http://"http//www.mediafire.com/?n4ujyijwwuq%22"
Maybe it's just firefox, maybe it's the forums. Try fixing it.

1: Your script ain't that bad, you know! I mean, I had a lucky break with this (take a look at my previous script (its not on this forum though..))..
2: What exactly do you mean by 'Call Script'? Make my VB app do something to Game.exe (Tried it, impossible, as far as I know..), or something else?
3: Random intro could be done...now a way to let the app now when to do it...  Ah, thought of one... I'll get on it as soon as I have time..
(I have to learn for a test week that's coming up)
4: Ok, I've fixed the links now..

Thanks for the feedback!  :thumb:

Edit: Ok, finished random intro movie.
This is now version 2.1 (see main post)
 

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