Jump to content

Recommended Posts

Posted

The only thing he can do is C# coding :P nothing else. So no he cant work in client xD

 

you're retarded, you can do much more with C# and Unity engine just with coding

Posted

stop enchance your friendship with elfo xxdem. 

 

what? if you check my other replies you will see my opinion about his project and crappy C#, but facts being said you can't ignore Unity

Posted

The only thing he can do is C# coding :P nothing else. So no he cant work in client xD

You can literally code the client of a game with C# and unity. The problem is I ain't a 3d animator so i either have to buy assets from the store or get someone who is very good in 3d animation.

Posted

You can literally code the client of a game with C# and unity. The problem is I ain't a 3d animator so i either have to buy assets from the store or get someone who is very good in 3d animation.

I know honey, i've worked on unity and unreal. 

Unity is raw coding, while unreal has the choise of blueprints but both require the proper animations, models and much knowledge to do the transparent maps, shadows, e.t.c

Posted

I know honey, i've worked on unity and unreal. 

Unity is raw coding, while unreal has the choise of blueprints but both require the proper animations, models and much knowledge to do the transparent maps, shadows, e.t.c

Unity is not raw coding. It has it's own "blueprint auto scripting" way of working, just like unreal can also be coded using C++.

Also both have stored where you can buy all those things you just said for a pretty reasonable price.

 

https://www.assetstore.unity3d.com/

 

And to be honest if you are good with 3d animation you should give this place a try.

Posted (edited)

Unity is not raw coding. It has it's own "blueprint auto scripting" way of working, just like unreal can also be coded using C++.

Also both have stored where you can buy all those things you just said for a pretty reasonable price.

 

https://www.assetstore.unity3d.com/

 

And to be honest if you are good with 3d animation you should give this place a try.

Ye ye that what i meant, i just wanted to mention that Unity is "mostly for those who write the code line by one" cause unreal develop blueprint system better and better everytime.

I know this site, i used to make animations and assets and sell them for high price but i got bored for some reason.

 

Used to mess up

yNFqAfv.png

Edited by AccessDenied
Posted

please make a tutorial to compile this git. thanks

 

@l2alterkdos
 
Easier method:

The easier method is to download the project at https://github.com/Elfocrash/L2dotNET/ and make a "Download ZIP", unpack the file and double click on "L2dotNET.sln" file (at src folder), it should open as a project, then all you need to do is run the solution (usually F5).

Also you need change some configurations at app.config (both Auth and Game Service projects, and at Datapacks\Game\config change server.json to you current MySQL credentials.

MySQL scripts can be found at: L2dotNET.Game\Datapacks\sqlscripts. Just run it.

 

Contributter method:

You first will need "Fork" the project at: https://github.com/Elfocrash/L2dotNET/ (below your username there is a button named "Fork") then you go to Visual Studio "Team Explorer" (right panel, if it is not showing go to "View" tab at visual studio, is the third item) then you put your GitHub credentials.
If you don't have the GitHub pluggin installed go to tab (Visual Studio): Tools> Extensions and Updates > Search for GitHub Extension , then install it.
Note: this method is to contribute with changesets. 
Posted

No Eclipse, this is not Java... you need Visual Studio. There is a community edition you can download for free.

Posted (edited)

Update 05/06/2016

Current rev: 204

 

Started Geodata work.

Reworked Npc Table / NpcTemplate.

Removed unused stuff.

Reworked Admin commands.

Tons of code optimization / cleanups.

Some packet op code changes.

 

Added continuous integration with the perfect services of App Veyor: Qhiol26.png

 

Special thanks to MartLegion (who currently has even more commits than me) for his contribution.

Edited by .Elfocrash
Posted

You can literally code the client of a game with C# and unity. The problem is I ain't a 3d animator so i either have to buy assets from the store or get someone who is very good in 3d animation.

unfortunately been there...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • L2JMobius C1 System C1 + bonus textures C3 for C1 https://www.mediafire.com/folder/6oh7l7hf34xr9/C1
    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
  • Topics

×
×
  • Create New...