Corsair Server Files + Client + Market

Page 26 of 37 FirstFirst ... 16181920212223242526272829303132333436 ... LastLast
Results 376 to 390 of 552
  1. #376
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    For the Central Market System and the Dice Game/other Web stuff you simply need IIS with the ASP.net functionality installed. Thats really it, i did nothing more then that. The 'tricky' part is then to figure out what goes where and how does the configuration work.
    I would say there are basically two ways of setting up the CM/Web. Either with subdomains or with Web-Proxys that not all Webpages will use port 80 or 443 and then they can share the same domain. The Web-Proxys can be configured inside the web.config files. I choosed the subdomain method. If you want to use https(SSL) you need to have a signed certificate, if you don't have that just use http instead and add a fake hostname with IP to your Windows hosts file so the clients computer knows where your servers web is located.
    The needed web.config for the Dice game i already posted somewhere here, you would just need to swap out the IPs and Hostnames to yours instead.
    With what goes there i give you a hint from my IIS setup. Just make sure to properly set the binding to an IP adress with your domain name.

    https://imgur.com/a/yGKQnNi

    Now you jsut need to find out what from the Archives go to what website folder. Just remember to give the IIS user folder-permissions to read, view and execute as it is not set per default if you add a new folder location. For the board game you need to give two additional permissions to write and modify but ONLY for two folders inside the webgame folder, then the beauty Album will also work proberly if you set the paths and permissions correctly.

    If you want to point the game client to other webadresses you simply need to change them in the 'datasheet_url' and make a dbss file out of it which then turns into 'weburl.bss' which then you can patch into the client with the Meta-Injector that was posted somewhere in this section.
    The Client itself needs to know where the market is so you need to add two lines to your 'service.ini'
    Code:
    [NA]
    AUTHENTIC_DOMAIN=Game Server IP here
    AUTHENTIC_PORT=8888
    
    
    viewTradeMarketUrl=http://trade.your-domain-name-here.notcom/
    gameTradeMarketUrl=http://game.your-domain-name-here.notcom/
    There are three 'web.config' files in each of the market folders you just need to edit the IPs and domain names to yours and save them. No need to reboot your IIS or Gameserver as the IIS will reload a webpage per default with ASP.net when the 'web.config' has been changed. Then you just need to find the one XML.and change the IP there and if you have done everything the right way your market will open on the second attempt. The first click always errors out. Wait a few seconds depending on the speed of your server and click again and it shall open. If something does not work it should generate logfiles usually on drive C, you will find them as it generates a new folder and in there are subfolders named after your websites for each that started logging.
    Last edited by seramyu; 01-09-22 at 06:25 PM.

  2. #377
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    thx for ur explanation....

    i am still have confused with ur image what u provide...

    i still didnt get it what ur IIS setup means...

    I would like you to provide a detail tutoial about setting up the IIS again..thx again

    Quote Originally Posted by seramyu View Post
    For the Central Market System and the Dice Game/other Web stuff you simply need IIS with the ASP.net functionality installed. Thats really it, i did nothing more then that. The 'tricky' part is then to figure out what goes where and how does the configuration work.
    I would say there are basically two ways of setting up the CM/Web. Either with subdomains or with Web-Proxys that not all Webpages will use port 80 or 443 and then they can share the same domain. The Web-Proxys can be configured inside the web.config files. I choosed the subdomain method. If you want to use https(SSL) you need to have a signed certificate, if you don't have that just use http instead and add a fake hostname with IP to your Windows hosts file so the clients computer knows where your servers web is located.
    The needed web.config for the Dice game i already posted somewhere here, you would just need to swap out the IPs and Hostnames to yours instead.
    With what goes there i give you a hint from my IIS setup. Just make sure to properly set the binding to an IP adress with your domain name.

    https://imgur.com/a/yGKQnNi

    Now you jsut need to find out what from the Archives go to what website folder. Just remember to give the IIS user folder-permissions to read, view and execute as it is not set per default if you add a new folder location. For the board game you need to give two additional permissions to write and modify but ONLY for two folders inside the webgame folder, then the beauty Album will also work proberly if you set the paths and permissions correctly.

    If you want to point the game client to other webadresses you simply need to change them in the 'datasheet_url' and make a dbss file out of it which then turns into 'weburl.bss' which then you can patch into the client with the Meta-Injector that was posted somewhere in this section.
    The Client itself needs to know where the market is so you need to add two lines to your 'service.ini'
    Code:
    [NA]
    AUTHENTIC_DOMAIN=Game Server IP here
    AUTHENTIC_PORT=8888
    
    
    viewTradeMarketUrl=http://trade.your-domain-name-here.notcom/
    gameTradeMarketUrl=http://game.your-domain-name-here.notcom/
    There are three 'web.config' files in each of the market folders you just need to edit the IPs and domain names to yours and save them. No need to reboot your IIS or Gameserver as the IIS will reload a webpage per default with ASP.net when the 'web.config' has been changed. Then you just need to find the one XML.and change the IP there and if you have done everything the right way your market will open on the second attempt. The first click always errors out. Wait a few seconds depending on the speed of your server and click again and it shall open. If something does not work it should generate logfiles usually on drive C, you will find them as it generates a new folder and in there are subfolders named after your websites for each that started logging.

  3. #378
    Novice benzven is offline
    MemberRank
    Aug 2022 Join Date
    1Posts
    could anyone share how they got the attendance working?, is it the dll's parsing it wrong or is it something else? i've tried everything and still reciving _startDate is abnormal on the client after patching it.

  4. #379
    Account Upgraded | Title Enabled! hack2u is offline
    MemberRank
    Dec 2004 Join Date
    203Posts
    Quote Originally Posted by seramyu View Post
    For the Central Market System and the Dice Game/other Web stuff you simply need IIS with the ASP.net functionality installed. Thats really it, i did nothing more then that. The 'tricky' part is then to figure out what goes where and how does the configuration work.
    I would say there are basically two ways of setting up the CM/Web. Either with subdomains or with Web-Proxys that not all Webpages will use port 80 or 443 and then they can share the same domain. The Web-Proxys can be configured inside the web.config files. I choosed the subdomain method. If you want to use https(SSL) you need to have a signed certificate, if you don't have that just use http instead and add a fake hostname with IP to your Windows hosts file so the clients computer knows where your servers web is located.
    The needed web.config for the Dice game i already posted somewhere here, you would just need to swap out the IPs and Hostnames to yours instead.
    With what goes there i give you a hint from my IIS setup. Just make sure to properly set the binding to an IP adress with your domain name.

    https://imgur.com/a/yGKQnNi

    Now you jsut need to find out what from the Archives go to what website folder. Just remember to give the IIS user folder-permissions to read, view and execute as it is not set per default if you add a new folder location. For the board game you need to give two additional permissions to write and modify but ONLY for two folders inside the webgame folder, then the beauty Album will also work proberly if you set the paths and permissions correctly.

    If you want to point the game client to other webadresses you simply need to change them in the 'datasheet_url' and make a dbss file out of it which then turns into 'weburl.bss' which then you can patch into the client with the Meta-Injector that was posted somewhere in this section.
    The Client itself needs to know where the market is so you need to add two lines to your 'service.ini'
    Code:
    [NA]
    AUTHENTIC_DOMAIN=Game Server IP here
    AUTHENTIC_PORT=8888
    
    
    viewTradeMarketUrl=http://trade.your-domain-name-here.notcom/
    gameTradeMarketUrl=http://game.your-domain-name-here.notcom/
    There are three 'web.config' files in each of the market folders you just need to edit the IPs and domain names to yours and save them. No need to reboot your IIS or Gameserver as the IIS will reload a webpage per default with ASP.net when the 'web.config' has been changed. Then you just need to find the one XML.and change the IP there and if you have done everything the right way your market will open on the second attempt. The first click always errors out. Wait a few seconds depending on the speed of your server and click again and it shall open. If something does not work it should generate logfiles usually on drive C, you will find them as it generates a new folder and in there are subfolders named after your websites for each that started logging.
    Thank you for letting me know There are many people who don't understand Very helpful

  5. #380
    Enthusiast 308169172 is offline
    MemberRank
    Dec 2020 Join Date
    28Posts
    Web Where is config?
    You can share dice web config?

  6. #381
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    where to see how many players online in my server?

    通过我的 NOH-AN00 上的 Tapatalk发言

  7. #382
    Enthusiast 308169172 is offline
    MemberRank
    Dec 2020 Join Date
    28Posts
    datasheet_url.xlsm
    IngamePortal and
    IngameWeb

    Which one should I change?

  8. #383
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    Quote Originally Posted by benzven View Post
    could anyone share how they got the attendance working?, is it the dll's parsing it wrong or is it something else? i've tried everything and still reciving _startDate is abnormal on the client after patching it.
    I would say yes it is the dll that comes with that Client that somehow f.... up dates. If you want to get attendance working you can edit the attendace reward table for the server the normal way, but you also need it in the client and for that you would need the Nova Files to run the dbss parsing and then you can patch in the created dbss from there. Or maybe someone has a fixed DLL that works?

    If you want to see how many Players are online on your server you just need to check the Fields title bar. There is a section where it says how many are online [Maxplayer_Count/Another Number, no Idea what it means/0/Players]
    Example: [200/22/0/5] would mean 5 players online. Thats at least what my title bar says when 5 people are online playing.

    and for the URLs just change both doesn't mater but usually it would be the Portal, the other web can handle different things but i think in the corsair files it was merged together.

    Link to dice game config:
    https://forum.ragezone.com/f1000/cor...ml#post9135956
    Last edited by seramyu; 02-09-22 at 10:57 AM.

  9. #384
    Account Upgraded | Title Enabled! hack2u is offline
    MemberRank
    Dec 2004 Join Date
    203Posts
    Quote Originally Posted by seramyu View Post
    I would say yes it is the dll that comes with that Client that somehow f.... up dates. If you want to get attendance working you can edit the attendace reward table for the server the normal way, but you also need it in the client and for that you would need the Nova Files to run the dbss parsing and then you can patch in the created dbss from there. Or maybe someone has a fixed DLL that works?

    If you want to see how many Players are online on your server you just need to check the Fields title bar. There is a section where it says how many are online [Maxplayer_Count/Another Number, no Idea what it means/0/Players]
    Example: [200/22/0/5] would mean 5 players online. Thats at least what my title bar says when 5 people are online playing.

    and for the URLs just change both doesn't mater but usually it would be the Portal, the other web can handle different things but i think in the corsair files it was merged together.

    Link to dice game config:
    https://forum.ragezone.com/f1000/cor...ml#post9135956
    Inquire Correction Here #NA#DataSheet_CashProduct But it doesn't work what's the reason? how to fix Thank you very much

  10. #385
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    What does not work? I have a custom one with basically ALL stuff enabled and its only on server side and it works fine. If you mean ACoin stuff, forget about it, stuff is missing for that.

  11. #386
    Account Upgraded | Title Enabled! hack2u is offline
    MemberRank
    Dec 2004 Join Date
    203Posts
    Quote Originally Posted by seramyu View Post
    What does not work? I have a custom one with basically ALL stuff enabled and its only on server side and it works fine. If you mean ACoin stuff, forget about it, stuff is missing for that.
    I can't change and add what I want in it Cash Shop F3 and don't know where the problem lies Thank you very much

  12. #387
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    last question,,,

    where to add currency,,pearl coins,,slivers,,cash shop/fasiision shop coins something like that??

    in the other words,,where to change charater's data??

  13. #388
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts
    Hey,
    .
    Quick question, everything is setup and starting / running i can log into the server but at the server selection im getting 'server type differ'
    Any hint regardless of this ?

    Thanks :)



    Edit:

    NVM fixed it, both ini had to be alpha
    Last edited by ATIDOT3; 02-09-22 at 08:33 PM.

  14. #389
    Enthusiast 308169172 is offline
    MemberRank
    Dec 2020 Join Date
    28Posts
    Beautiful photo album doesn't work
    Uploaded photos cannot be previewed after saving
    I have seen the image upload on the server and can open it
    But the preview in the client is not good

    - - - Updated - - -

    https://i.postimg.cc/8zXQtyJs/1.png

    - - - Updated - - -


  15. #390
    Enthusiast Zexuce is online now
    MemberRank
    May 2018 Join Date
    29Posts
    Open CM error, somebody would give a help how to solve?

    https://postimg.cc/gallery/ZBjHzV8



Advertisement