gegerlan / aog

Check out taber's updated 2022 version at taberenc/AOG_2022
https://github.com/taberenc/AOG_2022
44 stars 66 forks source link

Missing "Garnet Nude_wpn_1" #60

Closed ghost closed 12 years ago

ghost commented 12 years ago

First I'd like to mention that I have re-downloaded a git clone of the current master just minutes ago.

While trying to reproduce the missing 068_goblin2_def error, I ran into this one. Every time I try to attack with normal, nude garnet (while a bronze sword is equipped), it tells me I'm missing the "Garnet Nude_wpn_1" image. However, there is a "Garnet Nude_wpn1" file in the folder.

Reproduced multiple times.

ghost commented 12 years ago

Also got a missing "Garnet Nude_wpn_24" with the mythril gun equipped.

gegerlan commented 12 years ago

Thanks, I just uploaded a fix for this.

I hope you are aware that you don't need to do Git clones for updating the state of the game.

What you want to do is what's called 'pull', which consists of a 'fetch' of the changes made, and 'merge' them into your local files.

If you're using Git Bash: write 'git pull' when you're in the project folder. If you're using Git Gui: select 'Remote > Fetch From > Origin' (the repository name 'origin' may differ for you), then select 'Merge > Local Merge... Ctrl-M', select 'Tacking Branch', and highlight 'origin/main'. Finally press 'Merge'. If you're using TortoiseGit: right click on the folder and select 'Pull...' under the tortoiseGit option.

Reference images: Git Gui fetch: http://i.imgur.com/rwmuf.png Git Gui merge: http://i.imgur.com/xfyyu.png Git Gui merge options: http://i.imgur.com/26lQN.png TortoiseGit pull: http://i.imgur.com/6Ke6h.png

ghost commented 12 years ago

I'm aware of fetching updates yes, but I wanted to make sure I had a clean install.

ghost commented 12 years ago

This is fixed for me.