Search found 30 matches

by mrpixels0
Fri Sep 04, 2009 5:32 am
Forum: Programming & Software
Topic: More graphics problems :(
Replies: 7
Views: 4498

Re: More graphics problems :(

Hi guys been reading the wiki some more and trying some stuff on my own to see how it all works. Hey Jhysaun, I was figured I would use Mode 2 for a space invaders clone, yeah it does not look like the mode 3 is really all that much harder than 2 but I am a simple learner so it takes me longer to un...
by mrpixels0
Thu Sep 03, 2009 2:08 am
Forum: Programming & Software
Topic: More graphics problems :(
Replies: 7
Views: 4498

Re: More graphics problems :(

I will stick with mode(s) 1 or 2 for right now, at least until I get the hang of how to properly use them then I can move on to video mode 3 but that is not going to be for a long while.

Russell
by mrpixels0
Wed Sep 02, 2009 7:51 pm
Forum: Programming & Software
Topic: More graphics problems :(
Replies: 7
Views: 4498

Re: More graphics problems :(

Ah, So I need to Grid at 6x8 while making the sprite sheets doh :oops: , well thanks again Mr. Uze for the help and for Fixing the sprites.

Russell
by mrpixels0
Wed Sep 02, 2009 9:10 am
Forum: Programming & Software
Topic: More graphics problems :(
Replies: 7
Views: 4498

More graphics problems :(

Hi, well got my graphics made and ran them through pragmas script, but the script exits with an error about "Index out of bounds". I know it has to be somthing wrong with my sprite sheet but I cannot figure out what it would be. Now I have looked at the sprite sheet of the uzebox logo incl...
by mrpixels0
Wed Aug 26, 2009 8:49 pm
Forum: Programming & Software
Topic: compiler throwing out one doozy of an error
Replies: 10
Views: 5790

Re: compiler throwing out one doozy of an error

Sure would if you have one handy, I am sure I am not the only new user who could use a guide :)

Thanks

Russ
by mrpixels0
Wed Aug 26, 2009 6:32 pm
Forum: Programming & Software
Topic: compiler throwing out one doozy of an error
Replies: 10
Views: 5790

Re: compiler throwing out one doozy of an error

Hello Mr.Uze With the compiler, yeah I got that fixed thanks to you pointing me to that link. but now I got have to learn some GIMP filter usage to create tile set for Kaboom !, been trying to do it 6x8 tile at a time in 1000% mode (zoom) but it is tedious at best but Jhysaun pionted me to a link th...
by mrpixels0
Wed Aug 26, 2009 4:55 pm
Forum: Programming & Software
Topic: compiler throwing out one doozy of an error
Replies: 10
Views: 5790

Re: compiler throwing out one doozy of an error

I been trying to do it 6x8 block at a time, have not used gimp that much did not know it could do the same things I will take a look at it, looks pretty complicated though, Oh well just a little more reading to do thanks for the link Jhysaun.

Russ
by mrpixels0
Wed Aug 26, 2009 7:43 am
Forum: Programming & Software
Topic: compiler throwing out one doozy of an error
Replies: 10
Views: 5790

Re: compiler throwing out one doozy of an error

Hi Jhysaun Thanks for the suggestion :), right now I am trying to find a good tile editor for the Mac that spits out a PNG format for Pragmas script to work on but so far no go on finding one that fits the bill. would use Tile Studio but theres no Mac version of it and it wont run under crossover 8 ...
by mrpixels0
Tue Aug 25, 2009 9:46 pm
Forum: Programming & Software
Topic: compiler throwing out one doozy of an error
Replies: 10
Views: 5790

Re: compiler throwing out one doozy of an error

Thanks mr.Uze,

I had seen that before but I thought it was info on compiling the AVR tool chain under normal GCC, and not compiling binaries under AVR-GCC looks like I misread something yet again. Will have to slow down trying to learn too mucn too fast.

again thank you for your help.

Russ
by mrpixels0
Tue Aug 25, 2009 7:44 am
Forum: Programming & Software
Topic: compiler throwing out one doozy of an error
Replies: 10
Views: 5790

compiler throwing out one doozy of an error

Well I have been attempting to learn C and how to setup the AVR-GCC compiler tools but have been getting just one error all the time do not know why :(. Heres what I have setup: 1. AVR-GCC (from the avrmacpack-20090319) 2. Xcode tools from my Apple Disc 3. Python 3.x.x 4. Uzebox Trunk (containg sour...