Zandronum 1.3-alpha-140703-1806

Builds for previous versions go here

Moderator: Developers

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: Zandronum 1.3-alpha-140703-1806

#41

Post by Torr Samaho » Sun Jul 20, 2014 3:17 pm

Danzoa wrote: 1000mhz polling rate supported?
So far only 2.0 has the new mouse code.
Hypnotoad wrote: So will there be a new beta soon?
As soon as we figured out how to fix the problems introduced by this. Hopefully, we'll decide on how to handle this in today's dev meeting.

User avatar
Hypnotoad
Retired Staff / Community Team Member
Posts: 528
Joined: Tue May 29, 2012 8:50 pm
Location: Britland

RE: Zandronum 1.3-alpha-140703-1806

#42

Post by Hypnotoad » Sat Jul 26, 2014 9:07 pm

Any progress on this? Sorry to keep bugging.

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: Zandronum 1.3-alpha-140703-1806

#43

Post by Torr Samaho » Sun Jul 27, 2014 7:50 pm

If all goes well, we'll release the new beta build tomorrow.

User avatar
haxmurderer
 
Posts: 50
Joined: Wed Nov 28, 2012 2:13 pm

RE: Zandronum 1.3-alpha-140703-1806

#44

Post by haxmurderer » Sat Oct 11, 2014 8:20 pm

Torr Samaho wrote: I'm happy to announce the first official 1.3 beta build. If all goes well, this could also be the last beta build before the final release of 1.3.

<snip>

If you'd like to start tinkering with the new ACS functions, you'll need to add the following to your zspecial.acs:

Code: Select all

	-106:KickFromGame(2),
	-107:GetGamemodeState(0),
	-108:SetDBEntry(3),
	-109:GetDBEntry(2),
	-110:SetDBEntryString(3),
	-111:GetDBEntryString(2),
	-112:IncrementDBEntry(3),
	-113:PlayerIsLoggedIn(1),
	-114:GetPlayerAccountName(1),
Using EVENT scripts also requires a special version of acc.
Hey Torr,

You missed these functions in the zspecial.acs file:

Code: Select all

    
-115:BeginDBTransaction(0),
-116:EndDBTransaction(0),
I had to add those to make those functions work in ACC...

Thanks!
Hax
Last edited by haxmurderer on Sat Oct 11, 2014 8:21 pm, edited 1 time in total.

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: Zandronum 1.3-alpha-140703-1806

#45

Post by Torr Samaho » Sun Oct 12, 2014 1:52 pm

haxmurderer wrote: You missed these functions in the zspecial.acs file:

Code: Select all

    
-115:BeginDBTransaction(0),
-116:EndDBTransaction(0),
The post you quoted is simply older then these functions. The latest zspecial.acs can be found here.

Post Reply