63 posts
Skills: Coding, Localisation/Language Translation, Historical Research, Writing Events/Decisions, Modding Units, Finding Bugs, Modding Countries/Leaders, Modding Provinces, Economic Balancing, Modding Technologies
|
Post by OscarAn94 - EvW-Dev on Jan 20, 2015 0:27:35 GMT
I've been doing quite allot of bug reports, and i've also been reading them trying to fix them. One thing that causes problems when i try to re-create the bugs other people post it that i don't know how to re-create them, there is simply not enough information. So i got an idea that we all should use a certain template when posting Bug Reports to make it easier to re-create the bugs and fix them. Since i'm a Network technician i took elements from our bug reporting templates and implemented them.
here is my idea of a Bug Reporting Template for In-Game Bugs:
Here is my idea of a Bug Reporting Template for other bugs, like crashes, not beeing able to start and so on:
|
|
110 posts
Skills: Localisation/Language Translation, Historical Research, Finding Bugs, Modding Countries/Leaders, Modding Provinces, Economic Balancing
|
Post by Viking Panda on Jan 20, 2015 0:50:16 GMT
Looks good Oscaran. I will sticky this.
|
|
92 posts
|
Post by teodosio1234 on Feb 2, 2015 6:54:29 GMT
I've been doing quite allot of bug reports, and i've also been reading them trying to fix them. One thing that causes problems when i try to re-create the bugs other people post it that i don't know how to re-create them, there is simply not enough information. So i got an idea that we all should use a certain template when posting Bug Reports to make it easier to re-create the bugs and fix them. Since i'm a Network technician i took elements from our bug reporting templates and implemented them. here is my idea of a Bug Reporting Template for In-Game Bugs:Here is my idea of a Bug Reporting Template for other bugs, like crashes, not beeing able to start and so on: YOU SHOULD BE CREATED A TEMPLATE FOR BUGS RESOLVED: I have resolved a bug and went on to provide you the solution: BUG1) PART ONE: functional localization: events about joining with UN bug localization: /events/UNMembership_events.txt. programming line: 188 Error details: title = "EVTNAME9002" desc = "EVTDESC 9001" solution details: title = "EVTNAME9002" desc = "EVTDESC 9002" description of solution: it repeats a line of code creating an imbalance in the messages issued during the game regarding the process of joining in the UN.This must correct in the same txt archive in the mod "complete" folder. PART TWO: functional localization: bug about crashing in events about joining with UN bug localization: /events/UNMembership_events.txt. programming line: 195-198 Error details: add_country_modifier = { name = mod_UN_membership_vetoed_delay
duration = 730 } solution details: add_country_modifier = { name = mod_vetoed_delay duration = 730 } description of solution: change the "name modifier" by one shorter and add in /common/event_modifiers.txt and repeat all in the mod "complete"
|
|