Home Artists Posts Import Register

Content

No picture this week, but i think this is fine.. i hope, at least.

Anyway , Dubsington recommended that i should open a Github page ith the story file in it and i did just that. The one and only file in this repository is the condensed story file with all story text in it. If you want to make changes, you can.

While doing so please do not destroy the formatting , this is very important for me to merge it back again into the main story file.

For the game well... i didn't do animations for quite some time and i generated some this weekend for the loosing event of the generic monopoly game.I created about 1800 animation frames which i need to implement next weekend into a event.

Other than that i just did some debugging (the milk sucker from the new chair event should be fixed)

And.. well.. just creating missing content and then moving on to the next project. (which can also take a while)

Files

GitHub - KleinKerni/MilkyWaysStoryFile: The story file for translation and spellchecking

You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.

Comments

Dubsington

Not very familiar with public githubs (only used ones inside organizations), but it seems like I can't create a branch. git push --set-upstream origin dubsington_1 Username for 'https://github.com': dubsington50 Password for 'https://dubsington50@github.com': remote: Permission to KleinKerni/MilkyWaysStoryFile.git denied to Dubsington50. fatal: unable to access 'https://github.com/KleinKerni/MilkyWaysStoryFile.git/': The requested URL returned error: 403

Kerni (edited)

Comment edits

2022-10-16 09:08:15 I added you to the collaborators Dubsington , can you please try again ? ANd.. i though everyone can just add branches.. mhn.. this is weird.. >_<
2022-09-12 07:18:45 I added you to the collaborators Dubsington , can you please try again ? ANd.. i though everyone can just add branches.. mhn.. this is weird.. >_<

I added you to the collaborators Dubsington , can you please try again ? ANd.. i though everyone can just add branches.. mhn.. this is weird.. >_<

Dubsington

Yeah, that surprised me. Guess internet github is different from on-prem github. /shrug Anyway, I did a few broad replaces of known errors that were easy to fix (some were spelling errors that have been annoying me since AaToFL, lol!) Let's see how easy/hard it is to roll this into the main branch so that we don't have a lot of people making the same edits in multiple branches (merge nightmare).

Kerni

Thanks Dubsington , I merged your pull request =) Although i have to say that just find and replace is very dangerouis since the stuff in the pips signs in the text is a variable and when these get effected.. argss..

Dubsington

100% agree. The trick is to grep the file for the string you are searching on first to make sure that you aren't hitting funny edge cases. I also used an editor with good regex support (Atom) which makes it much easier to avoid substring errors and the like. Part of why I wanted to do some of those "find and replace" big ones early (like "Mayas" -&gt; "Maya's") is because I worried that someone who wasn't development-inclined might do a rough job of it later on :-D

Anonymous

The idea behind pull requests is that anyone wanting to collaborate should fork the source repository, make any changes within their own copy, prepare the changes in the main branch and create a pull request to request to merge their own changes to the source repository. No one should ever need the permission to create branches within the source repo unless they are a part of the internal dev team that would obviously need to be able to make changes to their own repo.

Kerni

I am not really experienced with GITHUB but i think this should be the default setttings. So.. i hope this is okay XD And thanks Dubsington , you did great work there

Anonymous

All good. I am on the Discord with the MGemini alias, if you have questions, ask away, I use Github regularly.