[c#tool] RMX-OS AUL

Started by edwardthefma, October 05, 2009, 04:19:06 pm

Previous topic - Next topic

edwardthefma

October 05, 2009, 04:19:06 pm Last Edit: October 06, 2009, 03:58:15 pm by edwardthefma
RMX-OS AUL
Authors: EDWARDTHEFMA&WATERRATJ
Version:1.0
Type:auto updater launcher
Key Term: c#tool 



Introduction
it downloads you game client and runs it
it reads the ver of your game by using a .txt file
written in c#


Features


  • it is ezy to use
  • makes it ezer to get new versions of you game out to the public



Screenshots

none needed


Demo
http://www.megaupload.com/?d=SR379DJ3


Script
it is all in the demo
Instructions
ok this  is made in c# so you need to download and install Microsoft's Visual C#
http://www.microsoft.com/express/vcsharp/Default.aspx
you can edit the code in
        types                                 members
  • Launcher.Designer.cs           InitializeComponent()
  • DWOLauncher.frmLauncher    frmLauncher()
    the file get the ver information in a txt file ver.txt
    so like ver1.0 would be 1000 and 1.1 would bee1100 and so on
    wen you are finshed editing it for your game
    click build then click build  solution
    and your auto updater will be in the
    rmx-osAUL\DWOLauncher\bin\Release directory
    dont for get to copy ICSharpCode.SharpZipLib.dll along with the .exe file


    Compatibility
    you need a file host that alows hot linking


    Credits and Thanks



    • WATERRATJ



    Author's Notes
    i like pie
i am the lead dev for the shellium mmorpg project
http://wiki.shellium.org/w/Mmorpg
shellium.org :) free linux shells pm me and i will gladly
help you get 1

Blizzard

Quote from: edwardthefma on October 05, 2009, 04:19:06 pm
it downloads you game client and runs it
it reads the ver of your game by using a .txt file
written in c#


This is not an RGSS script.
Also, RMX-OS is RPG Maker XP Online System, not VX.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

crzyone9584

I'm sry for the huge necro post but since this is its topic and most likely the support place to get help for it figured i'd post here.

This is the error I'm getting form the source after i changed the download URI. It happens when you try to install the game.

QuoteSpecified argument was out of the range of valid values. Parameter name: length


The line that pushes it out is zip.ExtractZip

Any clue on why this is happening?

Thanks and sry for the necro post. If i should've made a new topic just let me know.

Blizzard

No problem, the rule about necro applies only when you have nothing relevant to say. In this case you're reporting a bug and that's fine.

You'll have to wait for ed until you get a fix for this I guess. :/
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

crzyone9584

I figured as much. I guess i will wait. Ill keep surfing google and hopefully I'll find a fix and if i do ill post it here.

crzyone9584

I know its been a while. Sorry for the double post. I was able to finally get this working. No more errors. Now my question is what type of License is there for this? I don't know a lick of c#. So I was wondering if i may transform this into a vb.net project and modify it.

Thanks for your answers. Of course the orginal author will be credited in the Commits of my vb.net version.

edwardthefma

it is Creative Commons - Attribution-NonCommercial-ShareAlike
i am the lead dev for the shellium mmorpg project
http://wiki.shellium.org/w/Mmorpg
shellium.org :) free linux shells pm me and i will gladly
help you get 1

crzyone9584

http://creativecommons.org/licenses/by-nc-sa/3.0/

That correct? If so stated by that License i have to release my vb.net version. Correct?

Ryex

not necessarily fi you use it for personal uses uses alone you don't have to do anything. you you release the project to the public you must give credit and put the project under the same license
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

crzyone9584

Ok. well i am releasing it to the public. Almost done the post now for 0.1. Credit is given to EDWARDTHEFMA&WATERRATJ and will be released under the same license.