-
Posts
112 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Everything posted by hiroman
-
Все очень просто - создаёшь новую несоединенную карту и на одной из точек основной карты в том меню где атрибуты ставишь перемещение на эту карту. Также и обратно.
-
Других генераторов нет. Графика Time Fantasy нормально работает с данным движком. (Большинство) Чтобы не было углов и прочего, нужно уметь пользоваться функционалом редактора карт, а именно "Автотайл" и "Скала"
-
Про размер персонажей - он вычисляется автоматически деля файл на 16 кусочков, т.е. если увеличить сам файл в пикселях, то и перс будет больше. Paperdolls удобно рисовать в фш/paint.net на слое поверх персонажа, потом сохранить отдельно.
-
А что сложного? Открываешь на сервере порты, прописываешь IP и порт в конфиг клиента и все.
-
Весьма амбициозно, хотелось бы видеть, что получится в итоге
-
https://vk.com/wall-125249053_1606 Шрифт: https://vk.com/wall-125249053_1650
-
Я так и не понял, решен ли вопрос, но решил добавить решение для других. Создаём переменную, далее создаём событие с триггером на вход, в нем создаём условие того, чтобы переменная была равна 0 (значение по умолчанию для новых игроков), в самом событии телепортируем игрока на карту. Далее, после прохождения обучения, просто ставим значение переменной в какое душе угодно, теперь игрока не будет телепортировать туда при входе. Как-то так.
-
After months of hard testing it is finally here... Thanks JC! You are truly the God
-
Проект жив, просто пара проблем с движком
-
Count as high as you can while staff are sleeping!!!
hiroman replied to Giligis's topic in Forum Games
2 -
Count as high as you can while staff are sleeping!!!
hiroman replied to Giligis's topic in Forum Games
3 -
Tutorial - How to use free AWS server for 1 year and setup ports
hiroman replied to hiroman's topic in Community Guides
I'm pleased that my tutorial helped someone! Good luck with your projects! -
Tutorial - How to use free AWS server for 1 year and setup ports
hiroman replied to hiroman's topic in Community Guides
It will depend on Instance type: https://aws.amazon.com/ru/ec2/pricing/on-demand/ -
Count as high as you can while staff are sleeping!!!
hiroman replied to Giligis's topic in Forum Games
2 -
Tutorial - How to use free AWS server for 1 year and setup ports
hiroman replied to hiroman's topic in Community Guides
You can install Linux on this machine for free too, and you will get better performance. -
Tutorial - How to use free AWS server for 1 year and setup ports
hiroman replied to hiroman's topic in Community Guides
You can host ~10 players on this, it's approved fact -
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!
-
Where is the configuration of the Client ?
hiroman replied to Meto's question in Questions & Answers
Of course, for example you can create a launcher which edits this key. -
Where is the configuration of the Client ?
hiroman replied to Meto's question in Questions & Answers
It is in the registry. HKEY_CURRENT_USER/Software/IntersectClient -
Intersect Beta 6 - Recruiting Testers!
hiroman replied to jcsnider's topic in Announcements & Quick Links
You should fill the form above and maybe JC will pick you -
Is It possible to make a Pokemon Like MMO using this?
hiroman replied to Carl's question in Questions & Answers
You may try to recreate this system when the source comes out -
-
No, you should make 0,any,any,any
-
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
-
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.
