• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 13:09
CEST 19:09
KST 02:09
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting6[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Weekly Cups (Oct 6-12): Four star herO65.0.15 Patch Balance Hotfix (2025-10-8)78Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition325.0.15 Balance Patch Notes (Live version)119
StarCraft 2
General
How to Block Australia, Brazil, Singapore Servers 5.0.15 Patch Balance Hotfix (2025-10-8) Revisiting the game after10 years and wow it's bad TL.net Map Contest #21: Voting The New Patch Killed Mech!
Tourneys
Crank Gathers Season 2: SC II Pro Teams LiuLi Cup - September 2025 Tournaments SC4ALL $6,000 Open LAN in Philadelphia Sparkling Tuna Cup - Weekly Open Tournament Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
External Content
Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers Mutation # 492 Get Out More
Brood War
General
BW caster Sayle BW General Discussion Map with fog of war removed for one player? Pros React To: BarrackS + FlaSh Coaching vs SnOw After 20 seasons we have a lot of great maps
Tourneys
[ASL20] Semifinal B [ASL20] Semifinal A SC4ALL $1,500 Open Bracket LAN [Megathread] Daily Proleagues
Strategy
Relatively freeroll strategies Current Meta BW - ajfirecracker Strategy & Training Siegecraft - a new perspective
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread Path of Exile
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
SPIRED by.ASL Mafia {211640} TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
Series you have seen recently... [Manga] One Piece Anime Discussion Thread Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Inbreeding: Why Do We Do It…
Peanutsc
From Tilt to Ragequit:The Ps…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1882 users

Game making progress -part 12-

Blogs > shannn
Post a Reply
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
April 09 2012 16:42 GMT
#1
Hello everyone!

It's time for a new update on my game making progress with lots of screenshots !!!
Leave some feedback or a question about my game.

Previous blogs about game making
(From newest to oldest)
- Game Making progress -part 11- 2012-03-30
- Game making progress -part 10-2012-02-18
- Game making progress -part 9- 2012-02-13
- Game making progress, almost done 2012-02-07
- Game making progress 2012-02-04
- Game making progress, school 2012-02-02
- School & game making progress 2012-01-31
- Math genius needed for game making 2012-01-11
- Making a game, progress 2012-01-06
- What makes a game interesting? 2012-01-03
- A new beginning 2011-12-31

Contents of blog:
- Stick to the plan!
- The grinding of game programming
- The fun side of game programming
- Implementations done since last blog
- Screenshot gallery
- Summary
- Index

Stick to the plan!
This section is for the aspiring game programmers among us that haven't made their first step yet into making their first game.

Every time something is not going to how you want something done then you're going to want to fix this. Stick to the plan (or your design document)! For the first time I've wanted to change some implementations which was not in line with my design document.
The design document is a good tool to have a structure and planning of your game making progress. You can divide tasks easier if you have team members in the future and/or if you are unable to complete a task then someone else can replace you and just look at the design document and complete what is asked from there on.

After a day of trying to implement/improve the new implementation I realized that the design document was there for a reason and I shouldn't have wasted a day on the new implementation. I can keep on trying to improve an implementation but then the game would never be done since I would constantly be trying to improve and I need to be focussed on the task at hand that is written by me. So again, stick to the plan! Don't have doubts unless you have a better implementation as in the code can be cleaner or the code will increase the game performance. If it isn't this then stick to the plan.

The grinding of game programming
Sometimes when you have bugs and you debug but it doesn't tell you a lot then you get frustrated really quickly. It becomes boring and when people get bored with a hobby they tend to leave it as is. I don't have this as I always just bite myself through it and this past week was no exception.

I spent about 10 hours banging my head to the wall what my bug[1] was and after figuring it out I moved on. Another obstacle I managed to overcome and learn a "new" thing lol.

The fun side of game programming
Not everything is boring about game programming. For me the most fun part is when I actually complete something the way I exactly envisioned it and specified this.

I managed to have a complete flow of talking to an NPC and have a conversation (see screenshot gallery for some fun placeholders I used ) and (almost implemented) accepting a quest.

When these things happen you feel like you're on top of the world only to realize you're standing in your room screaming of joy...
Nonetheless no one can take these moments of you when you achieve something you desire.

Implementations done since last blog
I've succesfully managed to have a conversation with any NPC with images and all that jazz and accept a quest after talking to an NPC.

Have a battle statistics page after a battle telling you the stats like the total damage or healing done but also the amount of loot and gold you have received.

Faking depth in game. You will now see that a character is behind another obstacle and make it look like there is depth (there are still some errors with this but it's more due to the pictures I'm using).

Screenshot gallery
Here are the screenshots of the implementations I've done since past week.

[image loading]
First try.

[image loading]
Second try without implementation of the auto RNG looting

[image loading]
Third try but using some stubbed text instead of the RNG looting

[image loading]
Finally managed to get the RNG looting on the 4th try (what a shame! I didn't loot anything )
Oh and as fun I wanted to have the text say: "It's over 9000" when the loot was over 9000 but I don't know if it's actually appropriate to do such things

[image loading]
First try with Itachi talking????? (No it's just fake text I used at this implementation try)

[image loading]
I see some glitches :X This is due to the image not actually being png lol

[image loading]
I'm a ninja, I can sneak behind people.

[image loading]
OH MY GAWD! The great Uchiha Itachi needs your help! (Second try with conversation text loaded this time).

[image loading]
Changed the text (3rd try)

[image loading]
LOL Sasuke has to help Itachi? (Conversation from the 3rd try of implementation)

[image loading]
Still the 3rd try of implementation and this was the conversation I made (2 lines or so from Itachi and a line from Sasuke.

[image loading]
The quest template of accepting a quest after having a conversation with an NPC.
Almost implemented as I haven't put text on the box yet and haven't positioned the boxes of accepting/declining a quest request. (1st try of implementation).

Summary
Done a lot of stuff and banged my head equally as much as I screamed in joy about completing stuff for my game.
Don't surrender easily when you get to the first obstacle. Many people give up and the rewards is really satisfying (in whatever you do, I know it's such a cliché).

Index
[1] The bug was that at runtime my object would not recognize the method that was being called on the object even though the class implementation has the method publicly listed.
Turns out that whenever I returned an object of this class it was of type id and thus at runtime it would not recognize the method since the object wasn't of the class I was trying to instantiate from. (Found this page and easily solved the problem).

***
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
0x64
Profile Blog Joined September 2002
Finland4574 Posts
April 09 2012 23:03 GMT
#2
Good stuff, it starting to shape up.
You have a really nice font btw.

So is the art now subcontracted or it something you are temporarly using?
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
April 09 2012 23:27 GMT
#3
On April 10 2012 08:03 0x64 wrote:
Good stuff, it starting to shape up.
You have a really nice font btw.

So is the art now subcontracted or it something you are temporarly using?

Placeholders man

I'd love to learn doing game art as well just to broaden my skills but I think if it's anything like programming it'll take years to get some basics :<
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
0x64
Profile Blog Joined September 2002
Finland4574 Posts
April 10 2012 20:17 GMT
#4
http://gamasutra.com/blogs/author/ChrisHildenbrand/604065/

Start by going through these, it will get you very quickly to the point where you can make your own temp graphics... It's not that hard and doesn't require skills.
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
Please log in or register to reply.
Live Events Refresh
Next event in 17h 51m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
UpATreeSC 275
BRAT_OK 81
JuggernautJason51
MindelVK 19
StarCraft: Brood War
Britney 27315
Calm 5346
Hyuk 4760
Rain 2539
Flash 2214
Soma 866
ZerO 671
Light 664
EffOrt 605
Mini 502
[ Show more ]
Stork 407
Larva 309
Snow 272
firebathero 234
PianO 191
hero 191
Hyun 117
Soulkey 108
Rush 76
Barracks 34
Free 29
Killer 25
Terrorterran 19
Movie 16
scan(afreeca) 14
NaDa 4
Dota 2
qojqva4020
Counter-Strike
fl0m663
Heroes of the Storm
XaKoH 101
Other Games
singsing2182
Beastyqt499
Mlord415
B2W.Neo412
Lowko275
Sick234
Hui .229
crisheroes195
KnowMe171
C9.Mang0139
ArmadaUGS125
XcaliburYe97
Dewaltoss26
ZerO(Twitch)19
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• LaughNgamezSOOP
• AfreecaTV YouTube
• sooper7s
• Migwel
• intothetv
• Kozan
• IndyKCrew
StarCraft: Brood War
• blackmanpl 25
• HerbMon 15
• Michael_bg 5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 3221
League of Legends
• TFBlade815
Other Games
• Shiphtur330
• imaqtpie0
Upcoming Events
Wardi Open
17h 51m
CranKy Ducklings
1d 16h
Safe House 2
1d 23h
Sparkling Tuna Cup
2 days
Safe House 2
2 days
Tenacious Turtle Tussle
6 days
The PondCast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.