Unofficial, alpha 35 weekly build

A secret forum for people who preorder Overgrowth!
Jeff
Evil Twin
Posts: 2892
Joined: Wed Nov 19, 2003 10:48 pm
Location: San Francisco, CA
Contact:

Unofficial, alpha 35 weekly build

Post by Jeff » Mon Jul 13, 2009 10:40 pm

The unofficial, alpha 35 leaked build is here!

A "leaked build" is when John and I literally grab the latest SVN build and package it up for you guys. It has a ton of known bugs, so don't worry if it doesn't work for you. It is not condoned by David, Phillip, and Aubrey, but we want to keep you guys in the loop and give you stuff to play with regularly! Please report bugs in Trac! http://trac.wolfire.net/spf/overgrowth

*NOTE* Please remember that these are unofficial alphas and they do not represent a finished product. They are not even polished builds, just straight up raw development dumps not intended for public consumption.

New in this version: (see blog)

Also, press F to toggle wireframe stuff. Press 8 and 9 to toggle the Rabbot. Press ` for the console. Type Console.help() for the console commands. Press b to spawn a physics box, right click to drag it around. Press r to spawn a ragdoll and F1 for WebKitten.

We are testing out BitTorrent DNA! Please let me know how that goes.
Windows: (direct) (torrent) (BitTorrent DNA)
Mac OS X: (direct) (torrent) (BitTorrent DNA)

Subscribe to the dev blog!

Note! No PPC, 10.4 Tiger, or Linux support at the moment -- we are waiting on Google Chrome for these. We are not sure when this will happen. Linux support is on the horizon though!

User avatar
zamzx zik
Posts: 197
Joined: Wed Oct 26, 2005 12:11 pm
Location: Pasadina, MD
Contact:

Re: Unofficial, alpha 35 weekly build

Post by zamzx zik » Tue Jul 14, 2009 12:09 am

Can't load decals in 35. (mac)

Xerxes713
Posts: 44
Joined: Sat May 12, 2007 6:28 pm

Re: Unofficial, alpha 35 weekly build

Post by Xerxes713 » Tue Jul 14, 2009 12:58 am

Just got a new computer that can actually run the alphas. I look forward to trying the new version in 30 seconds!

GDer
Posts: 51
Joined: Sat Jan 31, 2009 6:13 pm

Re: Unofficial, alpha 35 weekly build

Post by GDer » Tue Jul 14, 2009 6:26 am

I fixed the decal shader but I don't know if I'm allowed to post that fix. So I'll wait for word from developers.

Jeff
Evil Twin
Posts: 2892
Joined: Wed Nov 19, 2003 10:48 pm
Location: San Francisco, CA
Contact:

Re: Unofficial, alpha 35 weekly build

Post by Jeff » Tue Jul 14, 2009 12:55 pm

Sure... post away!

GDer
Posts: 51
Joined: Sat Jan 31, 2009 6:13 pm

Re: Unofficial, alpha 35 weekly build

Post by GDer » Tue Jul 14, 2009 1:15 pm

#include preprocessor directives didn't work in the "/Data/GLSL/decal.vert" shader so they were disabled.
Adding the code from files that should be included manually should work.

So simply paste this code in the next line after those two that start with "//#include"

Code: Select all

mat3 transposeMat3(const mat3 matrix) {
	mat3 temp;
	temp[0][0] = matrix[0][0];
	temp[0][1] = matrix[1][0];
	temp[0][2] = matrix[2][0];
	temp[1][0] = matrix[0][1];
	temp[1][1] = matrix[1][1];
	temp[1][2] = matrix[2][1];
	temp[2][0] = matrix[0][2];
	temp[2][1] = matrix[1][2];
	temp[2][2] = matrix[2][2];
	return temp;
}

vec3 CalcRelativePositionForSky(const mat4 obj2world, const vec3 cam_pos) {
	vec3 position = (obj2world * gl_Vertex).xyz - cam_pos;
	position.xy *= -1.0;
	return position;
}

User avatar
ACaron
Posts: 5
Joined: Tue Feb 24, 2009 8:27 am
Location: Montreal, Quebec, Canada

Re: Unofficial, alpha 35 weekly build

Post by ACaron » Tue Jul 14, 2009 10:40 pm

Hi guys!
I've just preordered Overgrowth, and I'm havin' some difficulties in the alpha for using Rabbot.
How do I play with im?
I've searched on the forums, and I found the short-keys 7, 8 or 9, but none of them work.
So, could someone help me, please?
:)

User avatar
Endoperez
Posts: 5668
Joined: Sun Jan 11, 2009 7:41 am
Location: cold and dark and lovely Finland

Re: Unofficial, alpha 35 weekly build

Post by Endoperez » Wed Jul 15, 2009 1:25 am

ACaron wrote:Hi guys!
I've just preordered Overgrowth, and I'm havin' some difficulties in the alpha for using Rabbot.
How do I play with im?
I've searched on the forums, and I found the short-keys 7, 8 or 9, but none of them work.
So, could someone help me, please?
:)
Try opening/closing the console and restarting the program, or loading a different level.

Razura
Posts: 46
Joined: Tue Jun 09, 2009 5:49 am
Location: ...Uranus
Contact:

Re: Unofficial, alpha 35 weekly build

Post by Razura » Wed Jul 15, 2009 4:42 am

Can we have a list of key commands, and buttons to make certain things happen?

Michiyo
Posts: 32
Joined: Wed May 27, 2009 9:50 pm

Re: Unofficial, alpha 35 weekly build

Post by Michiyo » Wed Jul 15, 2009 4:44 am

Still hoping there will be an updater soon if you guys plan to add one, it would save tons of bandwidth and time for all of us :P, i'll edit something in if this alpha doesnt work for me, the last one didnt work. D:

User avatar
Glabbit
Posts: 4917
Joined: Sun Feb 06, 2005 8:38 am
Location: A mile away, with your shoes!

Re: Unofficial, alpha 35 weekly build

Post by Glabbit » Wed Jul 15, 2009 4:45 am

Unofficial, alpha 35 weekly build
Ahh... I can't help feeling that it's really an Officially Unofficial weekly build...

35th already, huh?
How time flies~

User avatar
ACaron
Posts: 5
Joined: Tue Feb 24, 2009 8:27 am
Location: Montreal, Quebec, Canada

Re: Unofficial, alpha 35 weekly build

Post by ACaron » Wed Jul 15, 2009 10:29 am

Endoperez wrote:
ACaron wrote:Hi guys!
I've just preordered Overgrowth, and I'm havin' some difficulties in the alpha for using Rabbot.
How do I play with im?
I've searched on the forums, and I found the short-keys 7, 8 or 9, but none of them work.
So, could someone help me, please?
:)
Try opening/closing the console and restarting the program, or loading a different level.

Yeah, be sure that's the first thing I've tried.
It doesn't work.

Jeff
Evil Twin
Posts: 2892
Joined: Wed Nov 19, 2003 10:48 pm
Location: San Francisco, CA
Contact:

Re: Unofficial, alpha 35 weekly build

Post by Jeff » Wed Jul 15, 2009 12:07 pm

ACaron wrote:Hi guys!
I've just preordered Overgrowth, and I'm havin' some difficulties in the alpha for using Rabbot.
How do I play with im?
I've searched on the forums, and I found the short-keys 7, 8 or 9, but none of them work.
So, could someone help me, please?
:)
Do you have a non-US keyboard by any chance?

User avatar
Hale
Posts: 172
Joined: Thu Jul 17, 2008 7:53 pm
Location: Severna Park, MD

Re: Unofficial, alpha 35 weekly build

Post by Hale » Wed Jul 15, 2009 2:04 pm

Razura wrote:Can we have a list of key commands, and buttons to make certain things happen?
They have an Alpha readme which is sort of outdated, but still useful for some stuff. However, if you need help knowing some simple commands and functions, here is a Mac Tutorial...

General
Rabbot
Palette
Translate
Scale
Rotate

User avatar
ACaron
Posts: 5
Joined: Tue Feb 24, 2009 8:27 am
Location: Montreal, Quebec, Canada

Re: Unofficial, alpha 35 weekly build

Post by ACaron » Wed Jul 15, 2009 10:01 pm

Jeff wrote:
ACaron wrote:Hi guys!
I've just preordered Overgrowth, and I'm havin' some difficulties in the alpha for using Rabbot.
How do I play with im?
I've searched on the forums, and I found the short-keys 7, 8 or 9, but none of them work.
So, could someone help me, please?
:)
Do you have a non-US keyboard by any chance?
I've got a qwerty keyboard of a canadian or american (don't remember ^^) macbook. :?

Post Reply