Search found 6 matches
- Sun Apr 05, 2009 12:55 pm
- Forum: Libraries and Tools
- Topic: Final Fantasy 7 to MMOJRPG
- Replies: 12
- Views: 16188
Re: Final Fantasy 7 to MMOJRPG
I recommend you that start with a smaller mmo, and later you will use your old code for your ff7mmo. And in a mmo, for me the most important thing are the quest. no quest mmo is a boring mmo. I left a lot free mmo becouse there was few quest. What means mmoJrpg? the J is...? Multiplayer Massive Onli...
- Sun Apr 05, 2009 12:41 pm
- Forum: Support and Development
- Topic: Which .lua Editor do you use?
- Replies: 33
- Views: 25451
Re: Which .lua Editor do you use?
In windows I use notepad++
And in linux... i can't install love, i have problem with the dependences... may be, when appear a .rpm for suse i will install it.
And in linux... i can't install love, i have problem with the dependences... may be, when appear a .rpm for suse i will install it.
- Sun Apr 05, 2009 12:32 pm
- Forum: Libraries and Tools
- Topic: My first project
- Replies: 0
- Views: 3802
My first project
Hi Like I am very grateful with this program. I want to make a game with the main topic is löve program. I said. The character could be the cute circle that is top right the page. And you will see the rainbows "weeeeeeee", hearts, "Obey" and all the icons and things that are rela...
- Thu Apr 02, 2009 5:09 pm
- Forum: Support and Development
- Topic: Tutorial 3 is ok?
- Replies: 5
- Views: 5705
Re: Tutorial 3 is ok?
Thanks. with drawf() works properly
- Wed Apr 01, 2009 7:19 pm
- Forum: Support and Development
- Topic: Tutorial 3 is ok?
- Replies: 5
- Views: 5705
Re: Tutorial 3 is ok?
code main.lua function load() font = love.graphics.newFont (love.default_font, 14) love.graphics.setFont (font) end function draw() love.graphics.draw("A really long sentence whitch will probably be broken into many ieces by my love.", 500,100,250, love.align_right) love.graphics.draw(&quo...
- Wed Apr 01, 2009 12:29 pm
- Forum: Support and Development
- Topic: Tutorial 3 is ok?
- Replies: 5
- Views: 5705
Tutorial 3 is ok?
I coded the tutorial 3 and I believe that it didn't do all that I suppose that it do.
and....
Nice to meet you all.
and....
Nice to meet you all.