1. #1
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default Request : List of mission and build app

    Dear Neocron Support Team,

    I have 2 request :

    - would it be possible to have a full list of all mission available in Neocron (except Epic and Jones as we have everything we need to know on wiki.techhaven.org). At least a mod or GM could give me the list so I can edit the Wiki with a maximum of information

    - Could a dev build a little app to help us make our builds, there was Nskill that was awesome but with all the changes in the game mechanics it's no more accurate, if a dev could just build the base app, I can help making files with imps, armor and weapons with all the data needed for the app... like it worked in Nskill, so we just have to edit the files when items are updated ...

    I know you guyz already have tons of work, but I can help, Maybe I can even code it myself, I just need to know exactly how dmg is calculated now (like the formulas we all had before, something like that : DMG = 10% Base + 30% H-C + 40% T-C + 20% WEP )

    Thanks for thinking about it

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  2. #2
    eXodus Clan ****************** Skansy's Avatar
    Join Date
    July 2004
    Location
    Germany
    Posts
    38

    Default

    Quote Originally Posted by Kalonji Faya View Post
    - Could a dev build a little app to help us make our builds, there was Nskill that was awesome but with all the changes in the game mechanics it's no more accurate, if a dev could just build the base app, I can help making files with imps, armor and weapons with all the data needed for the app... like it worked in Nskill, so we just have to edit the files when items are updated ...

    I know you guyz already have tons of work, but I can help, Maybe I can even code it myself, I just need to know exactly how dmg is calculated now (like the formulas we all had before, something like that : DMG = 10% Base + 30% H-C + 40% T-C + 20% WEP )
    i dont think they will show us the code of damage calculation ... its a part of the game to test setups

    i always look for better Setup, with the calculation i could make the best possible ingame :P

  3. #3
    Registered User
    Join Date
    October 2003
    Location
    Sheffield - England
    Posts
    420

    Default

    The original NSkiller was built as a collaborative effort (which I helped out on), and I doubt NST would be interested in taking it up.

    I tried doing an updated one, but the original code is a bloody mess and a bit too complicated for me - so I settled for updating all the item profiles instead.

    It's not perfect, but it gives an impression.

  4. #4
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Hey Mal and thanks for answering !!

    By any chance could you send me the source code so I can see If I can do some adjustements ?

    Else, I was wondering if you could send me the updated files for Nskill, ar at least tell me what you're updating and tell me what needs to be updated, so if you make each one some txt files with all items, like you said we could have an impression

    I'd like to help if you want mate

    Thanks !!

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  5. #5
    Xpertz William Antrim's Avatar
    Join Date
    November 2005
    Location
    Norfolk.
    Posts
    4,112

    Default

    Quote Originally Posted by Skansy View Post
    i dont think they will show us the code of damage calculation ... its a part of the game to test setups

    i always look for better Setup, with the calculation i could make the best possible ingame :P
    We used to have damage calculation % on TH.org when the 2.2 patch first hit.
    "dulce et decorum est pro patria mori"

  6. #6
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Thanks William Antrim !!

    I knew I saw that somewhere And I'm pretty sure it's on the forum too but couldn't find it. Anyway iirc on the forums it's not the 2.2 dmg calc, it's the NC2 one... so yours maybe more-up to-date !

    Thanks again !

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  7. #7
    Registered User
    Join Date
    October 2003
    Location
    Sheffield - England
    Posts
    420

    Default

    Quote Originally Posted by Kalonji Faya View Post
    Hey Mal and thanks for answering !!

    By any chance could you send me the source code so I can see If I can do some adjustments?

    Else, I was wondering if you could send me the updated files for Nskill, ar at least tell me what you're updating and tell me what needs to be updated, so if you make each one some txt files with all items, like you said we could have an impression

    I'd like to help if you want mate

    Thanks !!

    Kalonji
    I don't have the original source code. I decompiled the existing NSkiller and attempted to clean it up a bit - but I think that was part of the issue...

    That and Unity REALLY not liking lambda expressions! I passed it around my development team at work (I'm a software engineer - but I do testing rather than coding) and they couldn't get it going either!

    TBH, it probably just wants a full re-write. I'm certainly not volunteering for that though

    I've put a link in Community Projects to the updated file list.

  8. #8
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Cheers Mal !!

    I'm with you on that !! I'll help to update the implant, weapon, bones, everything files so we can have a nice NSKILL just to have an idea of our setup !

    If I have more time I'll try to rewrite an application from scratch with Qt or CodeBlocks I'll see... Anyway right now I don't have much time so I'll do help you with NSKILL

    Thanks again Mal !

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  9. #9
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Hi pals !

    Anyone from NST could send me a list of all the ingame mission that can be started by speaking with a NPC please ?!
    The NSkill part of this thread is OK (there's another thread in the community project sub-forum).

    So now, I'd really like to have the list of all NPC given mission, so I can update the Techhaven Wiki .
    Thanks in advance to the NST team !

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  10. #10

    Default

    Quote Originally Posted by Kalonji Faya View Post
    Hi pals !

    Anyone from NST could send me a list of all the ingame mission that can be started by speaking with a NPC please ?!
    The NSkill part of this thread is OK (there's another thread in the community project sub-forum).

    So now, I'd really like to have the list of all NPC given mission, so I can update the Techhaven Wiki .
    Thanks in advance to the NST team !

    Kalonji
    I already planned to post a list of all the new missions we implemented as soon as the new WOC missions are ready for retail.
    I'll post it (without the new WOC missions) within the next 2 days.
    Baldur
    Management - Content Development
    Neocron Support Team
    N E O C R O N - G A M E . C O M

    »Ut sementem feceris, ita metes«

    DOWNLOAD NEOCRON • PLAY NEOCRON • FACEBOOK • TWITTER • GET SUPPORT • FORUM RULES • RULES OF CONDUCT

  11. #11
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Cheers Baldur !

    I'll update the wiki as soon as I have the list and did all the mission so I can take screenshots and make a little description...
    Thanks a lot !

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  12. #12

    Default

    Quote Originally Posted by Kalonji Faya View Post
    Cheers Baldur !

    I'll update the wiki as soon as I have the list and did all the mission so I can take screenshots and make a little description...
    Thanks a lot !

    Kalonji
    Here you go : https://forum.neocron-game.com/showt...w-New-missions
    Baldur
    Management - Content Development
    Neocron Support Team
    N E O C R O N - G A M E . C O M

    »Ut sementem feceris, ita metes«

    DOWNLOAD NEOCRON • PLAY NEOCRON • FACEBOOK • TWITTER • GET SUPPORT • FORUM RULES • RULES OF CONDUCT

  13. #13
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Quote Originally Posted by Baldur View Post
    Cheers Baldur !!

    Just looked at the list, indeed it's the list of the new mission, but can you affirm that if I add those missions to the th.org wiki, the mission list will be complete ?!

    Anyway thanks for that and see ya !

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

  14. #14

    Default

    Quote Originally Posted by Kalonji Faya View Post
    Cheers Baldur !!

    Just looked at the list, indeed it's the list of the new mission, but can you affirm that if I add those missions to the th.org wiki, the mission list will be complete ?!

    Anyway thanks for that and see ya !

    Kalonji
    If the THN-list currently has all the missions from the KK-era and you add the ones I listed the answer is yes.
    Baldur
    Management - Content Development
    Neocron Support Team
    N E O C R O N - G A M E . C O M

    »Ut sementem feceris, ita metes«

    DOWNLOAD NEOCRON • PLAY NEOCRON • FACEBOOK • TWITTER • GET SUPPORT • FORUM RULES • RULES OF CONDUCT

  15. #15
    Registered User Kalonji Faya's Avatar
    Join Date
    August 2003
    Location
    Pau (France)
    Posts
    408

    Default

    Indeed thing is I asked for the complet mission list because I'm not sure thn has the whole list from KK-era :/
    here is the actual list from THN wiki : THN Wiki Missions

    Is there a way to check it ?! I mean another way than speaking to each NC NPC lol

    Thanks for your help Baldur

    Kalonji
    * Kalon G - Old School PPU * Kalon - Butt Plugged PPU (MIA)
    * Kalonjo - HC Tank (MIA) * Son of Kalonjo - father's son (HC Tank)
    * Kalona - AK Spy (MIA) * Pat Etik -Driver Pistol Spy
    * Monsieur Smeeth - Slots Maker * Anon e-Mouse - Doomed spy
    * Kalonji Faya - Holy Hybrid (MIA) * Kal'Anjah - Blessed Hybrid

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •