Archive: <heck this out


25th January 2003 00:12 UTC

<heck this out
Been messing with some line and sort of 3d i think SSs, anyway right now its just a target that follows a ship through space butim gonna do something else with it, not sure what yet.

The target is pretty good cause it kinda follows the movements of the ship, i put the getosc functions similar so it follows near the same rotation and movement paths, used the superscope coloring from elvis's spacechase, ill put my own in when im done, i just think it looks good with it now.

All the usual feedback crap welcome blah blah.... :)


25th January 2003 00:45 UTC

Did you make the spaceship? The target needs to move in the x direction too. Also put a fake tactical display next to the target(altitude, tilt, whatever).


25th January 2003 01:04 UTC

i might make like a whole load of stupid effects that looks like its looking outa the cockpit of some sort of spacecraft, mayb.

Oh yeah, yea i made it. I think it started out as something else, cant remember what but its changed completely since then, nothin of the original one in there.

the target needs work i suppose but all it is is a target, wont really be that significant when its done if i do that whole idea ahh well, wont take long, might as well.


25th January 2003 03:32 UTC

Wow, I like the spaceship, but it is a little hard to see any detail on it. Take a look at unconed's target in Mission to Mars from Whacko VI. Try creating a hybrid of yours and this one.


25th January 2003 07:56 UTC

I like it the way it is now. (Well, the reticle should move laterally aswell)


25th January 2003 12:44 UTC

