Search found 10 matches

by Heaven
11 Oct 2017, 13:59
Forum: SFS2X Questions
Topic: C++ GAME DEVELOPERS WANTED
Replies: 26
Views: 184735

Re: C++ GAME DEVELOPERS WANTED

I'm not sure what I made fits in the category so I'll just leave it here. A few month ago after I had tried making SFS work with UE4 I came to the conclusion it just wouldn't work out of the box, UE4 doesn't allow RTTI while SFS client API needs it to function. To get around this limitation I wrote ...
by Heaven
30 Jul 2017, 21:43
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

After updating on my C++ skills, I got it working!

I used the plugin approach, it's not completed but I was able to connect and login from inside a Game class.

It's my intention to share the project but I'll polish it up a bit since it is more like a prof of concept than anything usable atm.
by Heaven
07 Jul 2017, 00:18
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

Yes the project is broken I think. I'm not yet knowledgeable enough to get it working, tried writing a plugin for it, i compiles fine but ends up doing the same problem. FYI with the plugin: :arrow: after it compiles and I have the plugin running in RTTI and the Game project running in non RTTI it b...
by Heaven
04 Jul 2017, 19:57
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

Yeep, that fixed it.

Problem now is the UE4 itself and the crashing. Nice quick fix ^^
by Heaven
04 Jul 2017, 16:16
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

A plea for help and update: Managed to get it to compile after much much pain, only to find out that something must have changed with the RTTI and UE that makes this code crash the Editor. What did I do? :arrow: Comment out this (I was just trying to get it to compile there might be a problem with t...
by Heaven
02 Jul 2017, 22:21
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

Moar updates: I was able to solve the problems related to the zLib by besides loading it as an external library adding as an header #include <iostream> "only" two problems atm Info Compiling game modules for hot reload Info Performing 1 actions (4 in parallel) Info [1/1] Link UE4Editor-Bis...
by Heaven
02 Jul 2017, 18:55
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

So time for update: Managed to fix the previous errors: #include "AllowWindowsPlatformTypes.h" Don't use that it breaks the name spaces for the boost library it seems. To use RTTI on UE 4.16 you need to add the following code to ProjectName.Target.cs UEBuildConfiguration.bForceEnableRTTI =...
by Heaven
30 Jun 2017, 11:05
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

Yes, I said I was following it, I'm following the proff of concept pdf and basing it of the example code. Unreal Engine proof of concept Version: 1.0.0 Release date: Jun 30th, 2015 It might be because of how U4 runs the compiler: Info Running UnrealHeaderTool "F:\FlyingCookie\Biscuit\Biscuit.up...
by Heaven
29 Jun 2017, 23:02
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

Re: 1.7.3 C++ on UE4 Boost Libs wont compile

Hallo, My bad I didn't express myself properly, I mean when I try to use #include in the UE4 project it doesn't allow the engine to compile the game project... I'm following the proff of concept pdf and basing it of the example code. Bellow are the two only classes that were changed from the vanilla...
by Heaven
28 Jun 2017, 21:16
Forum: SFS2X C++ API
Topic: 1.7.3 C++ on UE4 Boost Libs wont compile
Replies: 16
Views: 45316

1.7.3 C++ on UE4 Boost Libs wont compile

So I'm following the proof of concept for SFS2X using the 1.7.3 C++ API and UE4 4.16.1 but I can't seem to get the boost libs to compile under the Engine I might be doing something wrong when compiling the libs, I've compiled them successful using this options and VS2015 (initially tried with VS2017...

Go to advanced search