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

zeph77

Members
  • Posts

    50
  • Joined

  • Last visited

    Never

Posts posted by zeph77

  1. Looks pretty good man keep up the good work. The graphics are very nice and I like the whole idea where you made large images leading to different sections. Logo looks great as well and simplicity is always great since complex designs can lead to a mess sometimes, pretty readable.
  2. I'm not that much of a solid programmer but what you want to make depends entirely upon you the programmer. Make what you feel might get others attention or what you actually want to make. If you have some good knowledge of C++ then you can probably get away with writing something simple. I guess I can just suggest a few things that I would try to attempt.

    -A simple game application: Xna is really easy and you can probably get something very simple done within a week or so. Since your using C# you won't have to worry about the low level crap. Everything is setup for you and you'll have to write out the logic.

    -An image slideshow maybe where you can upload images and display them in a slide show sequence.

    thats pretty much what I can think of at the moment (tired) that can be a bit simplistic. If you want, try something even more complicated depending on how long you have. Good luck!
  3. If you want you can try C#, I personally like it since its simple yet powerful. The only problem is portability meaning you have to find some way to port your C# and whatever else to specific platforms like mac or linux which you can use Mono. This is coming from someone who started with C++ as his first language and I am still learning both to this date because it takes a long time to learn and master it. The reason I said C# is because you get into OOP(object oriented programming) fast since C# is strict on that subject. Its also easier to manipulate the windows api since in C++ you have to remember all this weird lettering crap and it can get annoying. I think the new implementation of C++11 changes it though so idk. Go for whatever language, I would research on google and look at a couple games written in the different languages. If you want to be in a game development company working on AAA titles then you should check out C or C++ since they deal with the low level part of programming but can do high level stuff too. For some reason Java is great also in certain areas but you need to know what to do or else your performance sucks so much. Minecraft had this problem for years until they finally improved it but you still feel the slowness of java. It also has the ability to be on many platforms, the phone is its primary target.

    I would recommend these:

    -python :Why? because its used a lot today in the real world and its pretty simple in terms of syntax and what not.

    -C# : because of the direct push into OOP and the ease of programming, things become simpler and you can do things faster then the other C languages like writing a GUI.

    -C/C++ : its still the standard language for video games in the AAA realm mostly but its very powerful and efficient. If you need speed and great performance these two make it possible but not like the other languages can't do it also.

    like some have mentioned as well there is the web development side of programming things. These are mostly considered mark up languages but anyways:

    -Html(5) and css(3) : the main part of a website, with these two you can make a good website and its important to know because a website SHOULD run fine with only these two. Some people disable javascript.

    -Javascript :scripting language which is great to use in your website to deal with the client side part, making things function and do stuff.

    don't mess with php yet since you need to know how to secure the server so no one just pops in on you. All of these languages have videos on youtube so check them out. Buying a good book won't hurt either.
  4. Ok guys so I have a question regarding website development and hosting. So I have been given a task to make a website for a lan center.

    I'm thinking of using Wordpress to make the site but idk if this is a great and easy choice or should I just code the whole thing myself? One of my professors while in a web design class said that it was "The way to go" since a lot of web developers are just simplifying things but its hard to choose since maybe one is more preferred. I never really messed around with wordpress and I usually code my own websites with Html and css(Not sure if I should go with Html5 and Css 3 now). The only problem is browser compatibility for me, I never really aimed at lower browser version like IE7 for example so Idk.

    What do you guys think, should I just code it myself or use something like wordpress for the job? I know some javascript but sometimes people disable it cause hackers. Also is it ok to just code everything in html and css only? I don't think there is going to be anything dealing with people logging in and I'm just thinking of finding a decent forum thats already hosted and just link to that. I don't want to mess with php cause I don't know how to secure myself from making a mistake and I'm learning C# so maybe later ill get into ASP.net. Thanks again and all help is appreciated, this is probably my first actual website task and I just want to dive out and learn from this to gain experience even though I really like programming more but its just a steep learning curve.

    forgot to mention which host is great and maybe cheap thanks.
  5. > "C# seems to be able to do some web stuff too." Just **some**? Say hello to [http://www.orchardproject.net/](http://www.orchardproject.net/); it's an ASP.NET CMS written entirely in C# (back-end, obviously). And bro, you either have some serious misconceptions about what game programming is or you've been lingering around people who have no idea what they're doing for too long.
    >
    > Those math courses are entirely necessary if you ever want to break into the industry or even do it as a hobby without banging your head against a wall, and I wish my math was as good as I'd like it to be for just that reason. Too many times have I wanted to do something and I've been stuck because my math isn't up to par, and that's only in 2D. There are tons of uses for linear algebra in 2D game development, including rotation, scaling, trajectory (moving objects in other than a straight line requires more than just simple arithmetic), the list goes on.
    >
    > If you're just wanting to do game development as a hobby then I wouldn't get involved with CS; you probably wouldn't be interested and it sounds like you're turned off by what it (CS and game programming) requires. Since you're in college I think you'd be interested in visiting www.dreamspark.com and www.pluralsight.com. DreamSpark memberships include a free 90 day trial of pluralsight, and pluralsight is a great way to learn just about anything you want to know about any language. DreamSpark also provides you with Visual Studio 2010, 2012, and some other cool stuff (Expression Studio 4 Ultimate, includes Web, Blend, and other things you might use for web development).

    Thanks and yeah idk if I would do actual computer programming as a job since its really hard to get in anyways from every programmer I talked to in the industry told me. I went to an interview just for a junior position to get some training at least and they said they don't mind training but they did VB.NET mostly and only some C# which I didn't know how the syntax worked. I did mess up on this opportunity because some things I said(I acted like a bad ass..) and thats why I didn't get it. They wanted a senior anyways. I will def. check the websites out and see whats up, web development seems fun and I mostly like to deal with making UI's and just anything 2d at least for now. I'm enrolled in a math course also at the moment but I was moved way back to arithmetic so I have to start over again which is fine. My goal is to make my dream game of a 2d action rpg(fast paced but not too fast). I would love to learn how to make it online but thats another thing that I hope a good book on C# would cover. For now I think ill just read the book you suggested. Thanks for the help and have a good day sir.
  6. Alright thanks and ill do my best. I'm still in college but the thing that makes me angry is they want me to take math courses for the CS degree and they told me they don't have all the courses so I have to transfer or some crap. Also I heard the programming classes sometimes get canceled because people think its too hard and they drop out. A lot of programmers told me that math isn't a very big thing and by math I mean stuff like linear algebra, calculus and the like. I'm not too sure if I plan to do any 3d stuff so thats why I think its lame. Mostly in games I see people just add, subtract, multiply or just divide things.

    I'm thinking of just getting a good book on C#, sitting down a few hours and just reading it while taking notes just like I would in a classroom. In college i'm just leaning toward the web development side side of things since I want to become a web developer but I like programming so I want to do it as a side thing and freely. Right now I just got html(some of 5)and css(some of css3) remembered and just a bit of javascript. C# seems to be able to do some web stuff too so I guess its a plus.
  7. Thanks and I have been dedicating most of my free time learning C# atm through some video tutorials and some tutorial written out from a book just more simplified. I might just get a book when I have enough money or just keep searching online and I just think learning in college would be a waste of money since it seems a lot of resources are online now and I just finished a web design class that yeah.. it taught web design but hardly touched on html and css(I already knew html/css at the time) which made my teamates feel like they weren't learning everything and thats why I brush college off, If I do get a degree it won't guarantee me a job. Its just I always wondered about making things with C but I guess its hardly done anymore and mostly used for engines and like you said, hardware.

    I actually do have 2 questions though about C#. Can you make a great engine with C# without the fact that people consider C/C++?

    Also when learning C# is it better to mess with the console (i did this with C++ before I got into the UI stuff) or both console and windows forms?

    Not that I would even try to attempt to make an engine in the future since there might be some out there but just a thought since people say it wouldn't be as great. I guess I'm just a bit paranoid as to if I learn a certain language would it be a waste of time learning it or would it stand out.

    Anyways thanks for the reply and sorry for the random questions.
  8. Hey everyone, this time I got a couple of questions upon the C programming language. At the moment I am learning C# which I find to be pretty easy in terms of actually simplifying some stuff but I had a few questions on C this time.

    First, In C programming memory is managed with the malloc() function but what if somehow an error occurs when you try to allocate memory for something? Wouldn't that cause a leak or is there a way to avoid such a problem? I know in C++ they added the smart pointers to help with C++ memory allocation but I was wondering on C. Probably not the best description but I read somewhere that leaks can happen in a similar way.

    Second, Isn't it possible to apply Object Oriented principles to C as well? i'm starting to see a lot of people as of this year and idk about next changing back to C. I guess it could be the challenge of using such principles in C but since you can why don't people actually make games with C?

    Third, Compared to the other languages, is C more easier to port or can it just run on different operating systems? I know windows and linux can but things like ios, android, ect…

    Even though C# is really nice, has cool features and just makes things more simpler I just think C is important and its not to huge to actually learn either just the memory management and lists take up most of the time to learn for me.

    So Im trying to get good at both worlds but like I said my main focus is just making software someday, game development(mostly 2d side scrollers, arpgs, rts) I don't want to touch on 3d anytime soon. Also even making tools since C# seems to be good at that. Thanks for any reply's and I'm trying to practice 2 hours - 4 hours a day in this.
  9. Thanks everyone for your input as I really appreciate it. I've just had a hard time with actually making something out of what I already know. To be honest I'm starting to see more C# jobs so thats probably a good way to start off and XNA seems like a very helpful SDK to use for games and stuff. I guess ill start learning C# more, I understand classes and such already and I use them mostly when making objects so Ill give it a go. Ill see if I can get that book you mentioned and start learning some stuff. There was some online tutorials I saw but the person uses windows forms app mostly which doesn't explain how to make things without having to actually use the forms. Kinda like with C++ you use the console first then you step into a more graphical approach. I just see theres more tutorials on C# now so it would be easier to get help. Thanks again everyone and I hope I can get somewhere with this.

    ~Zeph
  10. Alright guys me again yes… This time I want to ask a question that still makes me think whether I should move on or just improve on what I have.

    Basically I have been learning C++ for 2 years and this was all by myself. It was the first programming language I ever learned and I grasped it well after a year or so. I've been seeing a lot of people stating C# is much more easier and I tried C# out which has a really nice UI maker for windows thats much easier than the C++ version.

    So my question is should I continue to advance in C++ since I know more about it or should I move onto C# to make things more easier for me still as a beginner. I never really made any programs with C++ other than a space shooter game with a tutorial mostly helping and doing the work, I made the start of a game I wanted with a screen and some buttons for the menu which switches states.

    There are some things though that make C# a bit different for me and make it much bigger and thats the fact that you can use other keywords in functions to give them a stronger feel:

    static public void funName()

    {

    }

    and other keywords I never really dealt with like: forEach and what not which doesn't bother me too much. All in all I just want to know what would be a good choice. I'm still considered a beginner since I never programmed anything serious and I want to do something constructive and maybe later deal with games. The only api I used in C++ was Allegro5 which is really nice and easy but there has to be something a bit more simple and effective. I plan to at least get a job as a web developer or a software dev/programmer. I go to college but I know they won't help me actually make programs.
  11. Hey guys I'm working on a website that I want to make for a friend just to get some experience and to learn more. I am having trouble though implementing a drop-down list without using javascript since some people may have it disabled. Is there a way I can do this but by using images?

    Now the images**(I uploaded one to show as an example, there's two other images that I use as well)** are not squared or rounded which makes it a bit hard for me to add it to the links. I made a div for each image so I can input the width and height of the images that way nothing is cut off.

    A lot of people make a nav bar using a

    * but I'm trying to go at it with html5 using

  12. Ok so I've already started to get into web development. I learned most of html5/css3, pretty much enough to make a website. I learned xhtml first so I kinda understand how that goes too. The only thing I fear of learning is PhP and the reason is because it has a lot of security issues from what I hear and read. I know there might be other choices out there but which one would be more secure at start. I know security is done through good programming but there has to be a way to configure things to be safer.

    So what do you guys think? should I just go with php anyways since it seems most of the jobs in the US want some php developers? I also learned some javascript as well but that isn't hard for me since I spent 2 years learning C++(was a pain a bit but easier to learn than c#). I plan to also do web development as a career since it seems somewhat easier than programming just constantly updated. I already took a web design class which the code was already given to us, we just made the changes. The code used html5/css3, js, and php. In the class it was just html and css mainly. So if any web developers who are here can help me out that be great. It would be nice if I don't have to have a server with stuff open just to use php but I just want to learn it out for the future. I was told I can get a front end developer job without php but I guess I may need it.

    Also sorry if this is the wrong area to post this, I figured if its related to web development it should be here. Thanks again folks.

    ~Zeph
  13. Hey everyone I'm just asking is all but can anyone with vb6 add .ogg support to a project I have with eclipse. I understand midi's take less space and possibly have a more smoother play but there is not that much midi's out there and not enough for the game I'm trying to make(fan-game). I could do this myself but yet again visual basic 6 is hard to get now and I don't want to get it free cause its unfair to the people who worked hard to make that IDE. So this is just a favor I'm asking and I have to do it on a previous project I have so I have to send it due to the fact that someone removed the 'drop all items on death' which was one little thing I needed before. Thanks again if anyone could and even if not. Sorry for being a nub. Just PM me if interested and Ill have this removed after if any help comes. That way it helps the global/mods. here.

    Btw I'm using **Eclipse Advanced** just as a notice.
  14. Hey im having trouble with the even system, I did exactly as you did for this event that im trying to do but it won't work. Heres a pic of the whole event: [attachment=315:ex1.png]

    Here is the conditional branch: [attachment=316:ex2.png]

    I know how the conditional branch works but idk it just won't even start the event up. It just blocks me from going and I set it so you have to have an item to go through. I have the item but it won't let me through either way unless I do walkthrough but that makes you go through without the item also. If anyone can help that be great, there must be something im not doing right.
  15. They are connected to my network its just when the put my ip in the config. area for the client and load the game up and connect it wont work. It says "Server may not be up at this time, please try again later or visit eclipse ect.." So I guess ill try port forwarding or have one of my friends host the server but if that doesn't work then theres something wrong.
  16. Hey guys Im having an issue with this version. I sent the client to people we set the ip to what my ip was on Hamachi and no one can connect even though we got it right. It says the server is offline when its online and everyone is connecting to my ip. So does this still work with hamachi or do I need to actually port forward and will it work? has anyone tried it out? I like this version alot but this is the only problem. Thanks if anyone can help.
  17. Hey everyone, first I want to say yes,,, I found the part under **'onDeath sub'** which had a part about if a player dies **all items** in inventory plus equipped **would be dropped**. I removed this part but the problem is I can't build so that it updates the original file. It wont open serverlog or something related to that and I think the reason why is there is library files missing(that i'm sure I have to download). So I wanted to ask if anyone can **do** this for me, I know I can do it myself but the only languages i've been around are C++ and basic C. There's stuff for that cause its updated constantly but VB is no longer updated so there's not much to get. So can anyone do this for me as a simple task? I'm using Eclipse Advanced, whichever is done either by downloading it or me sending my folder with the stuff. Just send me a PM if interested and Thanks if possible and I just need it done as soon if possible if that's ok. That was one thing I forgot about and it would make the game I want to make much calm instead of people raging. **Sorry** if this is off topic or not related to this board, If I had everything I'm sure I can do it.
  18. EO doesn't use scripting, you would need to know visual basic 6 in order to edit anything or add onto it. So no you don't need to know coding or scripting to use it, if you want to add stuff then it will require you to know Vb6\. Good luck.
  19. If this was coded in then cool, the coding part is important but then the art is too. Once the coding is down, time on the art should also not be rushed and looked at.

    change the blue background color to something else, maybe add a certain pattern to the background so it doesn't look all plain as if you were making a slideshow presentation. Add come color to the buttons and that bottom area and make sure all the colors you use fit the whole style or else it would just be a color mess. Take more time on it as alot of people just rush things so they can show it off later to realize it might get bashed. If your coding, maybe adding a transparent box with text or something that can  blend too, idk. I would check out some GUI's on google also to get an idea.

    Not trying to be rude but what alot of people have to understand is before something is shown it should look decent in coding and art. Its great that you made the GUI menu and if it was coded, thats great as well. If its art then improve the art and find colors that would grab someones attention. Good luck.

    also some people are just trying to help so you don't get bashed and thats why you'll sometimes get negative feedback but its nothing to be offended about.
  20. after playing it for quite a while here's what I think and I know some may agree and may not:

    Pros: You can upgrade shields and other items(Bow ect…), temples aren't as long, In order to upgrade you need ingredients(same for potions), The game is suppose to take place before Oot(mostly resembles TP), strategy is needed to beat certain monsters and maybe some bosses, Different tasks to do before entering a temple, really nice storyline with actual cutscenes.

    Cons: The wiimote is annoying sometimes and you have to shake the crap out of it in order to break free when something grabs you, shields can break except the hylian shield, The advice Fi gives isn't detailed sometimes, Some of the npc's look like pigs and just suck, expected realistic graphics but I guess the blend is ok. I don't know what else is bad but thats pretty much it.

    Other then smash bros, and some other games I think zelda skyward swords is one of the best. alot of the wii games suck but I guess they improved this zelda gameplay-wise so I guess if you have no other wiigame, get this one. Note that some puzzles you run into SUCK HORRIBLY but then you find out its easy and rage.
  21. Actually this is one of the few projects that are actually still alive and we have been alive for almost 5 years now. A lot of people have left and don't post because we moved to Origins and they can't face the fact that origins is better and mapping is much easier which is a good thing cause I am one of the Mappers and now lead dungeon creator myself. The game has improved and moving to the new engine has allowed us to remake and revamp the game. Bosses are now bigger then they were in stable thanks to origins and just a ton of new stuff like weapons, secret bosses, and an expansion of new worlds.

    Another reason why we don't post as much here is because a lot of people come on our project and steal the graphics that we really worked hard to put together, this means positioning them and finding the resources through the internet. Recently I put most of the sprites and stuff together since origins has a new frame work to it allowing 4 moving animation and we had to redo a lot of the stuff so we did.

    I wish there was a way to hide graphics but I guess it doesn't matter because a lot of people are lazy so they go and steal other peoples graphics. I guess we can consider ourselves similar but kh is a fun game so I guess we couldn't resist. Just note that this game isn't dead and is well alive, not that many people at this moment but once the game is fully complete again there will be. It also introduces more features which the programmer working with TS works really hard to get the game to be different, If it wasn't for him the game would be similar. If anyone still wants to try it out, feel free to be a part of the beta atm until its released again but this time in Origins. We work as a team to accomplish our goal to finish the game and meet the needs of the fans of kh and members who play. We aren't the best eclipse game out there but we are one that you would want to at least give a try. Its hard to make a game similar to the actual game due to the lack of tiles specifically for that game and we could have tileset makers but it would take too long to get what is wanted. anyways.

    Thanks robin for EO, its a great engine and for newbies it will take time to get used to but hey its worth it. Ive learned a lot from it and plan to become a programmer but for a different language which I hope I achieve and of course go by concepts and theories rather then "technique".
×
×
  • Create New...