a) Correct the aspect ratio of your scopes to prevent them from looking squashed (set af=w/h and multiply y with it, or vice-versa with x).
b) Make the ship's movement less bouncy and nutty. Right now it moves around like a carnival ride... instead of using a simple sin() or cos() formula, make something more complicated. For example:
The targeting cross seeks out the ship. Once the distance between the cross and the ship's (projected) position is below a certain threshold, the ship will attempt to move away. Also, when the distance is really small, you could add shooting laserbeams.
c) If you're going to use getosc() for random input, don't just use 0, 1, 2 for values. Unless you're listening to some unusual music, the stereo separation is pretty small. The difference between getosc(0,0,2) and getosc(0,0,1) will be minimal. Instead, vary the position you're sampling (first parameter) to some random value. You do realise the first parameter can be ANY value between 0 and 1 right?
I think this is the reason why the crosshair doesn't move much horizontally.
d) Your code is very hard to read. Variables can have loooooooong names. For your own sake (you'll thank me when you have to read your own code later), it's best to use descriptive names. Put ship position in shipx, shipy, shipz (or shx,shy,shz). Use pi for pi, twopi or tpi for pi*2, etc. Plus, there will also be less change of accidentally using a premade variable (like w,h,b,v,i) if you use longer varnames.


25th January 2003 15:18 UTC

Ok Thanks UnConeD, good tips, ill try and sort it out


25th January 2003 18:27 UTC

Well, unless you're listening to some very unusual music - or ANYTHING by the Beatles ;)
(for those who don't know: the beatles always had all the instruments and fx violently seperated between the l/r channels :) )


25th January 2003 19:05 UTC

well i was mostly listening to muse and korn while i was making it...


25th January 2003 21:54 UTC

Ok got sick of breaking the same superscopes over and over again, lol

Decided to make something similar to the intro to the first Whacko. Done completely differently and the oval type thing moves differently and Raz001 is written in it and its floating through space but thats where i got the idea.

edit: just noticed a coding error, nothing major but ive changed the attatchment.


25th January 2003 22:59 UTC

Looks a lot like psychotic mental patient...
Good, except for the black holes in the back(because of alpha blending I believe). Instead of using that 3D-DM to make the 2-D oval. Just try using something two dimensional - It will be much faster, and you won't have to worry about alpha blending. Also, do something with the text and/or add something to the background.


26th January 2003 01:08 UTC

Ok fixed it and added something to the background, oh and the circle is is just a movement that makes a circle out of whatever before it.
The first DM is the one youve already seen from phsycoticmentalpatient and the second one just shifts around the already made ovaly type thingy.


26th January 2003 03:01 UTC

Got rid of the holes - good. The 'Z' isn't complete(the diagonal is only half as long as it should be). I would still change the oval texture to something a bit faster. I'm only getting 13FPS at 320x200 windowed.


26th January 2003 03:45 UTC

Its not the superscope ive checked its the movements after it thatr makin it distorted, ill fix it


26th January 2003 04:19 UTC

sorted, was just a bit in the circle movement that distorts a certain amount in the centre of the circle.

It dont need a high fps, its just an intro


26th January 2003 15:34 UTC

All presets need as high FPS as they can get. Here, I made many optimizations(changed n in one SSC from 800 to 1) and replaced your 3-D DM with a more simple movement. You get the same basic result and it is 6FPS faster.


26th January 2003 21:37 UTC

Decent improvements, i didnt want to just use a phsycotic beaming ******d but id forgotten about that 3D DM, ive already written a much much smaller movement that does exactly the same thing as the last one but i hate those lines that appear above everything so im going to mod all the scopes that spell RAZ001 and make them smaller so i dont have to zoom out on the screen, repost when im done.


26th January 2003 22:21 UTC

Ok done, the movewment ruined it so i just used the phsycotic beam.... halved the size of the scopes that make the name, also the two red scopes at the top and bottom just need 300 points and they look solid on all sizes, also just made a cheap "craploadoflinesgoingacrossthescreen" scope instead of the spiral, FPS increased, looks thesame/better. Oh yeah ill stop doing this whole, post one thing then post again half an hour later with the attatchment thing.


26th January 2003 22:43 UTC

Nice, finally is a little faster. You could optimize it a bit more by carrying out the divisions in the SSCs(i.e. changing y=(--0.15)/2; to y=.075; , etc.) and taking out the color clip/blur/color clip and placing a circle superscope after the first effectlist. Much better now and it still has the same effect.
[Edit]
One more thing: When you post new versions of the same presets add numbers at the end so it doesn't try to replace the old ones. This way I can tell what has changed.
[/Edit]


26th January 2003 22:48 UTC

Ok willdo from now on, i tried making a circle at first but the change of size in the circle movement and a superscope when you resize the window is different, well the last time i checked anyway.


26th January 2003 23:07 UTC

It should work fine. Make sure you multiply x by h/w or y by w/h.


27th January 2003 01:19 UTC

Yeah i did, its still different


27th January 2003 02:08 UTC

I think the reason is because the circle uses x and y, but the DM uses r and d. Try converting the DM to something using x and y.


27th January 2003 02:50 UTC

Nope not that either, heres what i got, it looks right in the editor window size but screws up if you go any other size.


27th January 2003 03:27 UTC

Don't change the movement in the effect list. Change the DM. The other movement works fine.


27th January 2003 03:36 UTC

Theres only one DM in there and it still screws up the size even if i get rid of it. I cant be arsed with it for now, ill leave it with the color clips for now and fix it some other time, im gonna go work on the target spaceship thing preset for a while


28th January 2003 08:27 UTC

Nice preset.The SSC writing is what i like the most and thanks to your coding i managed to understand superscopes...Now i wrote Phaze with 20 superscopes and im pretty "satisfied".Btw at the DM you should really make it more beat friendly,it doesnt react smoothly at beats :) Hope you dont mind about taking criticism from a newbie in this domain:p


28th January 2003 16:43 UTC

I can take all criticism as long as its constructive, plus im not entirely satisfied with it yet, im going to improve it when im done with presets for a pack and right now i only have 8.5 not including this intro (the .5 standing for the in pursuit thing im working on). That way i can make an intro thats equal to my skills when im done, an intro gives the first impression on a pack and i want it to be good.

Btw glad i could help, simple when you look at it now aint it lol. :)