Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TERA API (node.js), Shop and Launcher with Client Patcher

Newbie Spellweaver
Joined
Jun 22, 2023
Messages
15
Reaction score
2
Thanks, I completely missed that :D

Is there also a solution for the other query?
 
TERA Foundation
Joined
Jun 3, 2020
Messages
490
Reaction score
787
We have built a PW reset function and would like to integrate this into the launcher and possibly also a news feed :)
To do this, you need to edit the launcher backend in TeraAPI.
These are files: portalLauncher.controller.js, launcherLoginForm.ejs, launcherMain.ejs, launcherSignupForm.ejs.
 
Newbie Spellweaver
Joined
Apr 17, 2022
Messages
5
Reaction score
0
1711495502653 - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums

Did you see this error?
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 17, 2022
Messages
5
Reaction score
0
When I try to connect, the ArbiterServer , Gatway shutdown.
I don't know the cause.

It worked normally.

No code was changed.

and
GM command item_add command does not work.
 
Last edited:
Initiate Mage
Joined
Sep 10, 2023
Messages
2
Reaction score
0
What can I adjust it so that my login form for the launcher doesn't have the launcher mask on it. Also where is the launcher_mask.png & logo.png being referenced ?

1711969629021 - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Thanks!
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 27, 2010
Messages
4
Reaction score
0
Hello! Help with an error in TERA-API. I launch tera-api and it gives an error: (error) Portal API: Error: getaddrinfo ENOTFOUND 8090.
 

Attachments

You must be registered for see attachments list
TERA Foundation
Joined
Jun 3, 2020
Messages
490
Reaction score
787
Hello! Help with an error in TERA-API. I launch tera-api and it gives an error: (error) Portal API: Error: getaddrinfo ENOTFOUND 8090.
You probably made a mistake in your .env file.
Settings must be set as follows:
Code:
##################################
# PORTAL API CONFIGURATION
##################################

# Set the host for receiving connections from the users for access to Portal or Launcher.
# Use 0.0.0.0 or leave empty for bind API on all IPs.
API_PORTAL_LISTEN_HOST=

# Set the port for receiving connections from the users for access to Portal or Launcher.
API_PORTAL_LISTEN_PORT=8090
You should also be sure that port 8090 is not being used by another application.
 
Initiate Mage
Joined
Dec 27, 2010
Messages
4
Reaction score
0
You probably made a mistake in your .env file.
Settings must be set as follows:
Code:
##################################
# PORTAL API CONFIGURATION
##################################

# Set the host for receiving connections from the users for access to Portal or Launcher.
# Use 0.0.0.0 or leave empty for bind API on all IPs.
API_PORTAL_LISTEN_HOST=

# Set the port for receiving connections from the users for access to Portal or Launcher.
API_PORTAL_LISTEN_PORT=8090
You should also be sure that port 8090 is not being used by another application.
Thank you, I figured it out, but now there is another error in Topography Server. I run TopographyServer.bat and after a few seconds the window closes. The error in the logs is in Korean.

2024-04-27 02:25:35 Build : Apr 9 2020 10:48:15
2024-04-27 02:25:35 TopographyServer.exe --sharedmemoryproducer=true
2024-04-27 02:25:35 New LogFileWriter Key[0] PlanetId[0] ServerType[0] 04-27 -1:-1
2024-04-27 02:25:46 CreateFileMapping 실패 (5)
2024-04-27 02:25:46 지형을 읽어 들일 수 없습니다. 지형이 제대로 떠 있는지 확인바랍니다.
 
Back
Top