Page 1 of 2

Update 13th Sept

Posted: Mon Sep 12, 2011 11:40 pm
by CodenStuff
Hello again,

The new update is up and ready for download and ill just go through a few of the new things.

First off I have fixed a few bugs found in the last one and added a file repair button to the login screen if anyone has anymore file errors.

Codewars
The new codewars section of the game has been added so you can attack other game players and infect them with a virus if you want too. The virus cleaner isnt working properly yet so nothing bad will happen to you if you do get hacked and infected. When its finished you will need to purchase anti-virus items from the shop area to clean your system and eventually different viruses will cause different levels of damage like making your bandwidth go down faster, reducing your cash level and deleting your items etc to make things more fun.

You have to have a modem and decryption level of 15 or more before this feature is activated and you can attack other players.

Bandwidth
This is a big change and you will no longer get a bandwidth reset if you run out. Instead you will get an ISP window informing you you have run out and you can either pay $500 to get more or if you dont have enough money you will have to wait 30 in game minutes for it to reset. If you do pay the $500 to renew you will get a list of IP accounts which you can take control of and depending on which one you choose you could get anything from 3MB to 15MB of bandwidth from it.

Image

So now would be a good time to get your defense levels up and make sure you always have atleast 500 (currency) handy incase you run out of bandwidth.

Re: Update 13th Sept

Posted: Mon Sep 12, 2011 11:56 pm
by CodenStuff
Whoever just infected me with a virus is getting banned :lol:

I need to make it so you can see the name of who infected you!.

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 12:27 am
by Cheatmasterbw
I thought of a simple idea.

you should add an autocomplete to this textbox when choosing a file/folder:
Image

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 12:57 am
by Cheatmasterbw
Also... I've been getting a lot of errors lately:

Image
Code: Select all
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at CnSWars.Uploader.Uploader_Load(Object sender, EventArgs e)
   at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
   at System.Windows.Forms.UserControl.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.ControlCollection.Add(Control value)
   at System.Windows.Forms.Form.ControlCollection.Add(Control value)
   at CnSWars.Form1.GameLoaderContinue()
   at CnSWars.RegLogin.Timer1_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CnSWars
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Ben/Desktop/CnS%20Wars/CnSWars.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 8:22 pm
by Kieken72
Nice game =) Super nice! No errors it works flawless :=)
EDIT: Sometimes the Layout drom the right bar messes up :/

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 9:03 pm
by comathi
Whoever just infected me with a virus is getting banned
Oh oh, guess this means i'm getting banned... :lol:

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 9:12 pm
by Kieken72
and I guess I'm getting followed by FBI :/

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 9:34 pm
by Cheatmasterbw
How do you infect someone?

Also... How do I buy things people put up for sale?

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 9:36 pm
by comathi
There should be an update, and if that's already downloaded, just click on the skull icon in the game, it will bring you to a page with a combobox and a button that says "lets go", just select a name from the combobox and then click the button :D

To buy things, go to the players page and locate the items for sale, just click on the "buy" button and you'll be able to buy it :D

Re: Update 13th Sept

Posted: Tue Sep 13, 2011 10:03 pm
by Cheatmasterbw
I found out how to buy things... but not infecting someone.

Is this the skull icon you mean?
Image