Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Jaitsu

Pages: 1 [2] 3
26
Completely Unrelated / your languages
« on: 2010-06-04 13:12:02 »
alright, a hell of a lot of people on here know different languages, so just for fun, tell me what languages you know, i'll start

i know english and a LITTLE bit of french, i used to know alot but i've basically forgotten.

i also know some albed :D Palyica es yfacusa

27
Completely Unrelated / ff X-3
« on: 2010-06-04 13:04:01 »
ok, i've been hearing lately that some guy is single handedly working on FF X-3, i've heard it from a different sources but i definately have serious doupts about it, first and foremost, would this person not have to be a member of square in order to not end up with serious copywright issues? as well as just how would s/he get ALL voices done.

if anyone can confirm or deny this, lemme know.

and if it really is true, lets hope they were a better writer then the ones for X-2

28
i've been on a bit of a mission lately, been obsessed with telling newer guys to use the search button, and for that, i apologize.

i guess i just kinda got carried away and overly annoyed.

please forgive me, the green laughing smiley comands you

29
i know its been said before, but seriousely, where the hell are all these newbies coming from that don't know how to follow basic instructions (and why the heck do alot of there usernames sound similar)

its becoming a pain to keep answering them with "use the search button"

30
General Discussion / YET another message to the newer guys
« on: 2010-05-28 23:41:52 »
^_^ heya newbies and old friends alike.

now, this is something that, me and some good buddies of mine on here have been seeing happening to much lately.


IF you have an issue that is valid and ask about it on here, please, for the love of all that is Final Fantasy 7, give us all the information you can, including app.log, computer specs and resolution settings.

if you do this, you will get much less flaming, and we can help you faster.

THANKS :D

the king-o-chaos has spoken again (that be what my girlfriend calls me)

31
Completely Unrelated / quick clarification for new guys
« on: 2010-05-26 19:41:36 »
just to reiturate, as some might get confused, its not illegal to use iso's made FROM legitemate games you own, its illegal to download said isos from another source who does own the game. for instance, i run my game off isos, but i made these iso's from a legitemate copy of the game i bought from a local store years ago, and i run the iso's rather than the disks because my disks are old and getting beat up, and i would rather preserve them.

so iso's from your own game you already own

allowed

iso's from a source or torrent when you yourself didn't make them?
n
not allowed

^_^

32
General Discussion / vincents cape and cloud
« on: 2010-05-25 03:03:58 »
does anyone know what vincents cape is in char.lgp and battle.lgp, i want to try and add them onto cloud, just a lil experiment

im using the NRP RP by the way.

i want to, for the field model, replace the sword with it, and i hope to find a way to put it on him in the battle model

33
Troubleshooting / Aeris's missing hand
« on: 2010-05-22 05:27:27 »
ight, im about ready to go to bed, but before i do, i wanna ask about a strange thing that just happened to me

i was playing the game, and the scene where Cloud meets aeris right after bombing the first reactor starts, but i see at the bottom some red letters about not being able to use a file or something like that, then i see Aeris, and, well, her left hand was missing.

i get the feeling this will continue for the rest of the game unless i know a fix

has anyone ever encountered this or know my problem, anyway, lemme know, i'll check answers tomorrow, nighty night people.

34
Completely Unrelated / LaCie USB Disk Drive BSOD crash
« on: 2010-05-21 17:54:22 »
im trying to get some big files on my USB disk drive from LaCie, but every single time i try, i get the blue screen of death, this occured on my laptop too prior to its crash and im very fed up with this happening, does anyone know what might be causing this problem?

35
Completely Unrelated / i might be gone a while
« on: 2010-05-18 00:00:03 »
well, my toshiba laptop has crashed and is out for repairs, which'll take 2 to 6 weeks, my other laptop, an acer, no longer charges for reasons unkown. and the only desktop i can use is on its last leg, so.... i might be gone a while, i know i know, you'll all miss my funny stupidity ( :P ) but i can only check in at times i get a slight chance, such as when my brothers not around his desktop, or while im in programming class.

