ColinDude Posted November 11, 2020 Share Posted November 11, 2020 (edited) A month ago I created an online tool to assist people with their profiles and gifts. Decided to create a separate topic about it. https://3dxchat-status.com/profileeditor If you want to spice up your profile but are lost in the syntax, this online page I created will help you with the markup and syntax. You can either start from scratch, or paste your current profile code into the white area. In real-time, it will give you a preview of how it will look like in the game. It also provides you the character limit that is in place, which is 1000 characters for your profile, and 240 characters for gifts. But within these limits, you can do a lot of magic. To get you started, I also added a few presets. Preview Edited June 23, 2021 by ColinDude Added gradient previews Mulan, Aliviax, Nymphpott and 7 others 10 Link to comment Share on other sites More sharing options...
Leeloo Posted November 11, 2020 Share Posted November 11, 2020 what do you call "curent profile code" ? Link to comment Share on other sites More sharing options...
ColinDude Posted November 11, 2020 Author Share Posted November 11, 2020 4 hours ago, Leeloo said: what do you call "curent profile code" ? If you want to customize your current profile layout, you can CTRL+C -> CTRL+V your current profile contents into the white field in the editor (as the second animated gif shows) Link to comment Share on other sites More sharing options...
ColinDude Posted December 24, 2020 Author Share Posted December 24, 2020 I implemented a basic syntax check to prevent broken gifts, and I added a christmas gift template. Examples: <b>test</i> Result: Warnings 1 open <b> tag(s) 1 unopened <i> tag(s) <i><b>test</i></b> Result: Warnings General syntax error! Pandorra 1 Link to comment Share on other sites More sharing options...
ColinDude Posted May 18, 2021 Author Share Posted May 18, 2021 @Veda gave me the idea to create a gradient generator. And it's just released, try it out, you'll love it. ☙𝔼𝕩❧ 1 Link to comment Share on other sites More sharing options...
ColinDude Posted May 19, 2021 Author Share Posted May 19, 2021 Aaaaaaand, enhanced the validation even more. Now this input: <size=40><color=#ff0000>SYNTAX TEST</size></color> Will result in this: Warnings Error in tag order! ☙𝔼𝕩❧ 1 Link to comment Share on other sites More sharing options...
Nymphpott Posted June 4, 2021 Share Posted June 4, 2021 Thanks ColinDude! This is really awesome! ColinDude 1 Link to comment Share on other sites More sharing options...
☙𝔼𝕩❧ Posted June 4, 2021 Share Posted June 4, 2021 Thank you Colin! Is it possible to make a background for a text in a profile? I just saw one. ColinDude 1 Link to comment Share on other sites More sharing options...
ColinDude Posted June 7, 2021 Author Share Posted June 7, 2021 On 6/4/2021 at 11:50 AM, ☙𝔼𝕩❧ said: Thank you Colin! Is it possible to make a background for a text in a profile? I just saw one. You need an undocumented element for that (which has no HTML counterpart), but it's buggy as hell. For example, if you think your profile looks good, it might look completely different for someone else, or even cause graphical glitches etc. So I'd say, don't do it. ☙𝔼𝕩❧ 1 Link to comment Share on other sites More sharing options...
ColinDude Posted June 23, 2021 Author Share Posted June 23, 2021 Past few days I worked on a few bugs, but mostly a lot of additions! Changes: Added special font generator tab with 7 tested alternative fonts Added gradient per line (based on new lines) Added gradient per paragraph (based on double new lines) Prevent gradient creation while having rich text tags in the selection Changed word spacing and letter spacing to be as similar to 3DXChat as I could. Added text anti aliasing effect to mimic the way texts are rendered in 3DXChat Fixed a bug where the & sign gave a syntax error in the profile editor (thanks @AlexaDarkness ❤) Sneak preview: AlexaDarkness, Nymphpott, ☙𝔼𝕩❧ and 2 others 4 1 Link to comment Share on other sites More sharing options...
NoirDesire Posted June 23, 2021 Share Posted June 23, 2021 Thank you for your great efforts Collin Nymphpott and ColinDude 2 Link to comment Share on other sites More sharing options...
AlexaDarkness Posted June 26, 2021 Share Posted June 26, 2021 The addition of Per Line & Per Paragraph is awesome ColinDude 1 Link to comment Share on other sites More sharing options...
Anaganda Posted June 27, 2021 Share Posted June 27, 2021 great work @ColinDude ColinDude 1 Link to comment Share on other sites More sharing options...
AlexaDarkness Posted June 27, 2021 Share Posted June 27, 2021 I found another bug @ColinDude Link to comment Share on other sites More sharing options...
ColinDude Posted July 5, 2021 Author Share Posted July 5, 2021 New release! Altered the line height in the gift preview to imitate 3DXChat behavior (it differs between the profile and gifts in-game actually!) Added preset flags (thank you Becca ❤) Fixed non-working letters for a few fonts, and added a question mark sign for a bit of info which letters don't work correctly Enhanced UI for profile and gift editing LucyLOL, Nymphpott and Anaganda 3 Link to comment Share on other sites More sharing options...
ColinDude Posted July 9, 2021 Author Share Posted July 9, 2021 Especially for the English fans I added the English flag. ☙𝔼𝕩❧ 1 Link to comment Share on other sites More sharing options...
ColinDude Posted August 20, 2021 Author Share Posted August 20, 2021 New update! Added a way to add a gradient for only the middle part of a sentence (works for gradient per letter and gradient per word) Fixed a bug in the profile editor parser so that using <3 wont be seen as a syntax error Examples: Current "Per letter" example, this line will need 825 characters. New "Per letter", but with "Gradient only middle part" enabled. Still looks good, but now only needs 319 characters! Current "per word" example (uses 273 characters) New "Per word", but with "Gradient only middle part" enabled. Needs only 158 characters now, which means it would even fit in a gift! NoirDesire, LadiesToyDE, ☙𝔼𝕩❧ and 2 others 4 1 Link to comment Share on other sites More sharing options...
LadiesToyDE Posted August 20, 2021 Share Posted August 20, 2021 Would love to find a way these tags and modifications would be possible without affecting the number od chars allowed in the profile. Would make it easier to have optically enhanced profile text without interfering the limits.... Nevertheless a cool thing to use for profile editing !! Link to comment Share on other sites More sharing options...
ColinDude Posted August 20, 2021 Author Share Posted August 20, 2021 2 hours ago, LadiesToyDE said: Would love to find a way these tags and modifications would be possible without affecting the number od chars allowed in the profile. Would make it easier to have optically enhanced profile text without interfering the limits.... Nevertheless a cool thing to use for profile editing !! Yeah that’s impossible unless @Gizmodecides to higher the character limits on the game. It’s a technical limitation right now. LadiesToyDE 1 Link to comment Share on other sites More sharing options...
lMAXl Posted August 21, 2021 Share Posted August 21, 2021 one tool that could be good to add on the site. it's ASCII Art editor who will help people to more easily work on ASCII Art ( character limit , width size limite.. etc ) like profile / gift editor. of course there are already asci editors can be found on web but not adapted to 3DX. ( some special character that work elsewhere don't work on 3DX for exemple ). we could even think of something to people submit review them and the good one added on list on the website ready to copy & use in 3DX. Link to comment Share on other sites More sharing options...
ColinDude Posted September 28, 2021 Author Share Posted September 28, 2021 On 8/21/2021 at 5:05 PM, lMAXl said: one tool that could be good to add on the site. it's ASCII Art editor who will help people to more easily work on ASCII Art ( character limit , width size limite.. etc ) like profile / gift editor. of course there are already asci editors can be found on web but not adapted to 3DX. ( some special character that work elsewhere don't work on 3DX for exemple ). we could even think of something to people submit review them and the good one added on list on the website ready to copy & use in 3DX. Yeah especially the last part crossed my mind a few times, but yes it'll give a lot more maintenance than I have currently. But still thinking about that Link to comment Share on other sites More sharing options...
ColinDude Posted September 28, 2021 Author Share Posted September 28, 2021 Latest update: UNDO feature in the profile editor! (Thanks to @Trillz for the idea!) ☙𝔼𝕩❧ and NoirDesire 1 1 Link to comment Share on other sites More sharing options...
YokoDeChicle Posted September 5, 2022 Share Posted September 5, 2022 This tool its amazing, thanks for the good work. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now