Saturday, June 26, 2010

Trying Ubuntu again....

Ok, Ubuntu is now up to 10.04, so I think it's time to try it again since the last time I tried it (9.04? Hardy Heron).

It looks pretty cool like before so far, but some major inconveniences that they haven't fixed yet.

A "security feature" is asking you for your password on anything it has to do. They Allowed it to "auto login to your desktop", instead of needing a password everytime (finally), but every time you login, you again get the "need keyring password typed in - again and every time you turn on your computer".

Oy, I want to recommend Ubuntu to other people to use instead of windows, but yet they still don't seem to understand that it is supposed to be a desktop OS.... operated by people.....

Who thought it was a good idea to say "hey, lets have every login require a network password being typed in before they can use the internet? Every single time until they get so tired of the extra steps that they go back to windows since they don't have to deal with extra steps for basic functioning"???

Simple human factors- I would think Ubuntu would get easier to use with each iteration instead of worse/the same.

Is there any distribution someone could use to just install ubuntu, and use it, without having to set any unusual things up?

Another problem I have with it is GRUB.... The bootloader. I have to reinstall windows every 6 months to keep everything running properly, and I don't want to have to do the same to Ubuntu, yet since windows screws up the MBR, Ubuntu is lost. On top of that, Grub won't fix itself, even using the numerous tutorials, it's command line based, and just throws errors messages ("in this case: "can't find MBR, not reccomended installing to the MBR, " and a big warning not to do it.... I tried every iteration of trying to get it working, but it refused to let me fix grub, so I had to reinstall linux after setting all the "custom" things up you need to first do- apply all the updates, unlock the restricted drivers and install them, ect.

I'm a techie, but have only explored linux here and there, but started in dos. If Ubuntu is barely usable for people with heavy tech experience, when will it be assessible to regular people with little knowledge of computers "just looking for somethign for internet"?

I like open office, I like ubuntu's GUI, I like the basic programs installed and the package manager, but it's obvious that it's still not ready for mainstream yet.

No tutorials built in or a "how do I get the friggen OS to do something"- just the same linux assumption "oh, you shouldn't have to ask questions, if you do, you don't need to be using linux". Just because it doesn't have a very friendly user interface, and the OS well thought out from a human factors point of view, doesn't mean it should be continually ignored.

Sure, let advanced users be able to solve things them self, and figure out more complex things, but at least sped a little time on polishing off a basic interface for new/basic users, so they can even use the operating system without already needing a web connected computer, and spending hours searching on the internet on how to get their network card working, or why their display doesn't work right.

I'm not sure if I'm going to stick with trying to use Ubuntu again just for the fact that the main theme in Ubuntu seems to be "you'll have to spend a day figuring out something in Ubuntu you could do in windows in 5 minutes".

I like the interface/ speed, fact you can shut down without 1000 popups asking you "are you sure you want to shutdown"?

Tuesday, June 22, 2010

Also a Quick Note...

Also, for more info, check out http://www.chrismweb.com to see my webpage and tutorials on basic game and web development.

I have been working a bit again in javascript, and have made some interactive applications. I need to find a way to program in a object oriented method like in actionscript, c++, java, ect. I can create objects, but the methodological method of programming can get messy fast. I am going to be learning more jqeuery on the side when I can, since it has a lot of functionality already built in, and tested, as well as a host of plug-ins.

I have two main projects right now- web development mainly for clients, and game programming for myself. Hope to get some done for both in the coming weeks!

Project planning for next game

I've spent the last month or two trying to look into project planning ideas/methods/techniques, and in the process learning about design.

Have found mostly general tips, nothing too great aside from a professional project outline in my "The art of game design: A book of lenses" by Jesse Schell. Overall a great book on things to think about during the design process, and can be applied to projects out of the scope of game design. From this, I was able to put together several documents detailing the game I am working on, and giving a decent outline.

But still, I am trying to find a good way to plan out all the classes I would probably need, what kind of properties they would have and share, the order in which they should be built to create a meaningful design.

I would also like to layout all the graphical assets I would need (and later sound, music and video), so as to follow along with the programming portion of the project.

