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

IFX

Members
  • Posts

    202
  • Joined

  • Last visited

    Never

Everything posted by IFX

  1. > When people on game development forums ask me what my biggest pet peeve is. How did i see that one coming? oh wait. > Probably when people chew with their mouth open. It's gross and loud. .-. Me too. so friggin much.
  2. Seriously though. What is your biggest pet peeve? Mine is probably when people ask me to repeat myself more then once. especially if I had already told them it on a separate occasion.
  3. > Hard to get a 300+ dollar cpu when you are 16 and have no source of income lol parental figure just got tax returns. told me she'd get me a car if i passed school this year. I told her no, id rather get a new laptop for like half the price of a crappy car. > I thought everyone has I7's.. :o I despise intel. I dont know why. I just do. > There still that expensive? I got mine when it first came out, expected them to be outdated like everything else to do with a computer. Everytime you make a PC component purchase, Within a week its old. Yeah? My buddy travis has had the same cpu for almost 6 years. And it runs the newest battlefield on its largest map (dont ask me what, this is just word of mouth, i dont like battlefield) with full player cap (what is it like 64 players?) at around 300 frames. His desktop is a god. > Might need to be more specific on the processor type, there's at least 7 AMD-A10 series processors I can find with just Google's auto-suggestions. AMD Quad-Core A10-5745M
  4. wow. this is p cool. I have a father, but he's never around. (all ways either sleeping or at work). and my parents are split so i can kinda understand the whole not having a father. been around the fighting a lot too. also, i am as well rather egocentric, or self centered. I guess it comes with having a hard childhood. now that I think about it i am really narcissistic.
  5. meh. ill deal. I realized that right after i sent the message.
  6. aight, well i figure its chache size is large enough itll be able to handle payday. I'm kinda under funded right now so theres that. however, if I do get ahold of some more cash an actual video card will be my next project.
  7. but. but. I was looking forward so much to the first test… awh *cries*
  8. So, im looking at a laptop. And I need one that can at least play payday2\. I was looking at laptops first with only 2 cores, thinking "hey, ill get a 2 core with alot of power and get off cheaper". But then it hit me, I produce a LOT of music and I NEED four cores to run what I have. And I came across a laptop with an AMD 4 core A10\. And I was wondering if anyone has a computer with one, or has used said processor that could tell me how it runs. I know, alot of reading for a simple question. but I needed to explain myself.
  9. I have to go out of my way to say matt's comment is wonderful. that is all.
  10. So I actually ended up going back to my most recent backup. I'm recoding the project I was working on. I have no clue what happened but things seem to be working now.
  11. > Thats all? At least give the man a reacharound. if not, ill accept the offer. (no homo)
  12. So, im working on an edit for my game, and for some reason it keeps crashing. I was wondering if there was someone who would be willing to use team viewer or some other program to help me out with this? (if you dont have t.v. I could upload the code here but i really do not want to copy that much code.) the error that occurs crashes vb6 and i cannot for the life of me figure out what it is.
  13. *softly but with alot of feeling* what the fu##.
  14. three days grace discography.
  15. Id totally love to, but i live on like the opposite side of the globe from the majority of eclipse. :/ I still think it would be cool to be able to have like an eclipsecon
  16. I have to say you did an impressive job on your emblem. Keeping it clean, but showing that you can do impressive work. Nice job. Really.
  17. To become a famous producer, get signed on a big record label (like firepower), and get so big I push skrillex off of the dubstep bandwagon. I know what I want.
  18. > EDIT: I understand you're looking on how to create a friends system. This forums already has a tutorial for that. Search for the tutorial and see how it work. That'll be a lot more useful then just trying to start from scratch. The problem is i HAD added that friend system and it didn't have the key trait I wanted. It doesn't require the other person to accept the friend request for them to be added as a friend. Its more of a stalk button then anything that saves their name in a list and thats it. I plan on going a bit farther then that. > 1. Get the name from another client. > 2. Check if the player exists. Check if he is online. (Go through each and every logged in player and check their name with the name you have) > 3. If the player is online then get his index. Do w.e you want then. I have tried. I do understand what a socket is, and recently have learned what an index is (within the time from the beginning of the post till now). My problem is I've searched everywhere using keywords, and by going line by line through all of the connection codes and haven't found where the index and the name cross. I was just hoping for a little help like oh yeah search for "this" in "this" and that should point you in the right direction, and if I have further issues I can come back.
  19. > EDIT: I'm sorry if I come out as rude, telling you to figure out everything on your own. However if you don't solve problems and figure stuff out on your own then there's no use programming. The most important part of programming is figuring out and solving problems. I've been spending a lot of time looking through server side code. The entirety of manipulating the code doesn't bother me, nor does it intimidate me. And in most cases I can troubleshoot things fearlessly. I guess what I'm trying to do just doesn't work in the system. I'm trying to send packets to a client, based off of a username sent in from another client. And nothing in the code seems to show how that works. I've looked at trading systems a lot hoping to find something in there but I just don't know where to start. Not trying to sound pitiful or anything but after trial and error for almost a week straight, 2 hours a night each night, coming up with the same issues over and over starts to wear down on someones ego a little bit.
  20. > It seems you still haven't checked out the source code. You figure stuff out on your own to an extent. If we simply keep spoon-feeding you the answers you won't understand anything. Check out existing parts of the code. I have been looking through the code, quite a bit. I just have a little bit of trouble grasping things in the code when its all a foreign language to me. I appreciate that you are helping me, and If you are bothered that much by my asking questions I do not require that you respond. Now that aside, I had the understanding that Index had something to do with who it sends to, but how would I manipulate "index" to send it to a set player?
  21. So first off I would like to say sorry for first messaging pimp king rich, and then crest with what you are about to read. I know its a little spammy, but I'm in a coding mood and really just need the most instantaneous response I can get. (to rich and crest: I still would like to see what responses you guys have, I just thought I'd widen out my audience some) without further wait: I understand how to send packets to the server, and I understand how to receive the packets. But I have one little problem, I don't get how to send them back to the client. Like I understand how to set up my buffer, and I get how to send it to the array (kind of). but how does the server know who to send the data to? How can I customize it via username to send it to that username? I don't understand. And is there a way from the server to get the username of who sent in a packet to use for responding with a packet? Or would I just say senddatato index, buffer.toarray? Idk, I need a little explaining on this one.
  22. > I, am a rapping legend. I was once a true rapping legend on Eclipse, they had a whole group that was inhabited only by me, the Rapping Legend. My name was pink and everything. I too, am a rapping legend, however, I am more of a legend in training. Now I am done speaking of rapping. Because I don't want to irritate the crest.
  23. I'm not sure what to say, so this is just me acknowledging your statement. I do like its cleanliness.
  24. > Your account is much too young to understand. Okay. *looks up* explain?
  25. > NEVER EVER BRING UP RAPPING IN A THREAD OF MINE EVER AGAIN! *mumbles angrily*
×
×
  • Create New...