36
Completely Unrelated / the time of year of warmth
« on: 2010-05-12 22:07:30 »
everyone must be ever so excited that we finally are aproaching summer, the warm air, the birds chirping, the BBQing....

EXCEPT FOR ME, its freezing here >.< and its frigging ontario, we're supposed to be the WARMEST part of canada, someone wanna sell me a jacket? :P

37
General Discussion / Jenova & Griever obsolete? O.o
« on: 2010-05-07 17:58:27 »
never thought i'd see the Jenova and Griever save editors become obsolete, but in a matter of weeks, they have. kudos to the guys who made the new ones

Black Chocobo

other one which's name i can't remember because im tired.

wicked job on them is what will say

(Black Chocobo brings Aeris back, half the fanboys on the planet must be screaming and creaming themselves right now)

38
Completely Unrelated / Turing help?
« on: 2010-04-30 06:21:23 »
if anyones good at turing, perhaps you can help me. you see, i created an average finder in turing to find the average of two imputed numbers by the user, and also added a small button in the corner that the user can click to exit, that being said, i've modified it so that it changes color when the mouse moves on to the "button" (drawfilloval) by overlapping it with another button any time the mouse is in that area, however, it seems that will not work correctly, as it makes it give strange colors, a hybrid of the two if you will (the two colors overlapping eachother). im at a loss at how to fix this issue, i shall post the full program in its .t format here:

/******************************************************************************
 Author: Brandon Russwurm
 Last modifide: Tuesday, March 30th, 2010
 Version 2.0
 Program Name: Average Finder
 Function: requests 2 numbers, then finds the average and displays
 ******************************************************************************/

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%VARIABLES%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
var user_wants_to_quit : boolean := false
var one_number : int
var another_number : int
var average : real
var yes_no : string (1)
var ballx : int := 670
var bally : int := 30
var r : int := 0
var x : int := 600
var y : int := 10
var button : int := 0
setscreen ("nocursor")
r := 20
setscreen ("graphics:700;500")
colour (0)
colorback (7)
cls
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%PROCEDURES & FUNCTIONS%%%%%%%%%%%%%%%%%%%%%%%

process AVERAGE_FINDER
    loop
        locate (28, 80)
        colour (3)
        put "EXIT"
        locate (1, 36)
        colour (2)
        put "Av FINDER"
        locate (2, 37)
        colour (0)
        put "enter #"
        if hasch () then
        locate (3, 37)
        colour (3)
            get one_number
            locate (4, 34)
            colour (0)
            put "enter second #"
            locate (5, 37)
            colour (3)
            get another_number
            average := one_number + another_number / 2
            locate (6, 32)
            colour (0)
            put "the average is ", average, ""
        end if
        exit when user_wants_to_quit
    end loop
end AVERAGE_FINDER

proc drawball
    drawfilloval (ballx, bally, r, r, 6)
end drawball

proc drawball2
   if sqrt ((x - ballx) ** 2 + (y - bally) ** 2) < r and (button = 0) then
   drawfilloval (ballx, bally, r, r, 10)
   end if
   end drawball2




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MAIN PROGRAM%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
fork AVERAGE_FINDER
loop

    drawball
   
    drawball2


    mousewhere (x, y, button)
    if sqrt ((x - ballx) ** 2 + (y - bally) ** 2) < r and (button = 1) then
        user_wants_to_quit := true
        exit
    end if
end loop

39
post a funny or cool picture you've made that relates to you :P heres mine for now




40
Completely Unrelated / anyone a wrestling fan?
« on: 2010-04-16 02:35:51 »
personally, im a HUGE wrestling fan, and no not just WWE, but TNA and the indies (PSYCHO DRIVER!!!)

i've been a fan sinse i was very young, and at times practice it myself, when my bad leg will allow it.

its kinda in my blood, as my dad was a huge fan as well, as well as my grandfather. so i wanna know

WHO ELSE LOVES IT

41
Completely Unrelated / The New Guys
« on: 2010-04-08 12:36:54 »
so i've noticed 3 similarities in alot of the newer people

