• Star Fox 5 1
Currently:  

Author Topic: Star Fox  (Read 46793 times)

0 Members and 1 Guest are viewing this topic.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Star Fox
« Reply #225 on: July 19, 2011, 08:30:25 pm »
Yeah, this project is dead from what I understand.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Ti-Programmer

  • LV3 Member (Next: 100)
  • ***
  • Posts: 84
  • Rating: +3/-0
  • Whats this? so many features...
    • View Profile
    • Ti-Programmer's website
Re: Star Fox
« Reply #226 on: July 19, 2011, 08:36:24 pm »
Yeah, this project is dead from what I understand.
Man, too bad. This project was lookin pretty good. It needed some work, but pretty good progress.
Spoiler For Sig:







SirCmpwn

  • Guest
Re: Star Fox
« Reply #227 on: July 19, 2011, 08:36:56 pm »
If I remember correctly, it was just too ballzy.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Star Fox
« Reply #228 on: July 19, 2011, 09:11:28 pm »
I know the penguin77 discontinued it but is someone working on it the source code was released
This used to contain a signature.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Star Fox
« Reply #229 on: July 19, 2011, 09:15:00 pm »
ben_g might have looked at it while writing his polygon engine but apart from that nobody's working on it.
In-progress: Graviter (...)

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Star Fox
« Reply #230 on: July 19, 2011, 09:15:51 pm »
GO ben_g complete this!
This used to contain a signature.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Star Fox
« Reply #231 on: July 19, 2011, 09:24:03 pm »
Ben_G has other projects, I think. Keep in mind that if you really want a project to remain active after the original author retires it, the best way is generally to learn how to maintain it yourself rather than asking others to do it :)

Of course if Ben wants to take Star Fox on, that'd be great. I'd love to see this project completed.
« Last Edit: July 19, 2011, 09:26:25 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Star Fox
« Reply #232 on: July 19, 2011, 11:35:53 pm »
Yeah, I'm pretty much done, the only thing I might try is to make it full screen. Though, with my current knowledge, that's not possible, so we'll just have to wait on that.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Star Fox
« Reply #233 on: July 19, 2011, 11:40:05 pm »
Yeah, I'm pretty much done, the only thing I might try is to make it full screen. Though, with my current knowledge, that's not possible, so we'll just have to wait on that.
Whatabout health and enemys shooting you
This used to contain a signature.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Star Fox
« Reply #234 on: July 19, 2011, 11:44:37 pm »
Yeah, I'm pretty much done, the only thing I might try is to make it full screen. Though, with my current knowledge, that's not possible, so we'll just have to wait on that.

You could "stretch" the screen.  I modified Gemini that way like so:  I drew every horizontal line twice, and I drew every other vertical line twice.

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Star Fox
« Reply #235 on: July 19, 2011, 11:47:57 pm »
Annoying Orange, I don't think you understand, full screen involves tweaking a few numbers and optimizing my grayscale routines and would probably take an hour or two if I knew exactly what I needed to do.

Health and enemies shooting at you requires:
  • A buffer system to handle enemy bullets
  • A collision routine to check if the enemy bullets hit the ship
  • Enemy artificial intelligence, (this involves calculating the angle between the enemies and the ship)


These are just the essentials, to make it worthwhile, I would also have to allow angled shooting from the main ship. And with all these additions comes a reduction in speed, which means I'd have to go back and optimize old stuff for speed.

All of this would take probably 6 hours to make with 2-3 hours of debugging since this is some complicated stuff, and that is quite a bit of time.


And annoyingOrange, please quit necro posting really old threads. I know of like 4 you've done this to now. Seeing a new post in no way makes me want to start working on it again. I work on stuff when I get a cool idea for it.


HotDog, No, I'd just render it to full screen. It wouldn't really even involve many changes, I just don't have the processor time right now.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Star Fox
« Reply #236 on: July 20, 2011, 12:10:47 am »
Well when I learn ASM I will finish Star Fox and give it a title screen and anything I can think of
This used to contain a signature.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Star Fox
« Reply #237 on: July 20, 2011, 05:51:03 pm »
Aw come on, saw this thread bumped and couldn't resist clicking :(




Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Star Fox
« Reply #238 on: July 20, 2011, 06:37:58 pm »
ben_g might have looked at it while writing his polygon engine but apart from that nobody's working on it.
I didn't even knew that this existed while i started working at my 3d engine, and when thepenguin77 showed me a screenshot of it, i thought that it was raycasting.
GO ben_g complete this!
Huh? Why me?
Ben_G has other projects, I think. Keep in mind that if you really want a project to remain active after the original author retires it, the best way is generally to learn how to maintain it yourself rather than asking others to do it :)
Querty.55 is right. Maybe i'll do it when one of my projects is completed, or when I'm really bored.
« Last Edit: July 20, 2011, 06:41:14 pm by ben_g »
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Star Fox
« Reply #239 on: July 24, 2011, 07:49:00 am »
Nooooo! Why did this topic have to get bumped? On another note, I'm back.