Q-Gears 0.12

  • Thread starter Thread starter G
  • Start date Start date
Status
Not open for further replies.
G

G

Guest
Today released version 0.12!
There is a lot of Akari's improvements, and my final code for playing movies and audio.
Check it out: http://sourceforge.net/project/showfiles.php?group_id=165417
Linux binaries I think I'll add today after work (GMT+2 :) ).

Thanks to Akari for finding my stupid bugs, shame on me!

Screenshots:
q-gears.0.12_1.jpg

q-gears.0.12_2.jpg

q-gears.0.12_3.jpg

q-gears.0.12_4.jpg


And of course we need more programmers to develop q-gears, if anyone want to help, you are welcome!
For me next task will be to understand AKAO (C) sound format.
 
id like help with this, ive been watching it from the start and it look so cool now. i havent done much in C++ before so would be fun to start. can i get this to run with just dev c++ and svn ?
 
Hey ppl, nice work!

I'm following you guys work for sometime, just looking how the things are going,
technical stuff about the FF7, etc... It's just amazing how much work was done
in so short time! Really congratulations ppl!

I'm wishing to try give some hand in coding. I do some programming at work,
but not with C++. I know the language, but I don't have real experience with it.
Since the language chosen in the college was C++, more a reason get familiar
with, better if in a fun and cool project!

I'd like to ask you guys to put some kind of 'to-do' list somewhere or point me out
where is it, if already exists. I`ve read the PDF with the technical stuff about the FF7
inner works, I'll give a look in the wiki, but would be nice to have some kind of
point to start. Maybe some easy and boring tasks for us novices to have a start!

Anyway ppl, I'd to wish luck for you. This is an amazing work!

P.S.: Sorry for the bad english. My first language is portuguese ( Brazilian )
and I'm really a better reader than writer...  :wink:

And to Halkun, about the Japanese teaching program.... がんばってね!!

--
Mikael
 
id like help with this, ive been watching it from the start and it look so cool now. i havent done much in C++ before so would be fun to start. can i get this to run with just dev c++ and svn ?
To compile & run it under windows you'll need also SDL-devel, iconv, libxml2, zlib development libraries.
 
great guys!!! :) I really love the idea of playing Final Fantasy VII again, but with modded stuff!!!! :)

Wonderful!!!
 
I just updated the homepage with the new logo and news. I also redirected the screenshots to Akari's page.
 
Well done, I spotted that on the RSS feed for the sourceforge page. Quite abit of an update!
 
Ok, this is a realy stupid question, but:  Is it just me who can walk ontop of things?  (I.e., the "Intruders!" sign)
 
Ok, this is a realy stupid question, but:  Is it just me who can walk ontop of things?  (I.e., the "Intruders!" sign)
Z sorting of models and background not yet implemented. It's planned to 0.13 version.

To do list to 0.13

! [ffvii] Create Movie camera mode and clean up ScreenManager.

! [ffvii] Implement sound and music related opcodes (0xFE (CHMST), 0xF5 (MULCK), 0xF1 (SOUND), 0xF0 (MUSIC)).
! [ffvii] Implement sound and music.

! [ffvii] Port savemap to gamestate and remove unnesesary Savemap struct from Gamestate.
- [ffvii] Add save to XML and load from there.
- [ffvii] Add party related opcodes (0x0A (SPTYE), 0x0B (GTPYE), 0x74 (GETPC), 0xC9 (PRTYM), 0xCB (IFPRTYQ), 0xCC (IFMEMBQ), 0xCD (MMB+-), 0xCE (MMBLK), 0xCF (MMBUK)).
- [ffvii] Add item related opcodes (0x58 (STITM), 0x59 (DLITM), 0x5A (CKITM), 0x0FFA (AAITM), 0x0FFF (RMITM)).
- [ffvii] Add item/party related methods to GameState.

! [ffvii] Change Y and Z in coords.

! [ffvii] Implement lighting model.
! [ffvii] Implement layer/background z ordering.

! [ffvii] REQSW and REQEW must be sure that script starts.

! [ffvii] Implement left entity managing opcodes (0xB8 (GETAXY), 0xB6 (DIRA), 0xA6 (XYI), 0xA7 (XYZ), 0xA4 (VISI), 0x73 (PGTDR), 0x2B (SLIP), 0x2A (PMOVA), 0x09 (SPLIT), 0x08 (JOIN)).
! [ffvii] Implement entity movement opcodes (0xAA (MOVA), 0xC3 (OFST), 0xC4 (OFSTW), 0xA9 (CMOVE)).
! [ffvii] Add collision with border.
! [ffvii] Switch to movement related collision check.
! [ffvii] Implement board sliding on/off.
- [ffvii] Make line and entity script activation working as Synergy blades write.
- [ffvii] Gateway must set direction.
 
Today finally added Linux versions of q-gears-ffvii.
For now just two plain .tar.bz2 archives (for i386 & x86_64) - I have not time for distribution packaging.
If there are anyone who want to maintain .deb's, .rpm's and so on - let me know.
 
Reading the WIP for 0.13 I can't help thinking this is gonna be a major revision! Keep it up, guys!  :wink:
 
Hi, I would like to help coding in this project.
I have mac os x and would be nice to make and osx port.
 
This is an opensource project. You don't need permission to change the code or improve it (as long as you don't break the license terms), if you want to port it to osx, and I suppose the authors will like it, if you do it right.
 
Hi, I would like to help coding in this project.
I have mac os x and would be nice to make and osx port.
The more operating systems support - the better!
What build system is used on MacOS?
If autotools is supported you can modify build scripts to compile for MacOS.
If it isn't you can create files for build system used in MacOS (me don't know anything about MacOS),
but if you do so we would like you will maintain them in the future
(there was a VS.NET project files, but I removed them as nobody maintained them and it was *very* outdated).
If you have coding skills in C++ - contact Akari - he has a lot of work for everyone =)
 
You could always make an X-Code project file, not sure if SDL and stuff works with it though..
 
Status
Not open for further replies.
Back
Top