Search found 55 matches

by Neolitik
Sun Apr 11, 2010 8:30 pm
Forum: Support and Development
Topic: Compiling the finished game?
Replies: 2
Views: 1881

Re: Compiling the finished game?

Yes you can make .exe, look in the wiki at Game_Distribution !
You can merge in exe ...

by
by Neolitik
Sun Apr 11, 2010 8:22 pm
Forum: Support and Development
Topic: A Question about Table ! ^^
Replies: 3
Views: 2472

A Question about Table ! ^^

Hello all !

I try to transfert a table into a table ...( Copy , paste , delete )
This code is Ok , but i don't know if is the best method for that ??? :?

Code: Select all

Cam={}
Cam.Obj={}

function Cam:Add(t)
table.insert(Cam.Obj,t)
t=nil
return t
end

Bla={x=100;y=100;z=100}
Bla=Cam:Add(Bla)
by Neolitik
Fri Apr 02, 2010 6:46 pm
Forum: Libraries and Tools
Topic: Just a test engine !
Replies: 1
Views: 1724

Just a test engine !

hello all !

just post my alpha engine for a futur Multiplayer game .
Dont look the code^^ it's just a test for make thing i need !

key key for control the car !

by
by Neolitik
Wed Mar 31, 2010 4:48 pm
Forum: Support and Development
Topic: Some Bug or Not ??
Replies: 3
Views: 1345

Re: Some Bug or Not ??

Yopla !

it's all ok now !! just desactive antialiasing in my video driver (catalyst swith to "use application settings" )
and use img:setFilter( "linear", "linear" )

it's that can help some ! ^^

by !
by Neolitik
Wed Mar 31, 2010 10:23 am
Forum: Support and Development
Topic: Some Bug or Not ??
Replies: 3
Views: 1345

Re: Some Bug or Not ??

thank for the reply ,

my graphics it'not old , not young so .
i go try power of two ! ^^
by Neolitik
Tue Mar 30, 2010 8:08 pm
Forum: Support and Development
Topic: Some Bug or Not ??
Replies: 3
Views: 1345

Some Bug or Not ??

hello all !

i' m try to play with quad but they are some graphical bug ( or not i d'ont say).
I' tile quad but look pictures !! it's dirty.

if someone look my code it's very little !

thank for help !
thank for loVe !! ^^
by Neolitik
Fri Jan 29, 2010 4:54 pm
Forum: General
Topic: Hello all ! some question ?
Replies: 11
Views: 3470

Re: Hello all ! some question ?

oops ^^


i correct it now ^^ front wheel turning now ^^

thx
by Neolitik
Fri Jan 29, 2010 1:05 pm
Forum: General
Topic: Hello all ! some question ?
Replies: 11
Views: 3470

Re: Hello all ! some question ?

i have make a little simulation top view of car with one physics body , i ' m think there is another way to make it .
i 'm not good in math :nyu:

try , if that can help some ^^

arrow key for control

by all

" soory for bad english i'm french "
by Neolitik
Wed Jan 27, 2010 5:31 pm
Forum: General
Topic: Hello all ! some question ?
Replies: 11
Views: 3470

Re: Hello all ! some question ?

yop ,

i find for car with box 2 on the net.
you can make topdown view car : look here

http://www.emanueleferonato.com/category/box2d/page/4/

it' s box 2d prog !

i dont understand all the code lol ^^
by Neolitik
Wed Jan 27, 2010 11:54 am
Forum: General
Topic: Hello all ! some question ?
Replies: 11
Views: 3470

Hello all ! some question ?

Hello , and happy new year for all !

I have a question :

there is possibility of creating a car movements with just love.physics Body ( one body ?)?

thank