-
Posts
85 -
Joined
-
Last visited
-
Days Won
23
boasfesta last won the day on December 15 2022
boasfesta had the most liked content!
About boasfesta
- Birthday 06/05/1996
Contact Methods
-
Discord
boasfesta#8721
Profile Information
-
Location
Brazil
Profile Fields
-
Steam ID
https://steamcommunity.com/id/boasfesta/
Recent Profile Visitors
3,640 profile views
boasfesta's Achievements
-
Untested [$30] Animation Camera Shake!
boasfesta replied to boasfesta's topic in Source Modifications
Bumping this cause i added the feature to the shop again. Hope that this feature can help you and your project. -
EspectroW reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Untested [FREE] Redeem Reward Code System!
boasfesta replied to boasfesta's topic in Source Modifications
PM me on discord bro, can help you there Nick: boasfesta#8721 -
boasfesta reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
boasfesta reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
EspectroW reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Weylon Santana reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Untested [FREE] Redeem Reward Code System!
boasfesta replied to boasfesta's topic in Source Modifications
I thought about that, but future merge conflicts were the problem. XD Creating a new entity/editor inflicts in more merge conflicts with future updates, so i would update this every week basically. So i just choose for creating the system more basic as i can. And yea, each player can only redeem a code once per character. And usage limit is optional per redeem code -
boasfesta reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
boasfesta reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Castiel reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Weylon Santana reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
megafrom reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Gibier reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Blinkuz reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Artheios reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Beefy Kasplant reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
A very useful system for you who want to promote your game!. With this system you can create custom reward codes with many items you like and use in your social links promotion, or even unique codes for streamers and youtubers to advertise your game into their community!. Also, you can use this codes as a delivery for your cash shop. Redeem codes in game by typing /redeem YOUR-CODE-HERE. The items will be delivered instantly into the player inventory. How to use Copy/Paste the rewards.json example into your server resources folder. Create how many codes you want following the example model Reload rewards by typing reloadrewards command into your server console. Requirements Intersect Engine v0.7+ Read the readme.txt file for more info. If you enjoy this system, consider leaving a donation. Hope you guys like it! Download here. Check out my other systems here. Yea i just CTRL+C CTRL+V my post at Itch.io
-
Untested [$25] - Minimap for Intersect! [v0.7.1 and more]
boasfesta replied to boasfesta's topic in Source Modifications
UPDATE Added support for Intersect v0.7.1 Price temporarily reduced for $25 -
boasfesta reacted to a post in a topic: [Read First!] A Warning About Custom Code Modifications
-
Bumping this one here. Dont know if i can do this, sorry mods if i dont. Just to say that i'm getting back with Intersect works, any interested person contact me at discord. tnx
-
boasfesta reacted to a post in a topic: [$30] Animation Camera Shake!
-
Story Today I did this on my project...
boasfesta replied to SkywardRiver's topic in Design & Creativity
Its just the red flash at the enemy when it got hit It works by custom code -
As it name suggest, here is a camera shaking system attached to animations for Intersect. Embedded Video Link How it works Animations now got a property called "Camera shake" in editor, which provides a duration in miliseconds for the shaking effect. This allows you make small shakes for light hits such like earthquakes for big ones. Videos got really big at AGD posts so, here is a example of a long duration shake and a smaller one. Requirements Intersect version v0.7.1+ Git installed Support For any problems or doubts with this system, add me on discord: boasfesta#8721. Click here to see this in the shop!
-
Story Today I did this on my project...
boasfesta replied to SkywardRiver's topic in Design & Creativity
Embedded Video Link Testing some features together: -Fluid movement -Fluid knockback -Flashing hit -AoE basic attack -Camera shake -
boasfesta reacted to a post in a topic: Reconfiguring GUI Window Character Part One
-
I don't know exactly but you could start by checking if there is any PlayerData migration pending. Start by making an upgrade. Also, check server logs searching for any evidence about database errors that can help us to figure out whats happening. At last, try to set breaking points at saving player lines to check if everything is working ok. And use SQLite manager to check if only specific tables are not being saved. We can get more info about the issue this way. Just a question, it works okay this whole time? Do you know where the problem start to happening? I mean because there is an deleted migration at your diffy and thats a little strange, dont know if EF got problems with that.
-
Nice bro! Just care a little about the details mentioned by Weylon and that project can be great! For sure will help a lot of people. Its nice to see more Brazilians in the community. Be welcome!.
-
boasfesta reacted to a post in a topic: S.F.S Sea Fishing System - Video Tutorial
-
boasfesta reacted to an answer to a question: Call database .db in server?? [DEV]
-
{@“\command”, string.Join(Environment.NewLine, topList.Select(x => x.Name).ToList())} should work
-
You can. But that method seems to be called at every event command, so even if you're not asking for a toplist, the system will check the database for a ordered list. Consider making a cache if that becomes laggy. Just do that string.Join in a topList.Select(x => x.Name).toList(), it should world.
-
Try to select all projects in a row just by pressing SHIFT Right click and select "Clean", after that do "Rebuild". Lets see if it works.
-
Function public void HandlePacket(Client client, ChatMsgPacket packet) in PacketHandler.cs at Intersect.Server its a good place. And yup, you can show the player name since the list only order players by exp, but his whole data is returned.