Jump to content

hiroman

Members
  • Posts

    112
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by hiroman

  1. Все очень просто - создаёшь новую несоединенную карту и на одной из точек основной карты в том меню где атрибуты ставишь перемещение на эту карту. Также и обратно.
  2. Других генераторов нет. Графика Time Fantasy нормально работает с данным движком. (Большинство) Чтобы не было углов и прочего, нужно уметь пользоваться функционалом редактора карт, а именно "Автотайл" и "Скала"
  3. Про размер персонажей - он вычисляется автоматически деля файл на 16 кусочков, т.е. если увеличить сам файл в пикселях, то и перс будет больше. Paperdolls удобно рисовать в фш/paint.net на слое поверх персонажа, потом сохранить отдельно.
  4. А что сложного? Открываешь на сервере порты, прописываешь IP и порт в конфиг клиента и все.
  5. Весьма амбициозно, хотелось бы видеть, что получится в итоге
  6. https://vk.com/wall-125249053_1606 Шрифт: https://vk.com/wall-125249053_1650
  7. Я так и не понял, решен ли вопрос, но решил добавить решение для других. Создаём переменную, далее создаём событие с триггером на вход, в нем создаём условие того, чтобы переменная была равна 0 (значение по умолчанию для новых игроков), в самом событии телепортируем игрока на карту. Далее, после прохождения обучения, просто ставим значение переменной в какое душе угодно, теперь игрока не будет телепортировать туда при входе. Как-то так.
  8. After months of hard testing it is finally here... Thanks JC! You are truly the God
  9. Проект жив, просто пара проблем с движком
  10. I'm pleased that my tutorial helped someone! Good luck with your projects!
  11. It will depend on Instance type: https://aws.amazon.com/ru/ec2/pricing/on-demand/
  12. You can install Linux on this machine for free too, and you will get better performance.
  13. You can host ~10 players on this, it's approved fact
  14. Hello, I want to make a tutorial how to create a free AWS EC2 and use it for your game for 1 year. 1. You need to register your AWS account and setup your billing details. (You can find how to do this on the Internet) 2. After you create your account you should wait some time and you will be able to use the AWS console. 3. Go to EC2 -> Instances -> Launch Instance 4. Select your OS (you can use everything what can host your server). In this tutorial we will use the Windows Server 2019 Base. I highly recommend to use one of the Linux distros if you want a good performance! 5. Now you will need to pick t2.micro type if you want free server. 6. After you create your EC2 (it will take some time), you will be able to connect via RDP. You can already upload your server folder but you couldn't connect because the ports aren't configured. 7. Go to EC2 -> Security Groups. Select your Instance's security group and add inbound rules: You need to create Custom TCP/UDP Rules and setup ports which you want to use. 8. After this go to your Windows Instance via RDP and run Windows Firewall. Then create a new Inbound rule. 9. Setup two rules (For TCP and UDP) as I did it on the screenshots below. 10. You are ready! Now you can run your server and it will work fine! Of course, the performance is very low but it's free! Enjoy! P.S. On Linux there are the same steps, but you don't need to configure firewall. Also you need to download mono!
  15. Of course, for example you can create a launcher which edits this key.
  16. It is in the registry. HKEY_CURRENT_USER/Software/IntersectClient
  17. You should fill the form above and maybe JC will pick you
  18. You may try to recreate this system when the source comes out
  19. Вот мои шрифты: https://vk.com/wall-125249053_1545, к тому же есть гайды как добавить свои шрифты
  20. No, you should make 0,any,any,any
  21. To modify the FPS numbers go to resources/gui/layouts/game/options.json and edit the color of the text, for chat the file is chatbox.json
  22. You can use colors.json in the server folder to recolor chat strings. Also you can use .json in gui/layouts to do same with other strings.
×
×
  • Create New...