Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Jacquelinett

Members
  • Posts

    844
  • Joined

  • Last visited

    Never

Posts posted by Jacquelinett

  1. You know

    I actually prefer Eclipse to be a mean place

    I mean, even tho Gwen banned me for joking, even tho i hate her, I would rather have her be like that. I might not find it funny, but someone else might

    This forum, after all, is a hobbyist forum. Not like we are ever getting serious. I like watching people troll each other, in the end if they get mad, then… they should get off the internet. Why worry so much about question on the shout box? Alot of time the shout box is quiet anyway. ANd even if someone ask a question not like u cant ignore it.

    Now come to flame war, flame war to what extend? I mean if you are helping the person (maybe by insulting them) then just let you do it. Some people are ignorance as hell, and when we try to help them, they throw us off, to the point when we are pissed, why dont you go ahead and warn those people?

    I remember the day when no one took Eclipse serious, I want my renzo you studmuffin back, I want Spock to mess with me, change my name to Jailbait, make fun of me, make me laugh, change some female's name to "Woman with blue eyes and big tits", and have a good time. I want Robin to see Robin talk about thing, back then about a year ago he was on the shout box, saying things like "you are young enjoy life, have sex, if you are a lesbian things are even better". Even if i dont do those things, having those thing make stuff alot less serious, and was really fun.

    I guess Eclipse is being "modernize" you said, or getting strict. I mean that fine with me, but the fun will be gone. Bud said that "you can still have fun without insulting other ppl etc", but honestly, it is easier to laugh at a race traitor joke than a "why did the chicken cross the street joke"

    I used to hate alot of people that i thought they are jerk, but as they got banned, i realized i actually miss them, example are Wabbit and Fuu

    Welcome to the internet guy, if you get butthurt over stuff, get off.
  2. > And the author told you, that you don't have to credit him in any way? Even if he did, it's not really fine to ask people for feedback on work that's barely yours.
    >
    > You want people to judge your designs - now with the knowledge that you didn't make the logo I can judge it - anyone with two hands can apply photoshop filters to text and align it with an image. It has zero value.
    >
    > The lettering is pretty bad, but then again, I would be judging the font… am I right a assume that the font was also made by someone else?

    Love you Kusy

    i will get you to jail
  3. > Hmmm… Ok, them should I make one in ms paint? >_> seriously now, i know that is your opinion, but the others say it's good (except a couple modifies). So don't expect me to change the whole gui, just because a newbie doesn't like it. I'm pretty busy, so I don't really have to to redo it. And I won't do it.
    >
    > Hmmm... Ok, or I'll type "exit". But "quit" sounds good too.... I'll see what i can do.

    I believe most ppl who say it's good is trying to avoid flame baiting

    i dont know how come u dont get warning for kicking off other people opinion

    I swear to god God (yeah how ironic) was here for a very long time, i still remember having an odd conversation with him in the shout box atleast 1 year ago when he claim that "he is god and he know everything".

    You are the only one who is busy?

    goddamn it i have hw to do why am i wasting my time typing this, not to mention my CASHEE test is next month, SAT next year, and blah blah blah oh god im so stressed out

    yet

    im taking my time

    writing you

    a lovely lovely very calming and loving criticism

    <3

    seriously

    stop

    kicking other people criticism okay?

    D:

    inb4 i get warning

    inb4 inb4

    Now

    a comment come from an Advanced Member. Her name is Yumi, she said the GUI look too… bright, doesnt fit the background, and it too simple also, it simply look too bland. Fix it or not up to u, but it her opinion
  4. > That's why RPG Maker event system allows more than 1 conditional branch;
    >
    > So within it's programs code, it will compare the variable each time it's in the event editor.
    >
    > (First conditional)
    >
    > if variable = 1 then
    >
    > else
    >
    > (Second conditional)
    >
    > if variable = 2 then
    >
    > else
    >
    > end if
    >
    > end if

    /implying i can just type in else and else and else?

    wait

    i think im beginning to see what u mean

    i think

    im not sure

    but isnt what u are trying to say

    is basically do what i said earlier which is to call the check function if the data isnt 0

    and the number that isnt zero represent a branch type, where u can compare thing?

    but if you have an overloaded function where u put in 2 variable, then you would compare the if and else?

    but what i just said make no sense
  5. > You'd have to compare the event variable to determine which if statement to run, they would be an array based on the total of events allowed.
    >
    > eventVariable(eventNum); Pretty much.
    >
    > And allow your event editor to set your eventVariable(eventNum);
    >
    > I'm not fluent in how any other language handles but eh, basically the idea is the same.

    I thought of that, but wouldnt it just comparing 1 statement?

    say

    i have an int* ConditionalBranch[MapSize], if this int[locationsomewhere, the x, y coor] have the value of a nonzero, then let say

    i have a function call "Execute"

    so like

    Before it do the stuff in event, it check the condition first.

    I suck at explaining thing, but i do what i planned, it only allow an if statement, and no else statement

    neither is else if.
  6. > Ocarina of Time when it first came out. Forest Temple was spooky, twisted walls, and those dismembered hands that fall from the ceiling. Hell, I hated that damn shark in Banjo Kazooie, especially the music. When I fell in the water and heard it play, I frantically rushed to jump on a floating crate for safety.
    >
    > Nowadays I can't find any scary games. I'm 20, and find everything soo predictable or just not scary. I'm currently downloading Amnesia. I found Doom 3 a little frightening when it first came out. The start mostly, because of all the imp encounters and such in the pitch black darkness.

    this

    i completely agree

    that moment when a spider jump down as u at one point i swear i screamed
  7. > for (int l = 0; l < 12; l++)
    >
    > {
    >
    > for (int t = 0; t < maxxy; t++)
    >
    > {
    >
    > The first one should run fine. The second one might not run if maxxy is 0 or a negative.

    I just realized im a dumbass who failed at using debugger .____________.

    but i guess i figure out why but now i have a new problem

    but it fine i guess xD

    time to work on fixing bug
  8. > 1) The code that "didn't run" is nested in an If/Then/Else conditional statement. It more than likely never ran due to your program never reaching that specific conditional branch, e.g. whatever the condition of your IF statement is the program is meeting it and never reaching the Else statement.
    >
    > 2) After seeing/hearing/watching you deal with all of these very simple problems I'd like to suggest something that will pay off for you in the long run: Please stop doing whatever you're trying to do in C/C++ and go learn the language from the ground up. 99% of the problems you have had could be remedied by simply doing what I'm suggesting. I understand that you're probably wanting to be productive while learning, but in my experience someone else writing code and solving your problems for you doesn't really have that much value relative to you doing it yourself.
    >
    > Wish ya luck.
    >
    > PS/Edit: Hope I didn't come off as rude. I'm simply making a suggestion that may benefit you a lot more and that may speed up your overall progress exponentially since you'll have a better understanding of the logical flow of a program by way of learning the language.

    but the first 2 statements inside the else run, only the loop itself doesnt run.

    And no i dont take it as rude.
  9. > Get Ender's client, then use the Land Tool - CTRL + L.
    >
    > Screenshot of Land tool: [http://puu.sh/1XLbh](http://puu.sh/1XLbh)

    funny cuz i have ender client, i just never realized i could do that
  10. > I've read this thread from page one 'till the current and all of those comments.
    >
    > Honestly, you project is interesting, but like said by others, it seems to be copied or plagiarized. You're fourteen years old right? Age doesn't really matter but the outlook of things with other people is a very important point to consider. I noticed you asked for opinions (which is good) but once you receive a negative opinion, you just seem to go and say "Who told you to post your opinion here? Get out of my thread. Learn proper understanding." People have been trying to help you, I'm not sure if you can clearly see that. Have you been scolded by your parents? Take that as an example, they get mad when you do something wrong 'cause they wanted to **correct** you. In which on my opinion, the Eclipse forum is considered as a whole family which corrects the mistake of another. I don't know what's the problem, but many people were already pointing out what's wrong with the GUI. If you'd ask me, it's over embossed and it's really mismatched. Buttons don't really need _fancy_ fonts, it'll just make them look ugly. I design GUIs myself and when I see something not good, I like to correct them, instead of blurting "I don't like it, go die.". This game can improve a lot if you'd look from **another person's point of view**. If you're asking what I meant, it means, once you finish something, play the role of an audience. See if something's wrong and correct them. I've noticed with you is, when you see it good, you don't seem to be open with what other people thinks of it. In which that will ruin your game and your personality. And as a leader of a project, it's your responsibility to **be open with criticisms, especially negative ones**. You're not bad with graphics, but I'm not saying you're good. Your skills with it can improve beyond of what you can think. Everyone has potentials, but one needs to listen with what other says.
    >
    > Now, I'll be discussing about your game. It's interesting as I said earlier, but it seems to be copied or plagiarized. It's not wrong to copy them and review them, but copying them and claiming it as your own is the bad thing. We're not officially blaming you, we're just telling you that it **seems** to be a copy-paste kind of thing for the classes. As for your story, feel what your audience likes and see what fits your GUI, Music, Color theme and suchs misc. Everything needs to connect like a puzzle piece. You can just for example name a game "Heaven" with some demons eating a kid on the background right? As for your GUI, it's overly embossed but the concept is not bad. And as for the text on the buttons, don't use fancy fonts, it ruins it.
    >
    > That's all I wanted to say. Please do take this a constructive criticism, it's not wrong to hear what other people would like to say right?
    >
    > Regards,
    >
    > Juvanio

    inb4 mod take this as flame baiting, NEGATIVEPOINT4U

    no,

    im joking

    wait

    am i?

    but anyway

    there, this guy right here summed up what i wanted to say in better, non broken English

    you should be happy, because look at his signature, he is from Naruto. OMG AN ANIME CHARACTER IRL? and oh he is also an uke, so yeah, if you get what i mean xD . I hope you take his comment seriously
×
×
  • Create New...