Search found 146 matches

by matto1990
Fri Jun 26, 2009 6:46 am
Forum: Overgrowth - Secret Preorder Forum
Topic: A brief suggestion on animations.
Replies: 3
Views: 648

Re: A brief suggestion on animations.

All tyhe animations are done automatically so there are no pre programmed animations at all. From what I've seen this happens at the minute anyway.
by matto1990
Thu Jun 25, 2009 5:48 pm
Forum: Overgrowth - Secret Preorder Forum
Topic: Some first tests
Replies: 14
Views: 1959

Re: Some first tests

I like it! Looks like your frame rate took a bit of a hit on the last shot of the first post though :P
by matto1990
Thu Jun 25, 2009 5:47 pm
Forum: Lugaru
Topic: Lugaru Downloader
Replies: 170
Views: 238713

Re: Lugaru Downloader

Cheers guys :D Thanks for helping out :)
by matto1990
Thu Jun 25, 2009 3:23 am
Forum: Overgrowth - Secret Preorder Forum
Topic: Chat prototype
Replies: 30
Views: 4695

Re: Chat prototype

Skofo wrote:However, it doesn't seem to work with Chrome well either...
Chrome uses a version of webkit that is older than safari I think.

Also that works really well. I love it :D
by matto1990
Wed Jun 24, 2009 5:14 pm
Forum: Lugaru
Topic: What were Lugaru's models done with ?
Replies: 5
Views: 3815

Re: What were Lugaru's models done with ?

Untadaike wrote:
Lotus Wolf wrote:Yes
Yes.
And wow, that would really suck to lose a program you'd made yourself....
That's why we always backup kids ;)

(Although how many of us actually do?)
by matto1990
Tue Jun 23, 2009 1:16 pm
Forum: Lugaru
Topic: Lugaru Downloader
Replies: 170
Views: 238713

Re: Lugaru Downloader

The best thing I can recommend is to first download Adobe AIR (if you dont already have it):

Windows
Mac OS X

And then after that is done install the Downloader:

http://lugarudownloader.matto1990.com/d ... ru-1.1.air

Hope that helps :)
by matto1990
Mon Jun 22, 2009 3:43 am
Forum: Overgrowth - Secret Preorder Forum
Topic: Programming Language
Replies: 30
Views: 3953

Re: Programming Language

XNA/ C#: http://creators.xna.com/en-US/ C# is a real world language with the nice bits of Java(beginner friendly ones) and the speed and power(Almost) of what the guys are programing in at Wolfire. It's also what they use to develop games for the xbox 360 and is well supported. I was looking up XNA...
by matto1990
Sun Jun 21, 2009 3:24 pm
Forum: Lugaru
Topic: Lugaru Downloader
Replies: 170
Views: 238713

Re: Lugaru Downloader

Nice work :) I'm not sure it'll work on Mac, due to directory changes though. It does work on a mac, I've had it tested by a few people. I also beliave it works on Linux but I haven't tested this yet. If you're on a mac you just select the appropreiate directroy when promtped. I have no idea where ...
by matto1990
Sun Jun 21, 2009 3:23 pm
Forum: Overgrowth - Secret Preorder Forum
Topic: Programming Language
Replies: 30
Views: 3953

Re: Programming Language

Anyway, the reason why Java really can be nearly as performant is, that it is not an interpreted language as you two falsely assume. As I already said it is a hybrid language, Java source code is always compiled during a compile time and not at run time. Into Java bytecode which is the equivalent f...
by matto1990
Sun Jun 21, 2009 7:50 am
Forum: Overgrowth - Secret Preorder Forum
Topic: Programming Language
Replies: 30
Views: 3953

Re: Programming Language

C++ is probably about 10 times faster than Java (Wild guess). C++ is compiled into machine readable instructions, where as Java evaluates the code as it runs (Interpreted). Trying to make complicated 3d engines in Java is basically infeasible because of speed contraints. Sorry, but this wild guess ...
by matto1990
Sun Jun 21, 2009 3:50 am
Forum: Lugaru
Topic: Lugaru Downloader
Replies: 170
Views: 238713

Re: Lugaru Downloader

Question: As it not gets quite clear, if you switch between campaigns, will the files be downloaded every time or are backed-up files just copied from the hard disk after the first time downloading? Well, sorry I am too lazy to try myself... Anyway, great idea. They are backed up on your computer a...
by matto1990
Sat Jun 20, 2009 5:42 pm
Forum: Overgrowth - Secret Preorder Forum
Topic: Programming Language
Replies: 30
Views: 3953

Re: Programming Language

Wolfire will most likely use some form of C (Most likely C++ or just C as they are doing multi platform stuff). It's what most of the programs that run on your pc are written in (including Windows and Mac OS X for the most part). It's not necessarily the programming language that determines how long...
by matto1990
Sat Jun 20, 2009 4:18 pm
Forum: Lugaru
Topic: Lugaru Downloader
Replies: 170
Views: 238713

Re: Lugaru Downloader

Just a quick heads up to anyone who's already downloaded the downloader... Please uninstall the version you have downloaded and then reinstall it. I have updated it to now check for updates automatically every 14 days, however this doesn't play too well with the old version; so you first need to uni...
by matto1990
Fri Jun 19, 2009 7:20 pm
Forum: Lugaru
Topic: Lugaru Downloader
Replies: 170
Views: 238713

Lugaru Downloader

UPDATE ON 2013/04/12 : The source code for this tool is not open source and a new developer should take over http://forums.wolfire.com/viewtopic.php?f=7&t=5196&p=191135#p191135 UPDATE FROM ADMIN : This Tool Is no longer available, and will not work if you try to run it. Update: Anyone who h...
by matto1990
Fri Jun 19, 2009 4:52 pm
Forum: Overgrowth - Secret Preorder Forum
Topic: Mac
Replies: 19
Views: 3658

Re: Mac

That would work for linux but I don't think it would work for a PPC mac. Not sure on that though.