Coder Social home page Coder Social logo

Contact Method? about hs_multilang HOT 8 CLOSED

exmex avatar exmex commented on June 30, 2024
Contact Method?

from hs_multilang.

Comments (8)

exmex avatar exmex commented on June 30, 2024

EDIT:
Oh you mean If I have some kind of contact method lol. You can open issues if something isn't working quite right. And for questions just ask away here^^


18ef2ca This says what Unity version is required.

The other branch is 7711aa9 "Updated to Unity 2017" where I updated it to the "newest" version of unity and re-written (ONLY THE LOGIN PART ATM) from NGUI to UnityUI. (Remember though this version is not tested.)

EDIT:
You can see the difference in these images:
Old:

New:

from hs_multilang.

Boso101 avatar Boso101 commented on June 30, 2024

Thanks. But I need help making a start. I simply don’t know what I should be doing, and is it even capable of playing a game atm? I just don’t know what to do as a starting point

from hs_multilang.

exmex avatar exmex commented on June 30, 2024

The master branch works yes. The unityui branch could work, although after upgrading to Unity2017 I didn't test it.
About the starting part.. If you don't know unity / never used it before, I'd suggest learning how unity works. If you've already worked with unity and know how it works, you could just go read the code ;)

from hs_multilang.

Boso101 avatar Boso101 commented on June 30, 2024

Okay well had a look through all the scripts because I cant seem to find which script controls the starting gold. I am also building the project without the login scene so idk if that is fine or not. But yeah I have had no luck setting the starting Gold to buy packs

from hs_multilang.

exmex avatar exmex commented on June 30, 2024

As you can see in this file:
https://github.com/exmex/HS_Multilang/blob/18ef2ca4e3277d10ab0d59c2c7e5eab834e6ec76/Assets/Scripts/web.cs

Everthing is handled by a Webserver backend.

What you're looking for is this:

player.gold = int.Parse(s[4]);

If you've read the README.md you would've known. This is the login.php:

<?php
echo "ok";
echo "/1";  // Id
echo "/ExMex"; // Nickname
echo "/100"; // Expack
echo "/1000"; // Gold

// Card items
echo "/id1";
echo "/id2";
echo "/id3";
echo "/id4";
?>

from hs_multilang.

Boso101 avatar Boso101 commented on June 30, 2024

yeahh no clue what to do... I put the login.php on xamp, but I get this when attempting to register

image

from hs_multilang.

exmex avatar exmex commented on June 30, 2024

Yeah because you didn't create the register script. Also explained in the README.. Please learn to understand the code first. You could've easily traced that issue through the code to the web.cs. And the web.cs has more scripts apart from the login.php Which you've to create. For example this one:

1&TEST&1&id1*1/id2*1/id3*1/id4*1<br />

And lots more.

EDIT:
One more thing. You don't actually register. Since NOTHING gets saved anyway.

from hs_multilang.

Boso101 avatar Boso101 commented on June 30, 2024

Okay thanks for the help. Ill spend some time studying the code and working out how things work

from hs_multilang.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.