1: all of them have short names relating almost directly to the name of an ff mainstream character

2: a hell of alot of them are asking about some of the more illegal mods (though at one point i was no exeption) such as the ff7 Advent Children complete mod, or the like.

3: quite a few speak very broken or little to no english

so, with all these in common, whats everyones thoughts? chances are they're all coming from the same source

42
Completely Unrelated / naruto (and the like) roleplaying
« on: 2010-03-27 04:32:39 »
my girlfriend helped me start a roleplaying forum (:P) for naruto (though little of its storyline will be used) so thoughs interested go to

http://abysslives.forum-nation.com/forum.htm

and for thoughs that hate naruto


ppplllleeeeaaaassseeee don't insult me

43
Completely Unrelated / GIANT EVIL MONEYS ^_^
« on: 2010-03-27 01:48:18 »
(very random post, for the fun of it)


RUN AWAY, THE GIANT EVIL MONKEYS ARE COMING!!!!!!!

44
General Discussion / lightsaber?
« on: 2010-03-26 14:51:00 »
i know the answer is probably no, but has anyone ever attempted to make some sort of lightsaber retexture for one of clouds sword (or Aeris's staff in terms of a double bladed saber)

im just wondering as im going through yet another star wars faze

45
Completely Unrelated / my lightsaber animation
« on: 2010-03-21 23:03:50 »
so, i made this lightsaber animation on sony vegas, my first one

files used:

a picture of a lightsaber hilt
sony vegas
lightsaber sound effect
2 solid white media generated pictures from sony vegas's nifty little list

this took me a long time to do, because for the first half i was adjusting every single frame, and then i found out halfway through i didn't need to do that :P

so here it is:
       http://www.youtube.com/watch?v=7_Cu7yHK5Q8


remember, be gentle, this is my first one

46
Troubleshooting / YAMP help
« on: 2010-03-18 19:17:04 »
ok, i reinstalled ff7 recently, thus when i uninstalled, yamp went with it, i've been trying to re install yamp but every, single, time, i get this little bugger of a message saying that it can't find the ff7.exe, even the the damn thing is right beside the install.bat. allt he files are as they should be in ff7's main directory and all patches in the patches folder, the install.bat and skerb.ex_ (thingy? :P) are next to eachother outside of the patches folder but still in my main game directory, and i've got ff7 1.02 patch installed, i have exausted my thoughts and can't figure out what is wrong with the installer (yes, i ran in administrator mode :P)

47
Team Avalanche / tifa roullet question
« on: 2010-03-18 06:22:47 »
hi, don't mean to ask a stupid question, but i noticed a while back a picture that showed a retexturing of the rollet (that how its spelled?) used in tifa's limit breaks, however, either its not in the releases, or its for some strange reason, im messing up in using it :P, so thus my question was this graphical change scrapped? i only ask because when i saw it, i really liked it, it was very visually appealing.

again, im sorry for asking this, i was just extremely curious, my ff7 passion has recently been renewed.

48
Troubleshooting / question i've never seen answered
« on: 2010-03-18 05:48:01 »
i've searched many times, never really found a solution, or even the cause, of my problem

there are certain FMVs that are completely without sound, or cut out halfway through. some examples are

the near beginning fmv in which the reactor explodes (no sound whatsoever)

the soon acompanying scene in which they blow up the rubble to get through (gotta love Wedge's little run around with fire :P).

there are many other in which the sound cuts out either at the beginning or halfway through.

i can live with this, but im just curious as to if there was ever a fix, solution, or reason, found for this.

49
so my 17th birthday is on may 14th and im thinking of three games i wanna get, one of them being of squares, i need your opinion


Final fantasy 13? yes/no?

Tenchu Z? yes/no?

Dragon Age: Origins: yes/no?

let me know whatcha think

50
im starting to scare myself, i don't know why im so happy O.O

i've been making friendly bad jokes sinse i got on here

..... OH GOD IM TURNING INTO A CAREBEAR *runs away*

Pages: 1 [2] 3