Biocross Closed ALPHA
-
SQL Update:
In Biocross click the ‘Execute Biocross SQL Update button’ copy and paste this:
USE [Biocross]
GO/****** Object: StoredProcedure [dbo].[InsertBannedPlayer] Script Date: 07/19/2009 03:32:00 ******/
SET ANSI_NULLS ON
GOSET QUOTED_IDENTIFIER ON
GOCREATE PROCEDURE [dbo].[InsertBannedPlayer]
@PlayerName [text],
@IsTimeBan [smallint],
@UnbanDate [DateTime],
@Reason [text]
WITH EXECUTE AS CALLER
AS
INSERT INTO [Biocross].[dbo].[BannedPlayers]
([Player Name]
,[TimedBan?]
,[UnbanDate]
,[Ban Reason])
VALUES
(@PlayerName,
@IsTimeBan,
@UnbanDate,
@Reason)GO
then click run update!
-
UPDATED TO 0.0.0.1013
-
Player editor fixes(HazardFN)
-
Added Biocross options form, which now enables auto restart of FLServer and auto close of Dr.Watson (FriendlyFire)
-
FL new multiplayer character creation now runs a lot smoother(HazardFN)
-
SKINS!!! Yes you can now change how Biocross looks(HazardFN)
-
-
**Good to see you making progress on this, I would like to test it out as well.
Got a request for the scripts though, would it be possible to collapse all of the different ammo down into one file, Ammo.xml?
Anyways, the xml script builder is 80% complete, mainly just need to add a few filters to it before it’s released…**
-
@Lancer:
**Good to see you making progress on this, I would like to test it out as well.
Got a request for the scripts though, would it be possible to collapse all of the different ammo down into one file, Ammo.xml?
Anyways, the xml script builder is 80% complete, mainly just need to add a few filters to it before it’s released…**
All the ammo IS in ammo.xml :S
Projectiles.xml contains the launchers and stuff and ammo.xml contains the ammo for them, or is there something I’m missing?
-
Thanks for clearing that up, I’ll add a filter to split the ‘missile’ guns off from the normal guns. It had me a little confused since most of the stuff in those files you sent me were custom items. Anyways, chat me up on MSN later so we can go over the xml files this thing is making, time to go and see what method it will take to combine the shield and shield generator types, friggin duplicate names
-
For the Biocross testers
-
**It should work in Windows 7, it doesn’t have the BINI decoder active. The one I wrote needs rebuilding, a bit too slow…
Try it on a mod with text INI files.**
-
New Patch for ALPHA TESTERS using the new setup…
Good luck, this adds cheaters log checking functionality, Player maintenance and a few fixes in the wizard for x86 compatability…
installing will reset your settings due to a major difference in the settings file, apologies…
Also Skins are now saved into settings you get the same skin on reboot…
http://eredivine.net/biosoft/biocross/1015/1015.exe
Please Apply the SQL Update:
USE [Biocross]
GO/****** Object: StoredProcedure [dbo].[InsertBannedPlayer] Script Date: 07/19/2009 03:32:00 ******/
SET ANSI_NULLS ON
GOSET QUOTED_IDENTIFIER ON
GOCREATE PROCEDURE [dbo].[InsertBannedPlayer]
@PlayerName [text],
@IsTimeBan [smallint],
@UnbanDate [DateTime],
@Reason [text]
WITH EXECUTE AS CALLER
AS
INSERT INTO [Biocross].[dbo].[BannedPlayers]
([Player Name]
,[TimedBan?]
,[UnbanDate]
,[Ban Reason])
VALUES
(@PlayerName,
@IsTimeBan,
@UnbanDate,
@Reason)GO
from within the Biocross main screen too…