• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 12:06
CET 18:06
KST 02:06
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win2RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2[TLMC] Fall/Winter 2025 Ladder Map Rotation14
StarCraft 2
General
When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win SC: Evo Complete - Ranked Ladder OPEN ALPHA Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge RSL Season 3: RO16 results & RO8 bracket
Tourneys
Tenacious Turtle Tussle [Alpha Pro Series] Nice vs Cure RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
Data analysis on 70 million replays Which season is the best in ASL? sas.vorti stream [BSL21] Ro.16 Group Stage (C->B->A->D) FlaSh on: Biggest Problem With SnOw's Playstyle
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
The Perfect Game Nintendo Switch Thread Stormgate/Frost Giant Megathread Beyond All Reason Should offensive tower rushing be viable in RTS games?
Dota 2
Official 'what is Dota anymore' discussion
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
TL Mafia Community Thread Mafia Game Mode Feedback/Ideas
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread YouTube Thread Things Aren’t Peaceful in Palestine
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
Esports Earnings: Bigger Pri…
TrAiDoS
Thanks for the RSL
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1934 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
Finland4593 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
Finland4593 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 5h 54m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
LamboSC2 341
Livibee 66
MindelVK 41
Codebar 1
StarCraft: Brood War
Britney 25926
Bisu 4077
Calm 1738
firebathero 968
Shuttle 629
Shinee 413
EffOrt 374
BeSt 285
Soma 275
Light 252
[ Show more ]
Rush 146
PianO 143
Soulkey 127
Hyun 114
Larva 76
Zeus 67
Barracks 45
ajuk12(nOOB) 29
Pusan 28
Free 28
ToSsGirL 23
scan(afreeca) 20
Aegong 20
soO 19
Mong 16
sorry 11
SilentControl 9
Bale 6
Dota 2
Gorgc4525
singsing3225
420jenkins196
XcaliburYe107
capcasts39
Counter-Strike
fl0m9072
Other Games
FrodaN1154
Mlord436
crisheroes360
RotterdaM248
Hui .181
ArmadaUGS156
KnowMe144
Mew2King108
XaKoH 81
ceh912
Organizations
Dota 2
PGL Dota 2 - Main Stream149
StarCraft: Brood War
lovetv 6
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• poizon28 58
• Kozan
• LaughNgamezSOOP
• AfreecaTV YouTube
• sooper7s
• intothetv
• Migwel
• IndyKCrew
StarCraft: Brood War
• FirePhoenix1
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 1267
• Noizen50
League of Legends
• TFBlade1065
Other Games
• WagamamaTV347
• Shiphtur7
Upcoming Events
Replay Cast
5h 54m
OSC
23h 54m
LAN Event
1d
Replay Cast
1d 5h
Replay Cast
1d 15h
WardiTV Korean Royale
1d 18h
Sparkling Tuna Cup
2 days
WardiTV Korean Royale
2 days
Replay Cast
3 days
Wardi Open
3 days
[ Show More ]
Monday Night Weeklies
3 days
StarCraft2.fi
3 days
Replay Cast
4 days
Wardi Open
4 days
StarCraft2.fi
4 days
Wardi Open
5 days
StarCraft2.fi
5 days
The PondCast
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
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.