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!

[Source Client] Ragnarok 2: The Gate of World

Joined
Jan 22, 2009
Messages
1,138
Reaction score
430
jG3ELKm - [Source Client] Ragnarok 2: The Gate of World - RaGEZONE Forums

Viserion - [Source Client] Ragnarok 2: The Gate of World - RaGEZONE Forums

Source code only from Client! But have 2 versions from emulator to this game.

Engine: Unreal 2.5

Download:
Emulator Server:

Good luck.
 

Attachments

You must be registered for see attachments list
Joined
Jan 22, 2009
Messages
1,138
Reaction score
430
@iceblade112
Read:
/*===========================================================================
C++ class definitions exported from UnrealScript.
This is automatically generated by the tools.
DO NOT modify this manually! Edit the corresponding .uc files instead!
===========================================================================*/

This header is generated by Unreal.
 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
How can I create a file EngineClasses.h?

If I generate from .uc in .u

Run: ucc make

Return errors:
Code:
$ ucc make
--------------------Engine - Release--------------------
Analyzing...
Parsing Engine
Parsing GameEngine
Parsing Player
Parsing Actor
Can't find 'intAActorexecSetPicking' in 'Engine.dll'

History: UPackage::GetDllExport <- UFunction::Bind <- Function/Operator <- FScri
ptCompiler::CompileDeclaration <- FScriptCompiler::CompileStatement <- FirstPass
 <- TryCompile <- FScriptCompiler::CompileScript <- (Class Engine.Actor, Pass 0,
 Line 1302) <- MakeScript <- MakeScript <- DoScripts <- UEditorEngine::MakeScrip
ts <- UMakeCommandlet::Main

Exiting due to error


But I'm not comliled Engine.dll - not found file EngineClasses.h
 
Last edited:
Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
How can fix it?

Error 1 error C2440: 'initializing' : cannot convert from 'const wchar_t *' to 'TCHAR *' f:\Project\RagII_Kor_Release\src\Rag2Patch\Rag2PatchCommon\Rag2CommonUtil.cpp 22

I set "No (/Zc:wchar_t-)", but the error remains
 
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
22
Reaction score
1
nice thanks for the share iwant to change the lang to english :D
 
Newbie Spellweaver
Joined
Jul 8, 2012
Messages
14
Reaction score
0
i this game and develop but i stop cuz i don't know how to change the other text... i improve the quest .. but some are english cuz they have conversion korea i think to english... i want to play this game again someday
 
Back
Top