Jump to content
Tuts 4 You

Orion Scroller Source


yamraaj

Recommended Posts

Posted (edited)

I was trying for coding a starfield...and no need to tell i failed :confused: ..So what i did...just ripped the code from a C++ keygen and made it readable in asm...I hope it will be useful for the poor programmers like me :teehee:

Attached source along with a compiled exe...Have Fun!!!ORiON.rar

Edited by yamraaj
Posted
I hope it will be useful for the poor programmers like me :teehee:
It is... it is... !!!

Thx... :thumbsup:

Posted

Hello

Wow Kool :) Thx mate

But i have a small problem he mean he cant find ufmod.inc - ufmod.lib who have this ?? whats wrong :(

greetz

Posted (edited)

eXLoCK Get it from http://ufmod.sourceforge.net/

Either copy the inc file to masm32\include and lib to masm32\lib or if you are using other directory the nspecify the correct path like "C:\ufmod\ufmod.inc" and similarly for lib

and if you don't want music to play then comment the four lines having ufmod in it :)

Edited by yamraaj
Posted

Hello

Hey Kool Thank you ;) nice nice

greetz

  • 2 weeks later...
Posted

that's that's WONDERFULL thanks allot mate!! *late response just heard from this post from angel55* I tried coding it as wel... did it in VB but that just sucked... well thanks again mate ^^

F0X

Posted

As Ziggy Mentioned there was a gdi leak.....So to remove it add this line at the end of UpdateScroll Function

invoke DeleteObject,ScrollMainDC

  • 3 weeks later...
Posted

But this starfield is an original code by Orion or it was taken from some GDI win32 programming book???

Posted

this code is ripped out of an ORiON keygen...

Posted (edited)

No sh!t, Sherlock. Did you read the thread title? :P

Edited by Loki
Posted

arlequim asked for the the source of the code I simply told him...

Posted

@shot: ok, i have understood that this code was ripped by orion kgn but, i mean, this was coded for the first time by the member of orion -or- there is some book/site of special effects (codeproject???)

The same for the fire effect on cyberdoomsystems: nice, but i think it is not original by orion team. So i'm looking for resources about fire, text scroller, water effect etc etc.

Tnx anyway

Posted
@shot: ok, i have understood that this code was ripped by orion kgn but, i mean, this was coded for the first time by the member of orion -or- there is some book/site of special effects (codeproject???)

The same for the fire effect on cyberdoomsystems: nice, but i think it is not original by orion team. So i'm looking for resources about fire, text scroller, water effect etc etc.

Tnx anyway

Yep... CodeProject:

http://www.codeproject.com/bitmap/specialfx.asp

But to be accurately, this stuff (starfields in intros) stood up not later than ~20 years ago on boxes like C64.

And the mathematical realisations didn't change. Just a matter of conversion into other languages...

Posted

tnx for reply Ufo :) So there are no news on the special effects, only converted code... btw fire effect is used by Orion and water effect by ex-ZWT trial keygenme ;)

  • 1 month later...
Posted

Is there any link for a code for water effect or ripple for MASM?

aNtRoBs

Posted (edited)
Is there any link for a code for water effect or ripple for MASM?

aNtRoBs

Try this

WATER_EFFECT_DEMO.zip

Edited by mia
Ufo-Pu55y
Posted
Try this
Very smart oO !

Do u have more stuff like that in ur pocket ? Any link ? :)

Greets

Posted

@mia

I seen that before it's from Tom Kenny @ Iczelion's Win32 Assembly Homepage source code area it's nice...

Any idea how to transfer it to a dialog or window instead in desktop, i've tried it before but I didn't succeed....

aNtRoBs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...