The main reason for my focus on project planning is lack of time/too much wasted time due to poor planning. With my diablo like flash game, a lot of the time was spent going back and changing core classes when I realized there were better, quicker and more efficient ways to do things, and started adding more classes I hadn't originally planned on because of adding more features that are needed, but were not planned beforehand.

One good piece of advice I picked up out of a game development book that was released the end of last year is milestones.

By creating milestones, and striving for usable prototypes, I can more or less flesh out the features of the game. By starting with the bare minimum to have some kind of interaction, to adding more interactions and core game features, I can separate tasks by level of completion. That way I can see the major milestones I need to accomplish to be able to reach my end goal, and can concentrate on planning out each phase of each milestone, so I know what to focus on first, and instead of trying to plan out the entire scope of the game, which is a daunting task, I can plan out smaller "games" that build into the final prototype.


I would really like to submit my game for the intel game competition 2010 (level up), but the project might take longer than I have to finish in time. My RPG took about 8months to get all the core features programmed and working, along with a level, dialogue, and quest editor partially built. A lot of the time was spent re-programming things as new features came about, as well as a lot of research into getting an isometric Diablo 2 like game working with the graphics/scrolling and interface system.

But my new idea will require a good amount of research as well- I need to incorporate box2d, or emulate some of it's functions for one of the core game mechanics. Aside from that, I also have to be able to create professional level art, and art takes me more time to create than programming, since I am not well skilled in it yet, and have to spend a long time revising things.

So for now, I think I will finish converting my diablo game into my game engine, and make sure all the features are working properly again, and use that as my primary submission to the contest. Since it was near completion for the main game, I should hopefully be able to finish it up relatively quickly, and might be able to get enough time to create a level in my new game for a secondary submission.

I would also like to get started on Android development, but need to find a better way to learn it. The books mainly seem to cover building an application using the built in GUI elements from the android OS, without focusing on creating original programs, and secondary showing "how many android widgets you can cram in your app". I would like to be able to make a couple small programs for my own use, as well as release it on the android store, which would help me later convert my 2d games to use on the android.

I'll have to look more into project planning, and hopefully figure out the best way to pre-plan, and save time during development.

Thursday, June 17, 2010

Migrated from FTP on my server

Blogger changed, so now you can't post to ftp directly anymore. I had it push my posts onto my websites homepage (http://www.chrismweb.com), and parsed the file using php to display only the content :D

Took awhile to get it working, and it stinks that it is no longer a valid option, btu I guess I'll start posting more directly on here.

I've been working a lot, and mostly on flash/actionscript.

I've bought a few flash books recently that I can highly recommend for serious game programmers, or really any actionscript programmers. "Actionscript for multiplayer games and virtual worlds", and "real world flash game development".
Both are very good books, and the second would have saved me months of work if I had known about it sooner.


I was very happy to find the multiplayer flash game book, and although it uses proprietary software to allow you to setup the multiplayer Java based server, I think it still does the subject justice. I'll be mainly focusing on that for the next few weeks, as my diablo clone in flash will need that information.

The author was also so kind as to explain a system of creating isometric tiles and house to convert the mouse coordinates to screen coordinates! And it appears the a* algorithm as well.

That had taken me some time to figure out before, mostly going off of peoples posts for c++ for A* (and the AI book I have), and putting together old posts from gamedev.com.

I have a game concept for the intel game competition, but it's due in August, and that is rapidly approaching. I want to have the prototype finished in actionscript soon, and re-create in in c++ after I get all the logic setup.

I need to also practice some art work, since for now I am a one man team :/

I can program the game without a problem, and can base a lot of the code of my previous 2d scroller, and the 2d engine I had mostly gotten finished, but there's some new things to learn such as box2d (with scrolling), and methods of creating realistic based fighting and combo attacks.

This week I haven't gotten much done on personal stuff, but I hope to have the basic interface for the game done this weekend, but will mostly try to finish the project plan/ timeline/ list of goals tonight, and try to get started piece by piece this weekend.

It would also be nice to finish up the diablo game to a point where it is playable again (converted it to my engine, which allowed it to have much less redundant code, but hadn't finished porting all the features over yet).

If there are any good artists out there looking for a programmer to work on a game project with, send me an email(from my website) or leave a comment!