fun stuff I hope this evolves to something really nice
3 2011-02-09 20:33:09
Topic: Sponza with Jules? (1 replies, posted in Scripting)
I tried adding Jules and a Camera and attach it to Jules, but I have no Idea how to make him as "player."
I also tried to edit the Jules demo by deleting map and adding the sponza, but then there is no collision and Jules falls right through. What should I do?
4 2011-02-09 20:31:51
Topic: WASD (3 replies, posted in Scripting)
Hi!
When trying to change sponza demo to have WASD it only works for UP:
if isKeyPressed("UP") then
addCentralForce(Player, {0, 6, 0}, "local")
end
Change to:
if isKeyPressed("W") then
addCentralForce(Player, {0, 6, 0}, "local")
end
By some reason back, left and right is always forward with WASD, do I declare these in some other place?
5 2011-02-09 20:24:23
Re: Nice engine ;] (4 replies, posted in Gossip)
Yeah, also wanted to drop in a Hi and nice engine. I look forward to seing this evolve
Also about spelling, I saw some stuff.
Just a small thing but it's:
Activate and then Deactive, not desactivate
Saw in code that you also have this
Keep it up!