Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: Gui editor screen proportions bug
Post: RE: Gui editor screen proportions bug
But it overlaps my editor menu, so i cant click on the view or editor options anymore without moving the objects.. |
|
koekwaus |
Tools |
3 |
4,236 |
06-11-2012, 03:21 PM |
 |
|
Thread: Gui editor screen proportions bug
Post: Gui editor screen proportions bug
Hey,
I don't know or this is a bug or a setting but the screen proportions are overlaping the menu.
I made a screenshot ;)
Gr. |
|
koekwaus |
Tools |
3 |
4,236 |
06-07-2012, 06:52 PM |
 |
|
Thread: World Editor removed object
Post: World Editor removed object
Hey,
I recently notice some strange things happening in my world editor.
My removed objects are coming back when those objects are out of the view area. Some objects are back on the exact same positi... |
|
koekwaus |
Tools |
1 |
2,862 |
06-02-2012, 12:58 PM |
 |
|
Thread: A.I. must not fall of box actor.
Post: RE: A.I. must not fall of box actor.
Ah, i solved it. Turns out that the ray was hitting the AI. All i need to do was setting: actor.ray(false); -raycast- actor.ray(true);
Thanks for the replies and help! |
|
koekwaus |
Beginner Questions |
3 |
3,790 |
06-01-2012, 02:53 PM |
 |
|
Thread: A.I. must not fall of box actor.
Post: A.I. must not fall of box actor.
Hey,
I'm currently working on my A.I. of the game, now I have A.I. on platforms and they need to move freely on the platform but they need to know when to stop moving when they approach an edge so th... |
|
koekwaus |
Beginner Questions |
3 |
3,790 |
05-31-2012, 07:48 PM |
 |
|
Thread: Connect to mySQL server
Post: RE: Connect to mySQL server
Sorry for double post but I added the driver and it works when I hit 'test'.
But ingame it doesn't work:
[MySQL][ODBC 5.1 Driver]Unknown MySQL server host '*ip*:3306' (2)
What i'm doing wrong? |
|
koekwaus |
Network |
10 |
7,542 |
04-18-2012, 09:29 AM |
 |
|
Thread: Connect to mySQL server
Post: RE: Connect to mySQL server
|
koekwaus |
Network |
10 |
7,542 |
04-17-2012, 03:53 PM |
 |
|
Thread: Connect to mySQL server
Post: RE: Connect to mySQL server
I don't see any mysql driver in the "Drivers" tab.
Only Microsoft ODBC for oracle, of SQL server but dont know if that is relevant |
|
koekwaus |
Network |
10 |
7,542 |
04-17-2012, 03:39 PM |
 |
|
Thread: Connect to mySQL server
Post: RE: Connect to mySQL server
Well, that is actually what i did, but i changed the parameters for this topic. But even with the correct info I'm getting the same error.
I enabled remote access in direct admin. |
|
koekwaus |
Network |
10 |
7,542 |
04-17-2012, 02:52 PM |
 |
|
Thread: Connect to mySQL server
Post: Connect to mySQL server
Hey,
I'm trying to get connection with my MySQL server of my website, but I'm not sure how this works.
I try this by doing this:
Code:
if(!sql.connectMySQL("ip:3306", "dbname", "user", "pass", &am... |
|
koekwaus |
Network |
10 |
7,542 |
04-17-2012, 02:13 PM |
 |
|
Thread: Jumping through object
Post: RE: Jumping through object
Ok, I'm getting this error:
Quote:Can't create actor:
Actor::create(ActorShapes &shapes, Flt density, Bool, kinematic);
density = 1.000
kinematic = 0
Actor Shapes: 7 / 65536
What I got:
Platfor... |
|
koekwaus |
Beginner Questions |
4 |
4,291 |
03-05-2012, 02:37 PM |
 |
|
Thread: Jumping through object
Post: RE: Jumping through object
(03-03-2012 04:09 PM)aceio76 Wrote: Maybe separate the platform physics, then move/remove/hide the platform physics when jump is invoked? Maybe time the deactivation of the physics platform to... |
|
koekwaus |
Beginner Questions |
4 |
4,291 |
03-03-2012, 04:49 PM |
 |
|
Thread: Jumping through object
Post: RE: Jumping through object
Thanks! I will look at that. But the player must also be able to jump from the top to below the platform (actually falling through). I'm sorry, I forgot to mention that.
Edit: I've looked at planes ... |
|
koekwaus |
Beginner Questions |
4 |
4,291 |
03-03-2012, 03:40 PM |
 |
|
Thread: Jumping through object
Post: Jumping through object
Hi,
Currently i'm working on a side scroller which is going great. But i have a little problem and i like to discuss what the best way is to do this.
I have this controller class that represents the... |
|
koekwaus |
Beginner Questions |
4 |
4,291 |
03-02-2012, 03:59 PM |
 |
|
Thread: Hi I'm new...
Post: RE: Hi I'm new...
Hi,
What do you exactly mean? if there are standard animations? No, you need to make animations by yourself. You can export them from 3Ds max WITH a collada or FBX file, if you open the model with th... |
|
koekwaus |
Beginner Questions |
3 |
3,461 |
03-02-2012, 03:45 PM |
 |
|
Thread: Animated 2D in 3D space
Post: Animated 2D in 3D space
Hi,
I'm about to start working on a project that is a 3D side scroller.
The gameplay is bit similar as this game: http://www.youtube.com/watch?v=0jHu4GNYwwQ
But I have some questions before I start... |
|
koekwaus |
Beginner Questions |
1 |
3,101 |
02-02-2012, 02:24 PM |